@charset "utf-8";
/* CSS Document */


/*ページ構成基本部分*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: auto;
	padding: 0px 0px 0px 5px;
	width: 800px;
	background: #ECE9D8;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF;
}
#wrapper #headder_left {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 135px;
	float: left;
}
#wrapper #headder_right {
	float: right;
	height: 130px;
	width: 665px;
}
#wrapper #headder_menu {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 800px;
	clear: both;
}
#wrapper #headder_menu h2 {
	font-size: 9px;
	float: left;
}
#wrapper #footer {
	background: url(../images/footer.gif) no-repeat bottom;
	height: 50px;
	width: 800px;
}

/*メインコンテンツ：4コマ写真*/

#wrapper #main {
	margin: 0px;
	padding: 10px 0px 0px;
	height: auto;
	width: 800px;
}
#wrapper #main #oshiete_title {
	margin: 0px;
	padding: 10px 0px;
	width: 800px;
	height: 100px;
}
#wrapper #main #sub_title {
	height: 25px;
	width: 800px;
	margin: 0px;
	padding-bottom: 10px;
}
#wrapper #main #photo_box1 {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 800px;
}
#wrapper #main #photo_box2 {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 800px;
}
#wrapper #main #photo1 {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	float: left;
	width: 385px;
}
#wrapper #main #photo2 {
	margin: 0px;
	padding: 0px 0px 10px;
	float: right;
	width: 395px;
}
#wrapper #main #photo3 {
	clear: both;
	float: left;
	width: 395px;
}
#wrapper #main #photo4 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 395px;
}
#wrapper #main #photo1 #textbox_photo1 {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px 20px 10px 30px;
	width: 330px;
}
#wrapper #main #photo2 #textbox_photo2 {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px 20px 10px 30px;
	width: 330px;
}
#wrapper #main #photo3 #textbox_photo3 {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px 20px 10px 30px;
	width: 330px;
}
#wrapper #main #photo4 #textbox_photo4 {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px 20px 10px 30px;
	width: 330px;
}

/*メインコンテンツ：コメント*/

#wrapper #main #coment_area {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 800px;
	background: url(images/oshiete_box.gif) no-repeat;
	clear: both;
}
#wrapper #main #coment_area #coment_text {
	margin: 10px;
	left: 160px;
	top: 50px;
	height: 300px;
	width: 580px;
	position: relative;
}
.coment_copy {
	font: bold 16px/120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrapper #main #backnumber {
	background: url(images/oshiete_backnumber.gif) no-repeat;
	clear: both;
	margin: 0px;
	height: 260px;
	width: 800px;
}
#wrapper #main #backnumber #backnumber_text {
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: 190px;
	width: 700px;
	left: 45px;
	top: 50px;
	position: relative;
}
#wrapper #main #backnumber #backnumber_text #backnumber_text1 {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	width: 240px;
	height: 190px;
	float: left;
}
#wrapper #main #backnumber #backnumber_text #backnumber_text2 {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	width: 240px;
	height: 190px;
	float: left;
}
#wrapper #main #backnumber #backnumber_text #backnumber_text3 {
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 190px;
	clear: left;
	float: right;
}
#wrapper #main #backnumber #backnumber_text ul {
	list-style: none outside;
}

.coment_honbun {
	font: 12px/120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrapper #main #go_to_top {
	text-align: right;
	clear: both;
	height: 20px;
	width: 780px;
	text-decoration: none;
	font: bold 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-right: 20px;
}
