@charset "shift_jis";
body {
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 0.8em;
	line-height: 1.3;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: medium double #333;
	height: 23px;
	width: 700px;
	font-size: 14px;
	line-height: 1.8em;
}
.font_red {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: blink;
	padding-left: 2em;
	padding-bottom: 2px;
	margin-bottom: 0.5em;
}
.font_red-s {
	font-size: 12px;
	padding-left: 1.5em;
	color: #FFF;
}

h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1FB54A;
	border-bottom-color: #1FB54A;
	width: 310px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	color: #1FB54A;
}
h3 {
	font-size: 18px;
	color: #666;
}
.h2-s {
	font-size: 10px;
	padding-left: 70px;
	color: #333333;
}
#sidebar h2 {
	font-size: 1.0em;
	line-height: 1.4;
	font-weight: bold;
	color: #666666;
	text-align: left;
	display: block;
	width: 160px;
	padding-left: 20px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sidebar h2 a {
	color: #F4C402;
	text-decoration: none;
}
#sidebar h2 a:visited {
	color: #666666;
}
#sidebar h2 a:hover {
	color: #FF9900;
}
img {
	border: none;
}
#wrapper {
	background-color: #1FB54A;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#header {
	background-image: url(images1/headerbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 800px;
	vertical-align: top;
}
#headerR {
	float: right;
}
#headerL {
	float: left;
}
#contents {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.navi {
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images1/back_ground.gif);
	background-repeat: repeat-x;
	display: block;
	height: 35px;
	width: 720px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.navi ul {
	list-style-type: none;
}
.navi li {
	color: #FFFFFF;
	line-height: 35px;
	float: left;
	margin-right: 6px;
	margin-left: 8px;
	list-style-type: none;
}
.navi li a:link {
	color: #FFFFFF;
	text-decoration: none;		
}
.navi li a:visited {
	color: #990000;
	text-decoration: none;
}
.navi li a:hover {
	color: #FF9900;
	text-decoration: none;
}

#container {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	color: #333333;
}
/* Information Area↓↓↓ */
#outline {
	height: 170px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
#information {
	width: 550px;
	margin-bottom: 10px;
	background-color: #FFFFCC;
	color: #666666;
	float: left;
}
#infoBox {
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #009900;
	overflow:auto;
	padding-right: 20px;
	padding-left: 20px;
}
#infoBox dt {
	font-weight: bold;
}
#infoBox dt span {
	padding-left: 5px;
}
#infoBox dt a {
	color: #C15E02;
	text-decoration: none;
}
#infoBox dt a:hover {
	color: #FFAF37;
}
#infoBox dd {
	padding-left: 10px;
	margin-bottom: 10px;
}
/* Information Area↑↑↑ */
#syacho {
	height: 150px;
	width: 160px;
	float: right;
	padding-right: 10px;
	text-align: center;
}

.font_s {
	font-size: 0.6em;
	line-height: 1.2;	
}
.font_m {
	font-size: 0.8em;
	line-height: 1.3;	
}
.font_l {
	font-size: 1.4em;
	line-height: 1.6;
}
.font_b {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;	
}
.font_orange {
	font-size: 1.4em;
	line-height: 1.6;
	color: #FF9900;
	font-weight: bold;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
	width: 550px;
	margin-bottom: 10px;
}
.fonts_bl {
	font-size: 0.6em;
}
.paddingL10 {
	padding-left: 10px;
}
.paddingR {
	padding-right: 10px;
}
.alignR {
	text-align: right;
}
.margin_autoBox {
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.margin_rightBox {
	text-align: right;
	width: 310px;
}
.floatL {
	float: left;
	width: 120px;
}
.floatR {
	float: right;
	width: 400px;
}
.floatR200 {
	float: right;
	width: 200px;
}
.floatL_pad10 {
	float:left;
	padding-left:10px;
}
.clearfix {
	clear: both;
	height: 10px;
}
.clearboth {
	clear: both;
}
.t_align_c {
	text-align: center;
}
.t_align_r {
	text-align: right;
}
.v_align_top {
	vertical-align: top;
}
.back {
	clear: both;
	text-align: right;
	padding-right: 20px;
}
.downloadBox {
	float: right;
	padding-right: 10px;
}
div#pagebottom {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
.red {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
.red_s {
	font-size: 0.8em;
	font-weight: bold;
	color: #FF0000;
}

.green {
	font-size: 1em;
	font-weight: bold;
	color: #009933;
	line-height: 1.5;
}
.greenL {
	font-size: 1.4em;
	font-weight: bold;
	color: #009933;
	line-height: 1.6;
}
.blue {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
	color: #0033CC;	
}
.black {
	font-size: 0.6em;
	font-weight: normal;
	color: #333333;
}
.grayL {
	font-size: 2.4em;
	font-weight: bold;
	color: #CCCCCC;	
}
.alignR {
	text-align: right;
}
.black_L {
	font-size: 1.0em;
	color: #333333;
}
.marginL {
	padding-left: 35px;
}
.paddingL20 {
	padding-left: 20px;
}
.wide150 {
	width: 150px;
}
/***********TOPページの設定***********/
.box {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#menu_box {
	vertical-align: top;
	width: 760px;
	height: 300px;
	padding: 0px;
	margin: 10px auto 20px;
	clear: both;
}
.img_menu {
	color: #333333;
	background-color: #FFFFFF;
	float: left;
	width: 220px;
	height: 280px;
	margin-top: 0px;
	margin-right: 25px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
}
.img_menu p {
	font-size: 0.7em;
	text-align: right;
	vertical-align: bottom;
}
.img_menu table {
	width: 220px;
	margin-top: 10px;
	text-align: center;
	font-size: 0.7em;
}
.img_menu table td.text_left {
	text-align: left;
}
/*firefox逕ｨ
.img_menuR {
	background-color: #FFFFFF;
	text-align: left;
	width: 235px;
	height: 280px;
	float: right;
	position: relative;
}

.img_menuR ul {
	margin-top: 0px;
	margin-left: 8px;
	list-style-type: none;
	position: absolute;
	left: -40px;
	top: 0px;
}

.img_menuR li {
	margin-left: 0px;
	list-style-type: none;
}
*/
.img_menuR {
	background-color: #FFFFFF;
	text-align: left;
	width: 220px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 8px;
	padding-right: 8px;
	height: 280px;
	position: relative;
}

.img_menuR ul {
	margin-top: 0px;
	margin-left: 0px;
	list-style-type: none;
	position: absolute;
	left: 8px;
	top: 0px;
}

.img_menuR li {
	margin-left: 0px;
	list-style-type: none;
}
/***********分譲地の設定***********/
.info_box {
	padding: 10px;
	width: 680px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #999999;
	text-align: left;
}
span.orenge_b {
	color: #F30;
	font-weight: bold;
}
.info_box_cr {
	padding: 10px;
	width: 680px;
	height: 95px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFFFCC;
}
.info_box img {
	float: left;
	margin-right: 10px;
}
.info_box ul {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
.info_box li {
	background-image: url(images2/button_shiyou.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	line-height: 1.5;
}
.priceB {
	height: 75px;
	width: 200px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}
.priceB img {
	margin-top: 5px;
	margin-left: 50px;
}
/***********中古分譲地の設定***********/
.info_box2 {
	padding: 10px;
	width: 680px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #999999;
	text-align: left;
	background-color: #FC6;
}
.info_box_cr {
	padding: 10px;
	width: 680px;
	height: 95px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFFFCC;
}
.info_box2 img {
	float: left;
	margin-right: 10px;
}
.info_box2 ul {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
.info_box2 li {
	background-image: url(images2/button_shiyou.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	line-height: 1.5;
}
.price_bg {
	height: 75px;
	width: 200px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

/***********物件概要の設定***********/
/***********サイドバーの設定***********/
#price {
	text-align: center;
	height: 75px;
	width: 180px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#price_cream {
	text-align: center;
	height: 75px;
	width: 180px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFCC;
}
#sidebar {
	width: 200px;
	float: left;
}
.sidebar_menu {
	text-align: left;
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 10px;
}
.sidebar_menu ul {
	list-style-type: none;
}

.sidebar_menu li {
	background-image: url(images2/button_shiyou.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 1.8;
	margin-left: 0px;
	display: block;
	height: 28px;
	width: 160px;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 18px;
}
.sidebar_menu li a {
	color: #333333;
	text-decoration: none;
}
.sidebar_menu li a:visited {
	color: #990000;
	text-decoration: none;
}
.sidebar_menu li a:hover {
	color: #FF9900;
	text-decoration: none;
}
.attention {
	font-size: 0.6em;
	text-align: left;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
}
/***********建築施工例の設定***********/
.sidebar_menu2 {
	text-align: left;
	width: 160px;
	margin-left: 0px;
	padding-left: 10px;
}
.sidebar_menu2 ul {
	list-style-type: none;
}

.sidebar_menu2 li {
	background-image: url(images5/icon_green.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 1.8;
	margin-left: 0px;
	display: block;
	height: 28px;
	width: 160px;
	list-style-type: none;
	padding-left: 18px;
}
.sidebar_menu2 li a {
	color: #333333;
	text-decoration: none;
}
.sidebar_menu2 li a:visited {
	color: #990000;
	text-decoration: none;
}
.sidebar_menu2 li a:hover {
	color: #FF9900;
	text-decoration: none;
}
.back {
	float: right;
}
/***********詳細の設定***********/
#shousai {
	float: right;
	width: 550px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
}
#shousai h3 {
	font-size: 1.2em;
	color: #666666;
	line-height: 1.6;
	font-weight: bold;
	float: left;
}
#shousai img.Lphoto {
	padding-top: 5px;
}
#shousai img#left {
	float: left;
	margin-bottom: 10px;
}
#shousai img.left_s {
	float: left;
	margin-right: 5px;
}
#shousai .floatL250 {
	width: 200px;
	float: left;
	padding-left: 20px;
	margin-top: 30px;
	margin-right: 5px;
}
#shousai .textB {
	width: 500px;
	margin: 10px ;
	padding-top: 10px;
}
#shousai .textB .sboxl {
	text-align: left;
	float: left;
	width: 200px;
}
#shousai .textB .sboxr {
	text-align: left;
	float: right;
	width: 180px;
	padding-right: 20px;
}
/*建築施工例のページ設定*/
#shousai table.construction {
	background-color: #FFFFFF;
	text-align: left;
	width: 530px;
	margin-bottom: 10px;
	border: none;
}
#shousai table.construction td {
	font-size: 0.8em;
	height: 40px;
	border: none;
}
#shousai table.construction td.underbar {
	vertical-align: bottom;
	width: 135px;
	height: 40px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	font-size: 0.9em;
	font-weight: bold;
	color: #CCCCCC;
}
#shousai table.construction td.underbar a {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
	
}
#shousai table.construction td.underbar a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #F4C402;
}
#shousai table.construction td.photo {
	width: 130px;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 10px;
}
/*線ありテーブル↓*/
#shousai table {
	width: 500px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFDD;
}
#shousai table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
#gaiyou {
	width: 550px;
}
#gaiyouL {
	float: left;
	width: 250px;
	margin-right: 5px;
}
#gaiyouR {
	float: right;
	width: 275px;
	text-align: left;
	margin-left: 5px;
	padding-right: 15px;
}
#gaiyouR ul {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 5px;
}
#gaiyouR li {
	font-size: 0.8em;
	line-height: 1.5;
	background-image: url(images2/button_shiyou.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-top: 5px;
	margin-left: 5px;
}
#accessMap {
	width: 550px;
	float: right;
	margin-top: 10px;
	padding: 0px;
}
#accessMapL {
	width: 280px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
#accessMapR {
	text-align: left;
	float: right;
	width: 250px;
	margin-top: 0px;
	padding-right: 20px;
}
#accessMapR ul {
	list-style-type: none;
}
#accessMapR li {
	font-size: 0.8em;
	line-height: 1.8;
	background-image: url(images2/button_shiyou.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-top: 0px;
	margin-left: 0px;
}
/***********設備仕様の設定***********/
#equipment {
	float: right;
	width: 550px;
	text-align: left;
}
#equipment h1 {
	margin-bottom: 10px;
}
#equipment .variation {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#equipment .variationS {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	width: 225px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#equipment p {
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
}
#equipment p.text {
	width: 250px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
#equipment p.greenL {
	font-size: 1.4em;
	font-weight: bold;
	color: #009933;
}
#equipment .imgboxL {
	float: left;
}
#equipment .boxLarge {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	float: left;
	width: 530px;
}
#equipment .linebox {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	float: left;
	width: 530px;
	border: 1px solid #999999;
}
#equipment .box_L {
	float: left;
	width: 240px;
}
#equipment .box_R {
	float: right;
	margin-left: 20px;
}
/*線なしテーブル*/
#equipment table.large {
	text-align: left;
	width: 500px;
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
	border: none;
}
#equipment table.large td {
	border: none;
}
#equipment table.large td.paddingL {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	width: 420px;
}
#equipment table.large td.alignR {
	text-align: right;
}
#equipment table.large td.paddingR {
	padding-right: 10px;
}
#equipment table.large td.box {
	text-align: right;
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#equipment table.large td.box img {
	margin-right: 5px;
}
#equipment table.small {
	width: 250px;
	float: right;
}
#equipment table.small td {
	width: 80px;
	text-align: center;
}
/*dresserページ設定*/
#equipment table.dresser {
	font-size: 0.8em;
	line-height: 1.2;
	width: 250px;
	margin-top: 5px;
}
#equipment table.dresser td {
	vertical-align: top;
}
#equipment table.dresser td#back {
	background-image: url(images4/dresser01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 123px;
	width: 164px;
	padding-top: 15px;	
}
/*toiletページ設定*/
#equipment table.toilet {
	font-size: 0.8em;
	line-height: 1.2;
	background-color: #CEF3FF;
	width: 290px;
	float: left;
	margin-top: 5px;
	padding: 0px;
}
#equipment table.toilet td.comment {
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#equipment table.toilet td.title {
	font-size: 1.4em;
	background-color: #CEF3FF;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
/*sashページ設定*/
#equipment table#sash {
	font-size: 0.8em;
	line-height: 1.2;
	width: 270px;
	margin-top: 5px;
	padding: 0px;
}
#equipment table#sash td.space {
	padding-top: 5px;
	padding-left: 5px;
}
#equipment table#sash td#img {
	text-align: center;
}
#equipment table#sash td#border {
	background-image: url(images4/sash_img2.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	width: 120px;
	height: 130px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	background-position: center 60px;
}
/*doorページ設定*/
#equipment table#door {
	font-size: 0.8em;
	background-color: #f5eee7;
	line-height: 1.4;
	width: 400px;
	margin-top: 5px;
	padding: 0px;
}
#equipment table#door td {
	text-align: left;
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
}
#equipment table#door td.bgimg {
	background-image: url(images4/door08.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}
/*外壁ページ設定*/
#equipment #seinou {
	margin-bottom: 10px;
}
#equipment table#siding {
	font-size: 0.8em;
	text-align: left;
	width: 500px;
	float: left;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #B46801;
	border-left-color: #B46801;
}
#equipment table#siding td.left {
	vertical-align: top;
	width: 78px;
	height: 63px;
	padding-top: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B46801;	
}
#equipment table#siding td.right {
	text-align: center;
	vertical-align: bottom;
	width: 75px;
	height: 63px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B46801;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B46801;	
}
/***********会社概要の設定***********/
#profile {
	text-align: left;
	width: 680px;
	clear: left;
	margin: 10px auto;
}
#profile p {
	line-height: 1.6em;
	margin-bottom: 20px;
}
#profile_img {
	text-align: center;
	vertical-align: middle;
	width: 220px;
	height: 327px;
	float: right;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;	
}
#profile table {
	width: 600px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#profile table td {
	height: 1.8em;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;	
}
#profile table td.icon {
	background-image: url(images6/icon_prof.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
}
#profile #mapBox {
	text-align: center;
	vertical-align: middle;
	width: 410px;
	height: 313px;
	margin: 10px auto;
	border: 2px solid #FFFF99;
}
#profile h1 {
	margin-bottom: 10px;
}
/***********注文建築の設定***********/
#order {
	text-align: left;
	width: 680px;
	clear: left;
	margin: 10px auto;
}
#order p {
	line-height: 1.6em;
	margin-bottom: 20px;
}
#order table {
	text-align: center;
	width: 530px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}
#order table td#bg {
	background-image: url(images8/hukidashi_new.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#order table td.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#order table td p {
	text-align: left;
	margin-left: 170px;
	margin-top: 80px;
}

#order #table2 {
	text-align: center;
	width: 530px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}
#order #table2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	height: 20px;
	vertical-align: middle;
}
/***********form1の設定***********/
form {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
form table {
	width: 680px;
	padding: 3px;
	margin-top: 20px;
	text-align: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-left-color: #009900;
}
form table td {
	padding: 2px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #009900;
	border-bottom-color: #009900;
}
form table td#formLeft {
	width: 200px;
}
form #sendBtn {
	text-align: center;
	width: 680px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
/***********footerの設定***********/
#footer_top {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#footer_top img {
	float: left;
	margin-right: 15px;
}
#footer_top #imgbox {
	line-height: 1.0;
	width: 240px;
	float: left;
	margin-right: 15px;
}
#footer_top #textbox {
	font-size: 0.8em;
	line-height: 1.0;
	width: 180px;
	float: left;
	padding-left: 20px;
}
address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
/***********家作りの流れ***********/
.orange {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF8000;
}
	
