/*-----コンテンツ*/
div#contensMenu ul li{
	width:130px;
	height:45px;
	margin:0px;
	text-decoration:none;
	float:left;
}
div#contensMenu ul li img{  /*アイコン画像（アイコンとテキストの縦を揃える）*/
	vertical-align:-15%;
}
div#contensMenu ul li a.other {
	width:115px;
	height:28px;
	padding-top:17px;
	padding-left:15px;
	background-image:url("../img/contens/other.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000000;
	float:left;
}
div#contensMenu ul li a.this {
	width:115px;
	height:33px;
	padding-top:12px;
	padding-left:15px;
	background-image:url("../img/contens/this.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	color:#000000;
	text-decoration:none;
}
div#contensMenu ul li a:hover {
	width:115px;
	height:33px;
	padding-top:12px;
	padding-left:15px;
	background-image:url("../img/contens/hover.jpg");
	background-repeat:no-repeat;
	color:#000000;
	text-decoration:none;
}

/*-----メニュー*/
div#mainMenu ul li{
	width:75px;
	height:25px;
	padding:0px;
	margin:0px 5px;
	text-decoration:none;
	float:left;
}

div#mainMenu ul li a.other {
	width:68px;
	height:18px;
	margin:0px;
	padding-top:5px;
	padding-left:5px;
	text-decoration:none;
	background-color:#97D9F5;
	border:1px solid #45BCEE;
	color:#ffffff;
	float:left;
}
div#mainMenu ul li a.this {
	width:68px;
	height:18px;
	margin:0px;
	padding-top:5px;
	padding-left:5px;
	background-color:#45BCEE;
	border:1px solid #45BCEE;
	color:#ffffff;
	text-decoration:none;
}
div#mainMenu ul li a:hover {
	width:68px;
	height:18px;
	margin:0px;
	padding-top:5px;
	padding-left:5px;
	background-color:#45BCEE;
	border:1px solid #45BCEE;
	color:#ffffff;
	text-decoration:none;
}