@charset "euc-jp";
/* CSS Document */

/*
/////////////////////////////////
//							   //
//	京都医療科学大学WEBサイト  //
//	CSS Edit				   //
//							   //
//	ROCOZ GRAPHICS W.kimura	   //
//	2008.01.12				   //
//							   //
//	追加CSSは日付を記入		   //
/////////////////////////////////



*/

/****************** Main_Top 20100823 ******************/
#main_top{
	background-color	:	#B5D9EA;
}

/**================================= Second Top Page Setting =================================**/

/****************** Main Image ******************/

#main_img img{
	vertical-align		:	bottom;
}

/****************** Contents ******************/

#visit{
	margin				:	0 20px 20px;
}

#visit div{
	border-bottom		:	#333 dotted 1px;
	display				:	inline-block;
	margin-bottom		:	20px;
	text-align			:	left;
	padding-bottom		:	25px;
}

#visit div.sec_box_last{
	border-bottom		:	none;
	display				:	inline-block;
	margin-bottom		:	0;
	padding-bottom		:	0;
}

#visit div.line2 dt.first,
#visit div.sec_box_last dt.first{
	margin-top			:	20px;
	margin-bottom		:	10px;
}

#visit div.line2 dd,
#visit div.sec_box_last dd{
	line-height:2.8;
}

#visit div.va_c dt.first{
	margin-top			:	30px;
}

#visit div:after {
	content				:	".";
	height				:	0;
	clear				:	both;
	display				:	block;
	visibility			:	hidden;
}

#visit div h2{
	float				:	left;
	margin-right		:	50px;
}

#visit div dl{
	float				:	left;
	width				:	759px;
}

#visit div dl dt{
	color				:	#666;
	font-size			:	0.9em;
	font-weight			:	bold;
	margin-top			:	30px;
	margin-bottom		:	15px;
}

#visit div dl dt.first{
	margin-top			:	0;
}

#visit div dl dd{
	background			:	url(../images/visit/mark_arrow2.gif) no-repeat left center;
	display				:	inline;
	font-size			:	0.75em;
	margin-left			:	25px;
	padding-left		:	17px;
	white-space			:	nowrap;
}

#visit div dl dd.first{
	margin-left			:	10px;
}


#visit div ul{
	float				:	left;
	width				:	759px;
}

#visit div ul.line1{
	line-height			:	111px;
}

#visit div ul.line2{
	line-height			:	55px;
}



#visit div li{
	background			:	url(../images/visit/mark_arrow2.gif) no-repeat left center;
	float				:	left;
	font-size			:	0.75em;
	margin-right		:	25px;
	padding-left		:	17px;
	white-space			:	nowrap;
}










