@import url("reset.css");
body,td,th {
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin: 3px 0 0 0;
	font-size:0.8em;
	text-align:center;
	line-height:1.3;
}

td,th{
	font-size:1.0em;
}

.clear-all{
	clear:both;
}

.clearfix{
	zoom:100%;
}

.clearfix:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*---------------------
	ヘッダー
---------------------*/

#header{
	width:100%;
	height:81px;
	position:relative;
}

#header .name{
	width:250px;
	height:81px;
	position:absolute;
	left:5px;
	top:0;
	text-align:left;
	color:#EEEEEE;
}

#header .name h1{
	margin-bottom:3px;
	font-size:10px;
}

#header .logo{
	width:68px;
	height:48px;
	position:absolute;
	top:0;
	right:3px;
}

/*---------------------
	メニュー
---------------------*/
#menu{	background-image:url(/com/img/menu-back.jpg);
	background-repeat:repeat-x;
	width:100%;
	margin-bottom:2px;
	height:39px;
}

#menu-inner{
	width:800px;
	margin:0 auto;
	border-left:1px solid #000000;
}

#menu-inner li{
	border-right:1px solid #000000;
	float:left;
	height:39px;
	width:131px;
	position:relative;
	text-align:left;
}

#menu-inner li p{
	width:131px;
	position:absolute;
	text-align:center;
	height:39px;}

#menu-inner li img{
	top:50%;
	margin-top:-8px;
	position:absolute;
	left:50%;
}

#menu-inner .sanchoume{margin-left:-63px;}

#menu-inner .yotuya{margin-left:-51px;}

#menu-inner .akebono{margin-left:-45px;}

#menu-inner .ichigaya{margin-left:-51px;}

#menu-inner .ichigaya{margin-left:-47px;}

#menu-inner .shinanomacih{margin-left:-51px;}

#menu-inner .else{margin-left:-51px;}

#menu-inner .kakurazaka{	width:101px;	margin-left:-51px;}

#menu-inner li a{
	width:131px;
	height:39px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

#menu-inner li a:hover{	
	background-image:url(/com/img/menu-back-over.jpg);
	background-repeat:repeat-x;
	width:131px;
	height:39px;
}









/*---------------------
	コピーライト
---------------------*/
#copy{
	margin:10px 0 3px 0;
	width:100%;
	text-align:center;
	/*background-image:url(/com/images/line.gif);
	background-position:center;
	background-repeat:repeat-x;*/
}

#copy img{
	padding:0 3px;
	/*background-color:#2d2d2d;*/
}

/*---------------------
	スクエアー角
---------------------*/

.ring-top-left{
	background-image:url(/com/img/com-ring_01.gif);
	background-repeat:no-repeat;
	background-position:top left;

}

 .ring-top-right{
	background-image:url(/com/img/com-ring_02.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.ring-bottom-left{
	background-image:url(/com/img/com-ring_03.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.ring-bottom-right{
	background-image:url(/com/img/com-ring_04.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

/*---------------------
	サブページ共通
---------------------*/

/*--ヘッダーメニュー--*/
#header-submenu{
	width:300px;
	position:absolute;
	text-align:right;
	bottom:3px;
	right:3px;
}

#header-submenu a{
	margin-left:3px;
}

/*--メイン--*/

#main{
	width:100%;
	background-color:#2D2D2D;
	padding:20px 0;
	text-align:center;
}

#main-inner{
	width:750px;
	margin:0 auto;
	padding:10px 0 10px 0;
	background-color:#3C3C3C;
}

#title{
	margin:0 auto;
}

#main-alha{
	width:720px;
	margin:15px auto 0 auto;
	text-align:left;
}
