@charset "utf-8";


/*------------------------------

医師臨床研修トップページ
ベースレイアウト

-------------------------------*/
#top_mainvisual {
	width:860px;
	margin:0px auto 0px auto;
}

#top_contents {
	width:830px;
	margin:0px auto 0px auto;
	padding:25px 15px 0px 15px;
	text-align:left;
	background-image: url(../images/base/bg_mainvisual.gif);
	background-repeat: repeat-x;
	background-position: left top;
}






/*------------------------------

研修医の1日エリア

-------------------------------*/



#info_area {
	padding:8px 10px 8px 10px;
}

.infolist li {
	width:570px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding:5px 0px 5px 0px;
	margin:0px 0px 10px 0px;
}

.jikan {
display:block;
width:100px;
background-color:#5d92d8;
text-align:center;
color:#FFFFFF;
float:left;
}


.info_title {
display:block;
width:450px;
text-align:left;
float:right;
}

.info_title a:link{
	color: #444444;
	text-decoration: none;
}
.info_title a:visited{
	color: #444444;
	text-decoration: none;
}
.info_title a:hover{
	outline:none;
	color: #444444;
	text-decoration: underline;
}
.info_title a:active{
	color: #444444;
}




.info_view {
text-align:right;
}



