@charset "Shift_JIS";

/* reset */
html{color:#000;background:#C9CCB5;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/**/

/* common */
body {
margin:0;
padding: 0;
background-color: #C9CCB5;
text-align: left;
font-size:0.8em;
}

/* リンク */
a:link { color:#333; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:active { color:#999; text-decoration: none; }
a:hover { color: #999; text-decoration: none; }


/* フォント */
.large {}
.normal {}
.small {}

/*  */
#container {
	width:800px;
}
.contents {
text-align:left;
}



/* H1 */
h1 {
text-align:center;
}

/* H2 */
h2 { margin-bottom:20px; }

.inner {
	background:#FFF;
	}
.inner:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}
.inner {display: inline-block;}
.inner {zoom: 100%;}

#side {
	float:left;
	width:295px;
}
#main {
	float:right;
	width:505px;
}

/* H3 */
h3 {
text-align:center;
margin-bottom:10px;
}


/* フッター */
#footer {
color:#FFFS;
font-size:1em;
line-height:1.5em;
margin:5px 0;
}
