@charset "utf-8";

* {
	margin:0;
	padding:0;
	}
	
body {
	background:url(../common_images/back.gif) repeat-x scroll #fcfcfc;
	font-family:Tahoma,Arial,Sans-Serif;
	line-height:130%;
	font-size:75%;
	border-bottom:solid 3px #88c112;
	text-align:center;
	color:#666;
	}	

h1 {
	font-size:120%;
	}
	
img {
	vertical-align:bottom;
	border:none;
	}
	
a {
	color:#0048c7;
	text-decoration:underline;
	}
	
a:hover {
	color:#ff6600;
	}
	
li {
	list-style-type:none;
	}
	
table,tr,td {
	border-collapse:collapse;
	vertical-align:top;
	}	
	
address {
	font-style:normal;
	}	
	
.center {
	text-align:center;
	}					
	
/*ページレイアウト*/
#wrapper {
	width:940px;
	margin:0 auto;
	text-align:left;
	}
	
/*ヘッダーの設定*/		
#header {
	padding-top:3px;
	}	

/*ヘッダー内の設定*/	
#header .header-left {
	width:599px;
	height:100px;
	float:left;
	display:inline;
	}
	
.header-left .logo {
	margin-top:3px;
	}
	
.header-left h1 {
	margin-top:3px;
	}
	
#header .header-right {
	width:341px;
	float:right;
	display:inline;
	}
	
.header-right ul {
	margin:3px 0 0 172px;
	}	

.header-right li {
	margin-left:15px;
	height:14px;
	float:left;
	display:inline;
	}
	
.header-right .syousai {
	margin-top:10px;
	}
	
/*メニューの設定*/	
#header .menu {
	clear:both;
	}		
	
#header .menu li {
	margin-top:1px;
	height:46px;
	display:inline;
	float:left;
	}
	
	
/*コンテンツレフトの設定*/
#content-left {
	float:left;
	display:inline;
	margin:0 0 10px 0;
	}	
	
/*コンテンツライトの設定*/
#content-right {
	float:right;
	display:inline;
	margin-bottom:10px;
	}
	
/*女性建築家によるプラン集請求*/
.plan {
	margin-bottom:10px;
	}
	
/*コンテンツライト　お客様の声*/
.okyakusama-right {
	width:320px;
	background:url(../common_images/kakomi_back_right.gif) repeat-y;
	margin-bottom:10px;
	letter-spacing:1px;
	}
	
.okyakusama-right .o-photo {
	margin:8px 10px 5px 15px;
	float:left;
	display:inline;
	}
	
.okyakusama-right .o-name {
	width:173px;
	margin-top:8px;
	float:left;
	display:inline;
	}
	
.okyakusama-right .o-name h4 {
	font-size:100%;
	border-left:5px solid #71a4ff;
	padding-left:5px;
	}	
	
.okyakusama-right .o-name ul {
	border-top:1px solid #ddd;
	margin-top:5px;
	padding-top:5px;
	line-height:160%;
	}
	
.okyakusama-right .o-comment {
	clear:both;
	width:295px;
	margin-left:15px;
	}

.text-right2 {
	text-align:right;
	padding-right:15px;
	}
	
/*コンテンツライト　バナー広告*/
.bannar {
	background:#efefef;
	width:320px;
	margin:10px 0 0 0;
	}
	
.bannar h3 {
	font-size:110%;
	color:#462f19;
	text-align:center;
	padding:5px 0px 5px 10px;
	letter-spacing:1px;
	}
	
.bannar .bannar-img {
	text-align:center;
	padding-bottom:2px;
	}
	
.bannar .bannar-text {
	width:280px;
	margin-left:20px;
	padding-bottom:10px;
	color:#462f19;
	letter-spacing:1px;
	}																						
		
/*フッターの設定*/
#footer {
	clear:both;
	text-align:center;
	}
	
#footer p {
	padding-bottom:3px;
	}	
	
#footer address {
	padding-bottom:2px;
	}
	
/*フォレストブログ*/
.forest-blog li {
	margin-bottom:10px;
	}		
