@charset "UTF-8";
/* -- karaoke manbou common style CSS -------------------
Author : Muraji
Copyright(C)2008,ING-KAWAMOTO Inc. All Rights Reserved. 
------------------------------------------------------ */

/* initializing browser style. */
*{
	margin:0px;
	padding:0px;
	border:0px none;
	background-color:transparent;
	color:#b18a7e;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
ul,dl{
	list-style: none;
}
img{
	border:none;
}
/* common element style. */
body{
	background-image:url(../images/bg.gif);
	font-size:normal;
}
a{
	color:#d4400d;
}
a:visited{
	color:#a72b00;
	text-decoration:none;
}
a:hover{
	color:#a72b00;
	text-decoration:underline;
}
.clear{
	width:0;
	height:0;
	clear:both;
}
/* --------------------------------- layout -------- */
div#wrapper{
	width:100%;
	min-height:100%;
	padding:0 0 15px;
}
div#container{
	margin:0 auto;
	width:912px;
	height:100%;
	background-image:url(../images/container-bg.gif);
	background-repeat:repeat-y;
}
div#header{
	padding:4px 6px 0 6px;
}
div#top{
	background-image:url(../images/head-bg.gif);
	background-repeat:repeat-x;
	height:108px;
}
div#contents{
	clear: both;
	background-image:url(../images/container-bg.gif);
	background-repeat:repeat-y;
	min-height:100%;
	margin:0 0 10px;
}
div#footer{
	clear:both;
	height:29px;
	background-image:url(../images/foot-bg.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:3px 0 0 0;
	font-size:1em;
}

/* --------------------------------- header -------- */
#top h1{
	float:left;
}
#top h1 img{
	margin:0 0 0 15px;
}
ul#headinfo{
	margin:0 40px 0;
	float:right;
}
#headinfo li{
	margin:0 0 0 5px;
	float:left;
}


/* --------------------------------- contents -------- */
div#menu{
	background-image:url(../images/indexmenu-bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	width:865px;
	height:66px;
	padding:0 0 0 35px;
	clear:both;
}
div#menu h2{
	float:left;
}
#menu h2 a{
	display:block;
}
#contents h3{
	height:45px;
	width:900px;
	text-indent:-9999px;
	margin:0 0 0 6px;
}
/* --------------------------------- footer -------- */
#footer ul{
	text-align:center;
}
#footer ul li{
	display:inline;
	color:#b18a7e;
	font-size:0.8em;
}
#footer ul li a{
	color:#b18a7e;
}


/* wp-original style */
div.wp-caption{
	
}