@charset "Shift_JIS"; /* 文字コード宣言 */
@namespace "http://www.w3.org/1999/xhtml";

*{
	margin:0px;
	padding:0px;
}

body{
	background:#cccc99;
	padding: 0px;
}

p a{
	color:#99CCFF;
}
p a:hover{
	color:#FFCC33;
}



div#back{
	text-align: center;
	background:url(../img/common/body-back.jpg)  no-repeat 50% 0% fixed;
	border-top:1px solid #cccc99;/* 隙間対策 */}


div#container{
	width:800px;
	height: auto;
	margin: 0px auto;
}

div#container img{
	vertical-align:bottom;
	border:0px;
	
	/* 隙間対策 */
}

/* main contents */
div#main{
	width:100%;
	min-height: 1em;
	height:auto;
	padding: 20px 0px;
	background:#996633;
	display: inline-table;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


h1#header{
	display:block;
	width:800px;
	height:auto;
	margin: 20px auto 0px;
	text-align:right;
}

.s-text{
	font-size: 80%;
	color:#ffffff;
	font-weight: normal;
}

div#top{
	background:#fff;
	padding: 0px;
	margin:0px;

}


div#menu{
	width:800px;
	height:1.6em;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: bold;
}


div#menu li{
	display: inline;
	float: left;
	margin-left:30px;
	font-size:1.1em;
	line-height: 1.5em;
}

div#menu li.right{
	clear:both;
}

div#menu li a{
	text-decoration: none;
	color:#000000;
}

div#menu li a:hover{
	color:#ffcc00;
	position: relative;
	top:1px;
	left: 1px;
}

div#menu li a visited{
	color:#000000;
}

img#img-bug{
	_margin-top:-20px;/* ie6隙間対策 */
}



/* footer link */

ul#f-link{
	display:block;
	clear: both;
	font-size:80%;
	width:600px;
	margin:3px auto 10px;
}

ul#f-link li{
	display:inline;
	float:left;
	margin-left:20px;
	}

ul#f-link li a{
	color:#fff;
	text-decoration:none;}

ul#f-link li a:hover{
	color:#ff9900;
	border-bottom:1px solid #ff9900;
	}



/* footer */
div#footer{
	clear:both;
	width: 800px;
	height:30px;
	margin: 0px auto;
	background:url(../img/common/footer.gif) no-repeat;
}


div#footer p{
	padding-top: 5px;
	text-align:center;

}


div#p-menu{
	display:block;
	width: 38%;
	height:auto;
	background-color:#996633;
	float:left;
	padding-left: 2%;
}


ul.page-menu{
	font-size:100%;
	color:#fff;
	text-align:left;
	list-style:none;
	line-height:1.5em;
}

ul.page-menu a{
	text-decoration:none;
	color:#fff;
}
ul.page-menu a:hover{
	color:#ffcc33;
}



ul.sub-menu{
	display:block;
	width:100%;
	padding-left:10px;
	font-size:0.8em;
	color:#fff;
	list-style:none;
}


ul.sub-menu a{
	text-decoration:none;
	padding-left:8px;
	background:url(../img/common/sub-list-mark.gif) bottom left no-repeat;
}
ul.sub-menu a:hover{
	color:#ffcc33;
	background:url(../img/common/sub-list-mark2.gif) bottom left no-repeat;
}





div#right-box{
	width:60%;
	height:auto;
	text-align:left;
	background-color:#996633;
	position: relative;
	float:right;
}

p{
	font-size:0.8em;
	color: #fff;
	line-height:1.5em;
	text-align: left;
	
}



p.tyuui{
	font-size:0.7em;
	line-height:1.3em;
}

p.pagetop{
	text-align: right;
	font-size:0.8em;
	font-weight:bold;
	margin-right:10px;
}
p.pagetop a{
	color: #fff;
	text-decoration:none;}
	

