@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;
	height: auto;
}
#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 #main {
	margin: 0px;
	padding: 10px 0px 0px;
	height: auto;
	width: 800px;
}
#wrapper #footer {
	background: url(../images/footer.gif) no-repeat bottom;
	height: 50px;
	width: 800px;
	clear: both;
}


/*メインコンテンツ　フォントの指定*/

.title_text {
	font: bold 14px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
.body_text {
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*メインコンテンツ：タイトル*/

#wrapper #main #title {
	margin: 0px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 15px;
}

/*メインコンテンツ：最新実績　左側メニュー部分*/

#wrapper #main #menu_area {
	margin: 5px;
	padding: 0px 7px 0px 0px;
	float: left;
	height: auto;
	width: 200px;
}

/*メインコンテンツ：最新実績　右側コンテンツ部分*/

#wrapper #main #contents {
	margin: 5px;
	padding: 0px;
	height: auto;
	float: right;
	width: 565px;
}
#wrapper #main #contents div {
	line-height: 150%;
	background: 150%;
}
#wrapper #main #contents #top_menu_btn {
	height: 35px;
	margin: 0px;
	text-align: center;
	padding-top: 15px;
}
#wrapper #main #contents #photo_space {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	text-align: center;
}
#main #contents #yajirushi {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 550px;
	text-align: right;
}

#wrapper #main #contents #contents_box {
	height: auto;
	width: 550px;
	margin: auto;
	padding: 0px;
}
#wrapper #main #menu_area ul {
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;
	list-style: none;
}
