@charset "shift_jis";
/* CSS Document */

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 78%;
	line-height: 2;
	color: #514738;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*トップページだけ、背景壁紙画像を変える為。*/
body#top {
	background-image: url(../img/bgtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

h1{
	margin: 0px;
	font-size: 11px;
	color: #FFF;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
blockquote{
	margin-top: 0px;
	padding-top: 0px;
}
ul{
	list-style-type: none;
}
img { border: none; }
input,textarea,select {
	font-size: 1em;
}
form {
margin: 10px;
width: 540px;
}
a {
	color: #514738;
}
a:hover {
	color: #772850;
	text-decoration: none;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;	/*HP全体の横幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴや電話番号画像が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 80px;
	width: 950px;
	position: relative;
}
#header #tel {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}



/*メインメニュー（上部に横並びの画像メニュー）
---------------------------------------------------------------------------*/
ul#menu img {
	vertical-align: bottom;
}
ul#menu li {
	float: left;
}



/*FLASH梱包ボックス
---------------------------------------------------------------------------*/
#fla {
	background-color: #000000;
	height: 400px;
}
#fla p {
	color: #FFFFFF;
	text-align: center;
}



/*ボタンボックス
---------------------------------------------------------------------------*/
#menu_btn {
	height: 81px;
	width: 950px;	/*ボックスの幅*/
}
#btn_01 {
	height: 81px;
	width: 158px;
	float: left;
}
#btn_01 a,#btn_01 a:link,#btn_01 a:visited{
	display:block;
	height: 81px;
	width: 158px;
	background-image: url(../img/btn/menu_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_01 a:active,#btn_01 a:hover{
	background-image: url(../img/btn/menu_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px -81px;
}
#btn_02 {
	height: 81px;
	width: 158px;
	float: left;
}
#btn_02 a,#btn_02 a:link,#btn_02 a:visited{
	display:block;
	height: 81px;
	width: 158px;
	background-image: url(../img/btn/menu_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_02 a:active,#btn_02 a:hover{
	background-image: url(../img/btn/menu_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px -81px;
}
#btn_03 {
	height: 81px;
	width: 158px;
	float: left;
}
#btn_03 a,#btn_03 a:link,#btn_03 a:visited{
	display:block;
	height: 81px;
	width: 158px;
	background-image: url(../img/btn/menu_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_03 a:active,#btn_03 a:hover{
	background-image: url(../img/btn/menu_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px -81px;
}
#btn_04 {
	height: 81px;
	width: 158px;
	float: left;
}
#btn_04 a,#btn_04 a:link,#btn_04 a:visited{
	display:block;
	height: 81px;
	width: 158px;
	background-image: url(../img/btn/menu_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_04 a:active,#btn_04 a:hover{
	background-image: url(../img/btn/menu_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px -81px;
}
#btn_05 {
	height: 81px;
	width: 158px;
	float: left;
}
#btn_05 a,#btn_05 a:link,#btn_05 a:visited{
	display:block;
	height: 81px;
	width: 158px;
	background-image: url(../img/btn/menu_05.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_05 a:active,#btn_05 a:hover{
	background-image: url(../img/btn/menu_05.jpg);
	background-repeat: no-repeat;
	background-position: 0px -81px;
}
#btn_06 {
	height: 81px;
	width: 158px;
	float: left;
}
#btn_06 a,#btn_06 a:link,#btn_06 a:visited{
	display:block;
	height: 81px;
	width: 158px;
	background-image: url(../img/btn/menu_06.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_06 a:active,#btn_06 a:hover{
	background-image: url(../img/btn/menu_06.jpg);
	background-repeat: no-repeat;
	background-position: 0px -81px;
}

#btn_contact {
	height: 36px;
	width: 300px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#btn_contact a,#btn_contact a:link,#btn_contact a:visited{
	display:block;
	height: 36px;
	width: 300px;
	background-image: url(../img/btn/btn_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_contact a:active,#btn_contact a:hover{
	background-image: url(../img/btn/btn_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}

#btn_works_01 {
	height: 190px;
	width: 270px;
	float: left;
}
#btn_works_01 a,#btn_works_01 a:link,#btn_works_01 a:visited{
	display:block;
	height: 190px;
	width: 270px;
	background-image: url(../img/btn/bt_works1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_works_01 a:active,#btn_works_01 a:hover{
	background-image: url(../img/btn/bt_works1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -190px;
}
#btn_works_02 {
	height: 190px;
	width: 270px;
	float: left;
}
#btn_works_02 a,#btn_works_02 a:link,#btn_works_02 a:visited{
	display:block;
	height: 190px;
	width: 270px;
	background-image: url(../img/btn/bt_works2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_works_02 a:active,#btn_works_02 a:hover{
	background-image: url(../img/btn/bt_works2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -190px;
}
#btn_works_03 {
	height: 190px;
	width: 270px;
	float: left;
}
#btn_works_03 a,#btn_works_03 a:link,#btn_works_03 a:visited{
	display:block;
	height: 190px;
	width: 270px;
	background-image: url(../img/btn/bt_works3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_works_03 a:active,#btn_works_03 a:hover{
	background-image: url(../img/btn/bt_works3.jpg);
	background-repeat: no-repeat;
	background-position: 0px -190px;
}


/*デザイン施工実績
---------------------------------------------------------------------------*/
#works_box {
	height: 65px;
	width: 230px;
	float: left;
	background-image: url(../img/works_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 1px;
}

#works_list {
	height: 170px;
	width: 170px;
	float: left;
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
	margin: 5px;
}
/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
}



/*メインコンテンツ（左側ボックス）
---------------------------------------------------------------------------*/
#main {
float: left;	/*ボックスを左側に配置。*/
width: 580px;	/*ボックスの幅*/
padding-top: 20px;
padding-bottom: 50px;
}
#main p {
	padding: 0.5em 10px 1em;
}
#main h2.h2bg {
height: 30px;
line-height: 30px;
color: #FFFFFF;	/*h2タグの文字色*/
font-size: 120%;
background-image: url(../img/midashi_bg.gif);	/*h2タグの背景画像*/
background-repeat: no-repeat;
padding-left: 25px;	/*文字の左側に少し余白*/
overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
background-color: #272E39;
}

#cpt1 {
padding-right: 25px;
padding-left: 15px;
font-size: 118%;
line-height: 1.7em;
}


/*サイドコンテンツ（右側ボックス）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*ボックスを右側に配置。*/
	width: 330px;	/*ボックスの幅*/
	padding-top: 20px;
}
#side p {
	padding: 0.5em 5px 1em;
}
#side .box {
	border: 1px solid #bfbfbf;/*右側ボックスの各ボックスを囲む線色。*/
	margin-bottom: 1em;
}
#side h3 {
	font-size: 100%;
	color: #514738;	/*h3タグの文字色*/
	text-align: center;	/*文字をセンタリング*/
	border-bottom: 1px solid #bfbfbf;	/*h3タグ下に直線を追加*/
	padding-top: 1em;
	padding-bottom: 1em;
	background-image: url(../img/h3bg.gif);	/*h3の背景画像*/
	background-repeat: repeat-x;	/*背景画像を横軸にリピート*/
	background-position: center;	/*背景画像を上下中央に配置*/
}
#side .sidemenu a {
	text-decoration: none;	/*サイドメニューのリンクの下線を削除*/
	width: 326px;
	display: block;
	background-color: #393227;
	background-image: url(../img/sidemenu_bg.gif);	/*サイドメニューの背景画像*/
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;	/*メニューテキストをセンタリング*/
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	color: #FFFFFF;	/*メニューの文字色*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#side .sidemenu a:hover {
	background-image: url(../img/sidemenu_bg_over.gif);	/*カーソルオーバー時の背景画像*/
}



/*フッター（コピーライトなど入っている一番下のボックス）
---------------------------------------------------------------------------*/
#footer {
text-align: center;
clear: both;
width: 100%;
margin-bottom: 15px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
width: 530px;			/*What's Newボックスの幅*/
height: 160px;		/*What's Newボックスの高さ*/
overflow: auto;
padding: 10px;
margin-right: auto;
margin-left: auto;
line-height: 1.6em;
font-size: 100%;
}
#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}

.ta1, .ta1 td, .ta1 th{ border: 0px solid #393227; }

.ta1 td, .ta1 th{
padding: 5px;
text-align: center;
}

.ta1 th{
background-color: #fafafa;	/*左側thタグの背景色*/
	width: ;	/*左側thタグの幅*/
text-align: center;
font-size: 16px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #330;
}

.ta1 .works_comment{
text-align: center;
font-size: 14px;
line-height: 1.4em;
}



.ta1 th.tamidashi{
width: auto;
text-align: left;
background-color: #615543;	/*テーブルの見出し部分の背景色（room.htmlで使用しています）*/
color: #FFFFFF;	/*文字色*/
font-size: 110%;
padding-top: 2px;
padding-bottom: 2px;
}


.ta2 {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}
.ta2, .ta2 th{ border: 0px solid #393227; }
.ta2 th{ padding: 10px; }
.ta2 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 150px;	/*左側thタグの幅*/
	text-align: center;
}
.ta2, .ta2 td{ border: 0px solid #393227; }
.ta2 td{
padding-left: 15px;
padding-top: 5px;
padding-bottom: 20px;
color: #666;
}
.ta2 th.tamidashi{
width: auto;
text-align: left;	/*テーブルの見出し部分の背景色（room.htmlで使用しています）*/
color: #666;	/*文字色*/
font-size: 110%;
padding-top: 1px;
padding-bottom: 1px;
border-left-color: #000;
border-bottom-width: 1px;
border-left-width: 3px;
border-bottom-color: #000;
}


/*実績一覧（ミニサイズ）ボックス
---------------------------------------------------------------------------*/
.boxmini {
overflow: scroll;
padding: 3px;		/*ボックスの左の線*/
margin-bottom: 1em;
border: 1px solid #bfbfbf;
width: 155px;
height: 150px;
float: left;
margin-left: 8px;
margin-right: 2px;
display: inline;
text-align: center;
}

/*h3見出し設定*/
.boxmini h3 {
font-size: 102%;
color: #033;	/*文字色*/
text-align: center;
margin-bottom: -5px;
}
.boxmini h3 a {
	color: #000000;	/*リンクにした際に色が黒に戻らないように設定*/
}


.boxmini p {
	padding: 5px !important;
	font-size: 82%;
	line-height: 1.4;
	text-align:left;
}

.boxmini.osusume {
	background-image: url(../img/boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.boxmini.sumi {
	background-image: url(images/boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}


/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #772850;
}
.look {
	background-color: #f5f5f5;
}
.mb1em { margin-bottom: 1.4em; }

.top_comment {
font-size: 14px;
line-height: 1.6em;
margin-right: 10px;
margin-left: 15px;
}

.font_25 {
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
