@charset "UTF-8";
/* CSS Document */



/* =============================================================
　■□■ 1. ボディコンテンツ ■□■
============================================================= */

body {
	background-color: #FFFFFF;
	margin-top: 39px;
}
 
.wrap {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F0F0DC;
	position: relative;
}

.container_body{
	width: 800px;
	margin:auto;
}


.container_body_main:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.container_body_main { display: inline-block; }
/* exlude MacIE5 \*/
* html .container_body_main { height: 1% }
.container_body_main{display:block;}
/* end MacIE5 */


.mainarea{
	background-color: #F0F0DC;
	width: 800px;
	float: left;
}

/* =============================================================
　■□■ 2. ヘッドコンテンツ ■□■
============================================================= */
#header {
	width: 800px;
	height: 41px;
	float: left;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#header .logo{
	float: left;
	height: 41px;
	width: 152px;
}

#header .btn1{
	float: left;
	height: 41px;
	width: 90px;
	margin-left: 10px;
}

#header .btn2{
	float: left;
	height: 41px;
	width: 53px;
}

#header .copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	float: left;
	height: 38px;
	width: 180px;
	line-height: 46px;
	padding-left: 208px;
	margin-top: 2px;
	background-color: #FFFFFF;
}

.gototop{
	width:152px;
	height:41px;
	display:block;
	text-indent:-9999px;
}


/* =============================================================
　■□■ 3. メイン■□■
============================================================= */

.top_img{
	float: left;
	height: 260px;
	width: 800px;
}



/*文字設定*/
h1{
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 10px;
color: #666666;
font-weight:100;
margin:0;
padding:0;
}

