/*
Theme Name: inorg_lab
Template: inorg
Description: 山梨大学大学院医学工学総合研究部附属 クリスタル科学研究センター 研究室ページのテーマ
Version: 1.0
Author: Calcinc
Author URI: http://www.calcinc.co.jp
*/

@import url('../inorg/style.css');


/* ==========================================================================*/
/*【全般設定】*/
/* ==========================================================================*/

body, body.home{
	background-image:url(images/common/bg.gif) !important;
	background-repeat:repeat-x !important;
}


/* ==========================================================================*/
/*【ヘッダーの設定】*/
/* ==========================================================================*/

#logo{
	margin-top:35px;
	width:430px;
	height:70px;
	float:left;
	color:#383838;
	font-size:300%;
	font-weight:bold;
}
#logo h1{
	font-size:1em;
}

#logo a, #logo a:hover{
	color:#383838;
	text-decoration: none;
}

#headermenu{
	width:530px;
	float:right;
}
#search{
	float:right;
}



/* ==========================================================================*/
/*【フッターの設定】*/
/* ==========================================================================*/

#footer{
	background-image:none !important;
	background-color:#F6F2D3;
}



/* ==========================================================================*/
/*【トップページの設定】*/
/* ==========================================================================*/

#contents-top{
	padding:20px 0px;
	font-size:1.4em;
	text-align:left;
	margin-top:10px;
}

#topcontens-area{
	width:630px;
	padding:0px;
	margin-bottom:1.5em;
}

/* ==========================================================================*/
/*【メニューの設定】*/
/* ==========================================================================*/

ul.menulist ul{

}
ul.menulist ul li{

}
ul.menulist ul li a{
	background:none;
	border-bottom:dotted 1px #999999;
	padding:10px;
	padding-left:65px;
}
ul.menulist ul li a:hover{
	background: #64208d;

}

