@charset "UTF-8";
/* CSS Document */



/* =================================== */
/* ヘッダ　設定 */
/* =================================== */
#head_base {
	height: 110px;
	width: 900px;
	margin: 0 auto;
}
#head_base h1{
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
}
#head_base .logo{
	float: left;
}
#head_base .info{
	width: 620px;
	height: 80px;
	float: right;
}
#head_base .info li{
	color: #555555;
	font-size: 12px;
	text-align: right;
	list-style: none;
}
#head_base .info ol{
	color: #555555;
	font-size: 20px;
	text-align: right;
	list-style: none;
}
#head_base .info .small{
	color: #555555;
	font-size: 12px;
}



/* =================================== */
/* ナビゲーションメニュー　設定 */
/* =================================== */
#menu_base { /* ナビゲーションメニュー　ベース */
	height: 40px;
	border-top: solid 1px #ddaacc;
	border-bottom: solid 5px #ddaacc;
	background-image: url("menu_bg.png");
	background-repeat: repeat-x;
}
#menu_base ul{
	width: 900px;
	height: 40px;
	margin: 0 auto;
	display:block;
	list-style-type: none;
	border-right: ridge 1px #ddaacc;
}
#menu_base li{
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 179px;
	float:left;
	line-height: 30px;
	list-style-type: none;
	border-left: ridge 1px #ddaacc;
}
#menu_base li a:link { /* メニュー　ボタン：リンク設定 */
	color: #000000;
	line-height: 40px;
	height: 40px;
	width: 179px;
	text-decoration: none;
	display: block;
}
#menu_base li a:visited { /* メニュー　ボタン：リンク訪問済み */
	color: #000000;
	line-height: 40px;
	height: 50px;
	width: 179px;
	text-decoration: none;
	display: block;
}
#menu_base li a:hover { /* メニュー　ボタン：リンクマウスオン */
	color: #000000;
	line-height: 40px;
	height: 40px;
	width: 179px;
	background-image: url("menu_bg_on.png");
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
}
#menu_base li a:active { /* メニュー　ボタン：リンククリック */
	color: #000000;
	line-height: 40px;
	height: 40px;
	width: 179px;
	text-decoration: none;
	background-image: url("menu_bg_on.png");
	background-repeat: repeat-x;
	display: block;
}