@charset "utf-8";
/*formatting style
--------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 76%;
	line-height: 1.6;
	color: #dcdddd;
	background-color: #000000;
}
hr {
	display: none;
}
/*link style
--------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #00CCFF;
	text-decoration: underline;
}
a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
a:hover {
	color: #CC0066;
	text-decoration: underline;
}
/*top navigation
--------------------------------*/
#topnavi {
	width: 750px;
	height: 26px;
	margin-top: 4px;
}
#topnavi ul {
	padding: 0px;
}
#topnavi li {
	list-style-type:none;
	display:inline;
	padding: 0px;
	margin: 0px;
}
#topnavi li a {
	height: 26px;
	display: block;
	float: left;
	overflow: hidden;
}
#topnavi li#navi1 a {
	width : 77px;
	height : 26px;
}
#topnavi li#navi1 a:hover {
	background : url(/image/top_btn1_on.jpg);
	width : 77px;
	height : 26px;
}
#topnavi li#navi1 a:hover img {
	visibility : hidden;
}
#topnavi li#navi2 a {
	width : 127px;
	height : 26px;
}
#topnavi li#navi2 a:hover {
	background : url(/image/top_btn2_on.jpg);
	width : 127px;
	height : 26px;
}
#topnavi li#navi2 a:hover img {
	visibility : hidden;
}
#topnavi li#navi3 a {
	width : 112px;
	height : 26px;
}
#topnavi li#navi3 a:hover {
	background : url(/image/top_btn3_on.jpg);
	width : 112px;
	height : 26px;
}
#topnavi li#navi3 a:hover img {
	visibility : hidden;
}
#topnavi li#navi4 a {
	width : 98px;
	height : 26px;
}
#topnavi li#navi4 a:hover {
	background : url(/image/top_btn4_on.jpg);
	width : 98px;
	height : 26px;
}
#topnavi li#navi4 a:hover img {
	visibility : hidden;
}
#topnavi li#navi5 a {
	width : 84px;
	height : 26px;
}
#topnavi li#navi5 a:hover {
	background : url(/image/top_btn5_on.jpg);
	width : 84px;
	height : 26px;
}
#topnavi li#navi5 a:hover img {
	visibility : hidden;
}
#topnavi li#navi6 a {
	width : 99px;
	height : 26px;
}
#topnavi li#navi6 a:hover {
	background : url(/image/top_btn6_on.jpg);
	width : 99px;
	height : 26px;
}
#topnavi li#navi6 a:hover img {
	visibility : hidden;
}
#topnavi li#navi7 a {
	width : 68px;
	height : 26px;
}
#topnavi li#navi7 a:hover {
	background : url(/image/top_btn7_on.jpg);
	width : 68px;
	height : 26px;
}
#topnavi li#navi7 a:hover img {
	visibility : hidden;
}
#topnavi li#navi8 a {
	width : 85px;
	height : 26px;
}
#topnavi li#navi8 a:hover {
	background : url(/image/top_btn8_on.jpg);
	width : 85px;
	height : 26px;
}
#topnavi li#navi8 a:hover img {
	visibility : hidden;
}
/*header styles
--------------------------------*/
#header {
	background-image: url(image/h_logo.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 110px;
}
#header-member {
	background-color: #000000;
	height: 105px;
	width: 750px;
	left: 0px;
	float: left;
}
#header-member ul {
	padding: 0px;
}
#header-member li {
	list-style-type:none;
	display:inline;
}
#header-member li a {
	height: 105px;
	display: block;
	float: left;
	overflow: hidden;
}
#header-member li#minosuke a {
	width : 150px;
	height : 105px;
}
#header-member li#jyuraku a {
	width : 150px;
	height : 105px;
}
#header-member li#motoi a {
	width : 150px;
	height : 105px;
}
#header-member li#rankoh a {
	width : 150px;
	height : 105px;
}
#header-member li#waka a {
	width : 150px;
	height : 105px;
}
/*side navigation
--------------------------------*/
#nav-container {
	width: 185px;
	float: left;
	background-image: url(image/side_back.jpg);
	background-repeat: repeat;
}
#nav-container ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#nav-container ul li {
	margin: 0px;
	padding: 0px;
}
#nav-container ul li a {
	display: block;
	height: 40px;
	width: 185px;
}
#nav-container ul li img{
	margin: 0px;
	padding: 0px;
	vertical-align : bottom;
}
#nav-container ul li#home a {
	width : 185px;
	height : 40px;
}
#nav-container ul li#home a:hover {
	background : url(/image/side_btn1_on.jpg);
	width : 185px;
	height : 40px;
}
#nav-container ul li#home a:hover img {
	visibility : hidden;
}
#nav-container ul li#play a {
	width : 185px;
	height : 40px;
}
#nav-container ul li#play a:hover {
	background : url(/image/side_btn2_on.jpg) no-repeat left top;
	width : 185px;
	height : 40px;
}
#nav-container ul li#play a:hover img {
	visibility : hidden;
}
#nav-container ul li#member a {
	width : 185px;
	height : 40px;
}
#nav-container ul li#member a:hover {
	background : url(/image/side_btn3_on.jpg) no-repeat left top; 
	width : 185px;
	height : 40px;
}
#nav-container ul li#member a:hover img {
	visibility : hidden;
}
#nav-container ul li#gallery a {
	width : 185px;
	height : 40px;
}
#nav-container ul li#gallery a:hover {
	background : url(/image/side_btn4_on.jpg);
	width : 185px;
	height : 40px;
}
#nav-container ul li#gallery a:hover img {
	visibility : hidden;
}
#nav-container ul li#media a {
	width : 185px;
	height : 40px;
}
#nav-container ul li#media a:hover {
	background : url(/image/side_btn5_on.jpg);
	width : 185px;
	height : 40px;
}
#nav-container ul li#media a:hover img {
	visibility : hidden;
}
#nav-container ul li#about a {
	width : 185px;
	height : 40px;
}
#nav-container ul li#about a:hover {
	background : url(/image/side_btn6_on.jpg);
	width : 185px;
	height : 40px;
}
#nav-container ul li#about a:hover img {
	visibility : hidden;
}
#nav-container ul li#profile a {
	width : 185px;
	height : 40px;
}
#nav-container ul li#profile a:hover {
	background : url(/image/side_btn7_on.jpg);
	width : 185px;
	height : 40px;
}
#nav-container ul li#profile a:hover img {
	visibility : hidden;
}
#nav-container ul li#blog a {
	width : 185px;
	height : 40px;
}
#nav-container ul li#blog a:hover {
	background : url(/image/side_btn8_on.jpg);
	width : 185px;
	height : 40px;
}
#nav-container ul li#blog a:hover img {
	visibility : hidden;
}
#nav-container ul li#mail a {
	width : 185px;
	height : 40px;
}
#nav-container ul li#mail a:hover {
	background : url(/image/side_btn9_on.jpg);
	width : 185px;
	height : 40px;
}
#nav-container ul li#mail a:hover img {
	visibility : hidden;
}
/*basic layout
--------------------------------*/
#wrapper {
	background-color: #000000;
	margin: 0px auto;
	width: 750px;
}
#top {
	background-image: url(image/top.jpg);
	background-repeat: no-repeat;
	height: 490px;
}
#topmain {
	background-color: #000000;
	margin: 0px;
	padding:5px 0 0 0;
	width: 748px;
	height:215px;
	border-right: 1px solid #1E1E1E;
	border-left: 1px solid #1E1E1E;
	top: auto;
}
.youtube {
	float:left;
	margin:13px 30px 10px 30px;
}
.youtubeR {
	float:right;
	margin:0px 0px 10px 15px;
}
.info {
	float:left;
	margin:13px 15px 10px 30px;
}
.topnews {
	padding:5px;
	width:350px;
	height:177px;
	margin:13px 30px 10px 345px;
	border-style:solid;
	border-width:1px;
	border-color:#1E1E1E;
}
#main {
	background-color: #000000;
	margin: 0px;
	width: 514px;
	border-right: 1px solid #1E1E1E;
	padding: 20px 20px 30px;
	float: right;
	top: auto;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.tit_bar {
	margin: 0px 0 10px 0;
}
.tit_new {
	margin: 0px 0 5px 0;
}
p.dotber {
	border-bottom:dotted 1px #808080;
	margin: 0px 0 7px 0;
}
#newsright {
	float: right;
}
.name_tit {
	margin: 10px 0 10px 0;
	float : right;
	width: 514px;
	height: 30px;
}
.ImgProL {
	width : 160px;
	margin:10px 20px 30px 0px;
	padding : 0;
	float : left;
}
.ImgProL2 {
	width : 160px;
	margin:10px 20px 60px 0px;
	padding : 0;
	float : left;
}
.ImgProR {
	width : 160px;
	margin:10px 0px 30px 20px;
	padding : 0;
	float : right;
}
.language {
	float: right;
}
#footer {
	background-color: #29010D;
	padding: 15px; 0 15px; 10px;
	width: 720px;
	clear: both;
	margin: 0px auto;
}
#footer a {
	float: right;
}
#gallery {
	text-align: center;
	padding-bottom: 7px;
}

