@charset "utf-8";
/* CSS Document */
/*デフォルトcssのリセット*/
body,div,dl,dt,dd,ul.ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}


.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

body {
	text-align: center;
	background-repeat:repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
}
div.container {
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 950px;
/*	height: 930px;*/

}

div.head {
	width: 950px;
	/*height: 200px;*/
}
div.main {
	margin: 0 auto;
	width: 950px;
}
img.header {
	padding-bottom: 0px;
	padding-top: 0px;
	width: 950px;
	position:relative;
}

div.menuarea{
	height: 50px;
}

ul.menu {
	width: 950px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

}

ul.menu li {
	float: left;
	list-style: none;
			background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	margin: 0 auto;
}





li h5 {
	font-size: 16px;
	/*color: #ffffff;*/
}

li a {
	text-align: center;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-left-style: none;
	border-right-style: none;
	padding-top: 6px;
	padding-bottom: 5px;
}
li a.top {
	width: 130px;

}
li a.gaiyo {
	width: 180px;

}
li a.cast {
	width: 180px;
}
li a.menu {
	width: 240px;
}

li a.kigeki {
	width: 200px;
}
li a.tokigumi {
	width: 220px;
}
li a {
    text-decoration: none;
    display: block;
    color: #000000;
}

li a:link {
    color:  #000000;
}

li a:hover {
	background-color: #1A1A1A;
	color: #FFFFFF;
}



h6 {
	font-size: 12px;
}
div.footer {
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 950px;
/*	height: 930px;*/

}


body {
	/*background-color: #FFF9E6;*/
	background-color: #C49856;
}