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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,blockquote,th,td,img,hr,p,a{
	margin:0;
	padding:0;
	color:#666;
	text-decoration:none;
	border:none;
	font:13px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;/*IE入れ子フォントサイズ変更回避*/	
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
	list-style:none;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color:#eeebd8;
	}

p,dl,table,h1,h2,h3,h4,h5,div{
	text-align: left;
}

#container{
	background-image:url(../images/main_wall.gif);
	margin:0 auto;
	width:887px;
	height:auto;
}

#wrapper{
	width:798px;
	margin:0px auto;
}

#header{
	width:798px;
	height:404px;
	margin:0 auto;
	position:relative;
}

#main_cover{
	background-color:#fff;
	width:798px;
	margin:0 auto;
	margin-bottom:10px;
}

#main{
	width:798px;
	background-color:#fff;
	position:relative;
	background-image:url(../images/spacer.gif);
	background-repeat:repeat;
	margin:0px auto;
	}

#text_area{
	background-image:url(../images/bar_1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:540px;
	float:left;
	background-color:#fff;
}
#text{
	width:500px;
	float:left;
	background-color:#fff;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 25px;
}

#sidebar{
	width:258px;
	background-color:#fff;
	float:right;
}

#side_photo{
	background-color:#fff;
	width:230px;
	margin-top:60px;
	margin-left:15px;
}
.photo{
	margin-bottom:50px;
}
.photo_2{
	margin-bottom:25px;
}
#bar{
	background-image:url(../images/spacer.gif);
	background-repeat:repeat;
	background-position:bottom;
	width:798px;
	height:auto;
}

#main_bottom{
	clear:both;
	background-image: url(../images/main_bottom.jpg);
	background-repeat: no-repeat;
	width:798px;
	height:11px;
	margin:0px auto;
}

#footer{
	height:auto;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	padding-bottom:10px;
}
