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

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



*/

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


/**================================= Third Page Setting =================================**/

ul.third_bg{
	background			:	url(../images/gakuyukai/bg_gakuyu.gif) repeat-y top left;
}

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

#main_img img{
	vertical-align		:	bottom;
}

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

#third{
	background			:	url(../images/gakuyukai/bg_gakuyu.gif) repeat-y top left;
	display				:	inline-block;
	padding-bottom		:	50px;
	width:1000px;
	margin: 0 auto;
	text-align:left;
}

#third:after {
	height				:	0;
	clear				:	both;
	display				:	block;
	visibility			:	hidden;
}

/*--------- Main ---------*/

#third .main{
	float				:	left;
	width				:	800px;
}


/*--------- Sidemenu ---------*/

#third .sidemenu{
	background-color	:	#CE7B82;
	float				:	right;
	width				:	200px;
	text-align: left;
}

#third .sidemenu a:link,
#third .sidemenu a:visited{
	color				:	#FFF;
}

#third .sidemenu a:hover,
#third .sidemenu a:active{
	color				:	#F00;
}

#third .sidemenu ul.first li.off{
	background			:	url(../images/common/mark_sidemenu_off.gif) no-repeat 20px center;
	border-bottom		:	#DDA3A8 solid 1px;
	font-size			:	0.75em;
	line-height			:	28px;
	padding-left		:	37px;
}

#third .sidemenu ul.first li.no_sel{
	border-bottom		:	#DDA3A8 solid 1px;
	font-size			:	0.75em;
}

#third .sidemenu ul.first li.select{
	border-bottom		:	#DDA3A8 solid 1px;
	font-size			:	0.75em;
}

#third .sidemenu ul.first li.select_last,
#third .sidemenu ul.first li.no_sel_last{
	font-size			:	0.75em;
	border-bottom		:	none;
	margin-bottom		:	20px;
}

#third .sidemenu ul.first li.no_sel h3,
#third .sidemenu ul.first li.no_sel_last h3{
	background			:	#C45B63 url(../images/common/mark_sidemenu_off.gif) no-repeat 20px center;
	border-bottom		:	#FFF dotted 1px;
	color				:	#FFF;
	line-height			:	28px;
	padding-left		:	37px;
}

#third .sidemenu ul.first li.select h3,
#third .sidemenu ul.first li.select_last h3{
	background			:	#B3424A url(../images/common/mark_sidemenu_on2.gif) no-repeat 20px center;
	border-bottom		:	#FFF dotted 1px;
	color				:	#FFF;
	line-height			:	28px;
	padding-left		:	37px;
}

#third .sidemenu ul.first li.select ul,
#third .sidemenu ul.first li.no_sel ul,
#third .sidemenu ul.first li.select_last ul,
#third .sidemenu ul.first li.no_sel_last ul{
	padding				:	5px 0;
}

#third .sidemenu ul.first li.select ul li,
#third .sidemenu ul.first li.no_sel ul li,
#third .sidemenu ul.first li.select_last ul li,
#third .sidemenu ul.first li.no_sel_last ul li{
	background			:	url(../images/common/mark_sidemenu_white.gif) no-repeat 36px 7px;
	line-height			:	1.8;
	padding-left		:	46px;
}

#third .sidemenu ul.first li.select ul li.on,
#third .sidemenu ul.first li.select_last ul li.on{
	color				:	#F00;
}

#third .sidemenu ul.second{
	background-color	:	#B3424A;
	border-top			:	#DDA3A8 solid 1px;
}

#third .sidemenu ul.second li.off{
	background			:	url(../images/common/mark_sidemenu_off.gif) no-repeat 20px center;
	border-bottom		:	#CA7B81 solid 1px;
	font-size			:	0.75em;
	line-height			:	1.35;
	padding				:	10px 0 10px 37px;
}

#third .sidemenu ul.btm li.off{
	background			:	#C1C1C1 url(../images/common/mark_sidemenu_off2.gif) no-repeat 20px center;
	font-size			:	0.75em;
	padding-top			:	15px;
	padding-bottom		:	15px;
	padding-left		:	37px;
}

