@charset "utf-8";
/* CSS Document */


.menu {
	display:block;
	background:url(images/button/bg.jpg) repeat-x;
	height:50px;
	margin-bottom:40px;
}


.menu ul {
	width:1000px;
	margin:0 auto;
}
.menu li {
	display:block;
	float:left;
}


.menu a {
	text-indent: -9999px; /* テキストを隠す */
	text-decoration: none;
	display: block;
	height:50px;
	background:url(images/button/main_button.jpg) no-repeat;
}

#menu1 a {
	background-position: 0 0;
	width:140px;
}
#menu2 a {
	background-position: -140px 0;
	width:184px;
}
#menu3 a {
	background-position: -324px 0;
	width:137px;
}
#menu4 a {
	background-position: -461px 0;
	width:104px;
}
#menu5 a {
	background-position: -565px 0;
	width:130px;
}
#menu6 a {
	background-position: -695px 0;
	width:131px;
}

#menu1 a:hover { background-position: 0 -50px; } /* 入れ替え画像の位置を指定 */
#menu2 a:hover { background-position: -140px -50px; }
#menu3 a:hover { background-position: -324px -50px; }
#menu4 a:hover { background-position: -461px -50px; }
#menu5 a:hover { background-position: -565px -50px; }
#menu6 a:hover { background-position: -695px -50px; }






/* CSS Document */

.side_bar img {
	display:block;
}
.side_bar a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}


.side_bar .main_bt li {
	margin:0 0 6px;
}



.side_bar .side_title_sp {
	background:url(images/button/side_sp.jpg) no-repeat;
	font-size:70%;
	line-height:130%;
	margin:3px 0 15px;
	padding:29px 0 0;
}
.side_bar .side_title_sp li {
	border-bottom:dotted 1px #CCC;
	padding:0 0 0 0;
}
.side_bar .side_title_sp li a {
	display:block;
	padding:12px 0 12px 10px;
	margin:0;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	background:url(images/content/side_arrow.jpg) no-repeat;
	background-position:left center;
}
.side_bar .side_title_sp li a:hover {
	color:#8C0000;
}



.side_bar .side_title_mon {
	background:url(images/button/side_mon.jpg) no-repeat;
	font-size:70%;
	line-height:130%;
	margin:3px 0 15px;
	padding:29px 0 0;
}
.side_bar .side_title_mon li {
	border-bottom:dotted 1px #CCC;
	padding:0 0 0 0;
}
.side_bar .side_title_mon li a {
	display:block;
	padding:12px 0 12px 10px;
	margin:0;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	background:url(images/content/side_arrow.jpg) no-repeat;
	background-position:left center;
}
.side_bar .side_title_mon li a:hover {
	color:#8C0000;
}



.side_bar .side_title_video {
	background:url(images/button/side_video.jpg) no-repeat;
	font-size:70%;
	line-height:130%;
	margin:3px 0 0;
	padding:29px 0 0;
}
.side_bar .side_title_video li {
	border-bottom:dotted 1px #CCC;
	padding:0 0 0 0;
}
.side_bar .side_title_video li a {
	display:block;
	padding:12px 0 12px 10px;
	margin:0;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	background:url(images/content/side_arrow.jpg) no-repeat;
	background-position:left center;
}
.side_bar .side_title_video li a:hover {
	color:#8C0000;
}



.side_bar .banner_bt {
	margin:10px 0 0;
}
.side_bar .banner_bt li {
	margin:0 0 6px;
}