@charset "utf-8";

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
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;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
	vertical-align: bottom;
}
li	{
	list-style-type: none;
}

a {
text-decoration: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 150%;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}


body {
color: #000000;
background: #ffffcc;
}

#wrapper{
background: #ffffff;
width: 800px;
height: auto;
margin: 0 auto;
}

#pagetop{
width: 800px;
height: 25px;
margin: 0;
padding: 5px 0 0 0;
background: #ffbbcc;
}

h1{
color: #cc0066;
margin: 0 0 0 25px;
}

#header{
height: 213px;
width: 800px;
background: url(../image/top.jpg) no-repeat;
}

#menu,
#content{
float: left;
display: inline; /* for WinIE6 */
}

#menu{
width: 219px;
height: auto;
margin: 0;
padding: 10px 20px 0 20px;
border-right: solid 1px #ff9900;
background: #ffffff;
display: inline;
float: left;
}

#content{
width: 500px;
height: auto;
margin: 0;
padding: 10px 0 0 20px;
background: #ffffff;
display: inline;
float: left;
}

#menu li{
margin: 0 0 4px 0;
}

#mainbox{
width: 408px;
height: 310px;
margin: 0;
padding: 20px 45px 20px 45px;
border: solid 1px #99ccff;
}

#mainbox img{
margin: 0 3px 5px 3px;
padding: 0;
float: left;
}

#mainbox h2{
clear: both;
width: 100%;
padding: 20px 0 0 0;
text-align: center;
color: #3399cc;
font-size: 120%;
}

#copyright{
clear: both;
width: 100%;
width: 800px;
height: 40px;
text-align: center;
background: #ffbbcc;
padding: 5px 0 0 0;
}

span{
color: #FF6600;
text-align: center;
font-weight: bold;
}

