/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}
li{
	list-style:none;
}
body{
	background-color:#faeef1;
	font-family:Verdana, Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Pゴシック", Osaka, sans-serif;
}
/* heder */
#header{
	width:100%;
	height:91px;
	display:none;
	background-image:url(../img/header_back.png);
	background-position:top left;
	background-repeat:repeat-x;
}
/*#logo{
	width:970px;
	margin:0 auto;
}*/
h1{
	padding:26px 0 0 0;
}
/*h1 a{
	text-indent:-9999px;
	width:380px;
	height:65px;
	display:block;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	overflow:hidden;
}*/
/* /heder */

/* container */
#container{
	width:100%;
	background-image:url(../img/container_topback.png);
	background-repeat:repeat-x;
}

.content{
	/*width:970px;*/
	margin:0 auto;
}

/* content */
#content{
	/*width:970px;*/
	background-image:url(../img/menu_back.png);
	background-repeat:repeat-y;
	overflow:auto;
}
/*\*/
　* html div#content{overflow: visible;}
/**/


#menu{ display:none;
}
#menu li{
	padding:0 6px 0 0;
}
#main{
	width:745px;
	/*float:right;*/
	background-color:#faeef1;
	margin:10px 0 0 5px;
}
/* /content */

/* /container */

/* footer */
#footer{
	clear:both;
	width:100%;
	height:85px;
	display:none;
	background-image:url(../img/footer_back.png);
	background-position:top left;
	background-repeat:repeat-x;
}
.left{
	float:left;
}
.right{
	float:right;
	margin:30px 0 0 0;
}
#footer .right{
	color:#ffffff;
	font-size:0.8em;
}

/* /footer */

