﻿@charset "UTF-8";

@media print {

body {
	zoom: 85%;
	}
}
	
/*
*	1.  YUI Fonts CSS
*	2.  YUI Reset CSS
*	3.  フォントサイズ設定
*	4.  サイト構造
*	5.  ヘッダ設定
*	6.  ヘッダメニュー設定
*	7.  TOPページ　コンテンツ設定
*	8.  フッター設定
*	9.  次ページ COMMON設定
*	10. お仕事一覧・詳細設定
*	12. 商品詳細覧設定
*	13. その他細かいの設定
*	14. スペース設定
*/

/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}


/*======================================

	3. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #444;
	background-color: #F2F2F2;
	background-image: url(../img/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}



/*======================================

	5. ヘッダ設定
	
=======================================*/

#top-comment {
	margin: 20px auto 3px auto;
	width: 890px;
	text-align: left;
font-size:22px;
}

#header {
	margin: 0 auto;
	padding: 15px 15px 0 15px;
	width: 860px;
	height: 300px;
	background-color: #FFFFFF;
}

#header-logo {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 300px;
	float: left;
	background-image: url(../img/logo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#header-logo a {
	display: block;
	width: 230px;
	height: 300px;
	}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#header-right {
	margin: 0;
	padding: 0;
	float: right;
	width: 630px;
	height: 300px;
}


/*======================================

	6. メニュー設定
	
=======================================*/

#menu{
	margin: 0 auto;
	padding: 0 15px;
	width: 860px;
	height: 56px;
	clear: both;
	background-color: #FFFFFF;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li, #menu a {
	display: block;
	height: 56px;
	width: 172px;
	}

#menu li {
	padding: 0;
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(../img/menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu01 a{
	background-position: 0 0;
	}

#menu01 a:hover{
	background-position: 0 -56px;
	}
	
#menu01 a:active{
	background-position: 0 -56px;
	}

#menu02 a{
	background-position: -172px 0;
	}

#menu02 a:hover{
	background-position: -172px -56px;
	}
	
#menu02 a:active{
	background-position: -172px -56px;
	}

#menu03 a{
	background-position: -344px 0;
	}

#menu03 a:hover{
	background-position: -344px -56px;
	}
	
#menu03 a:active{
	background-position: -344px -56px;
	}

#menu04 a{
	background-position: -516px 0;
	}

#menu04 a:hover{
	background-position: -516px -56px;
	}
	
#menu04 a:active{
	background-position: -516px -56px;
	}

#menu05 a{
	background-position: -688px 0;
	}

#menu05 a:hover{
	background-position: -688px -56px;
	}
	
#menu05 a:active{
	background-position: -688px -56px;
	}



/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-contents {
	margin: 0 auto;
	padding: 15px;
	width: 860px;
	text-align: left;
	background-color: #FFFFFF;
}

#top-contents:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#top-contents {
	zoom: 1;
}


#top-contents-left {
	margin: 0;
	padding: 0;
	width: 230px;
	text-align: left;
	float: left;
	background-color: #F2F2F2;
}


#top-contents-left a:hover img{
	filter: alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#top-contents-right {
	margin: 0;
	padding: 0;
	width: 600px;
	float: right;
}

.top-left-add {
	margin: 20px 0;
	padding: 16px;
	background-image: url(../img/side-bg.gif);
	clear: both;
	color: #FFFFFF;
}

.top-table1 {
	padding: 0 20px 0 0;
	width: 290px;
}

h3 {
	margin: 0;
	padding: 0 0 7px 17px;
	color: #009BD7;
	font-size: 122%;
	font-weight: bold;
	background-image: url(../img/h03-bg.gif);
	background-position: bottom;
}

.frame01 {
	margin: 0;
	padding: 5px;
	border: 2px solid #CC0000;
	background-color:#FBF7E7;
}

.frame01-t {
	padding: 3px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 122%;
	font-weight: bold;
	text-align: center;
}

.frame02 {
	margin: 0;
	padding: 5px;
	background-color:#CC0000;
	color: #FFFFFF;
}

.frame03 {
	margin: 0;
	padding: 5px;
	border: 2px solid #0065CD;
}

.frame03-t {
	padding: 3px;
	background-color: #0065CD;
	color: #FFFFFF;
	font-size: 122%;
	font-weight: bold;
	text-align: center;
}

.frame04 {
	margin: 15px 0 0 0;
	padding: 10px;
	border: 15px solid #CC0000;
	background-color:#FBF7E7;
}

.frame05 {
	margin: 15px 0 0 0;
	padding: 20px 20px;
	border: 15px solid #CC0000;
}

/*======================================

	6. サイドメニュー設定
	
=======================================*/

#side-menu{
	margin: 0;
	padding: 0;
	width: 230px;
	clear: both;
}

#side-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side-menu li {
	display: block;
	height: 50px;
	width: 210px;
	padding: 0;
	float: left;
}
	
#side-menu a {
	display: block;
	height: 35px;
	width: 195px;
	padding: 15px 0 0 35px;
	color: #333333;
	text-decoration: none;
	background: url(../img/side-menu-bg.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
}

#side-menu a:hover {
	background: url(../img/side-menu-bg2.gif) no-repeat;
	color: #0081CD;
	text-decoration: underline;
}


/*======================================

	8. フッター設定
	
=======================================*/


#footer {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 100%;
	clear: both;
	width: 890px;
	text-align: center;
}


/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#main-image {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 916px;
	height: 165px;
	background-image: url(../img/bg2.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#main-image h2 {
	margin: 0;
	padding: 0 20px;
	height: 120px;
}

#contents {
	margin: 0 auto;
	padding: 0 10px;
	width: 896px;
	text-align: left;
	background-image: url(../img/bg2.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#contents-inner {
	margin: 0;
	padding: 15px 10px 0 10px;
	width: 876px;
	text-align: left;
	background-image: url(../img/bg3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#contents-inner:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#contents-inner {
	zoom: 1;
}

#contents-left {
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: left;
	float: left;
}

#contents-right {
	margin: 0;
	padding: 0;
	width: 656px;
	text-align: left;
	float: right;
}



h4 {
	margin: 0;
	padding: 0 0 7px 0;
	clear: both;
}

.pic-table {
	margin: 5px 0 0 0;
}

.pic-table img {
	border: 8px solid #F2EEE8;
}


/*======================================

	8. サブメニュー設定
	
=======================================*/


#sub-menu {
	margin: 0;
	padding: 15px;
	background-color: #ECEDEC;
	widows: 170px;
	}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#sub-menu li {
	margin: 0 0 7px 0;
	padding: 0;
	}

#sub-menu a:hover img{
	filter: alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}



/*======================================

	10. 費用
	
=======================================*/


.price-table table {
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #CC0000;
}

.price-table td,
.price-table th {
	padding: 5px;
}

.price-table th {
	background-color: #FFFFCC;
	width: 150px;
	border-right: 2px solid #CC0000;
}

.price-table td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}



/*======================================

	10. 会社案内
	
=======================================*/


.company-table table {
	width: 100%;
	border-collapse: collapse;
	}

.company-table td,
.company-table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	}

.company-table th {
	text-align: center;
	background-color: #F3EDE5;
	color: #7A0000;
	width: 150px;
	}

.company-table td {
	background-color: #FFFFFF;
	}


/*======================================

	11. お知らせ・トピックス設定
	
=======================================*/

.topics-list {
	margin: 0;
	}

.topics-list table {
	width: 100%;
	border-collapse: collapse;
	}

.topics-list td,
.topics-list th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	}

.topics-list th {
	width: 100px;
	color: #A20010;
	font-weight: bold;
	}

.topics-title {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 122%;
	font-weight:bold;
	color: #D7007F;
	}

.topics-day {
	padding: 0 0 20px 0;
	text-align: right;
	}

.topics-img {
	padding: 0 10px 10px 0;
	width: 200px;
	text-align: center;
	}

.topics-img a {
	padding: 4px;
	border: 1px solid #999999;
	display:block;
	}

.topics-img a:hover {
	border: 1px solid #D7007F;
	background-color: #F6C1D8;
	}


/*======================================

	11. 注文住宅設定
	
=======================================*/
.ordermade-list {
	margin: 0;
}

.ordermadelist table {
	width: 100%;
	border-collapse: collapse;
}

.ordermade-list td,
.ordermade-list th {
	padding: 5px;
}

.ordermade-list th {
	width: 184px;
}


.basic-table table {
	width: 100%;
	border-collapse: collapse;
}

.basic-table td,
.basic-table th {
	padding: 5px;
}

.basic-table2 table {
	width: 100%;
	border-collapse: collapse;
}

.basic-table2 td {
	padding-bottom: 20px;
	vertical-align: top;
	width: 300px;
}

.basic-td2 {
	padding-right: 56px;
}

/*======================================

	12. 各種フォーム設定
	
=======================================*/

.contact-style table {
	margin: 20px 0 10px 0;
	border-collapse: collapse;
}

.contact-style td,
.contact-style th {
	padding: 10px 5px;
	border: 1px solid #CCCCCC;
}

.contact-style th {
	color: #8D2E32;
	text-align: right;
	width: 170px;
	background-color: #F5F5F5;
}

.contact-attention {
	color: #CC0000;
	font-size: 85%;
}
	
.contact-button {
	width: 100px;
}

.ti {
	padding: 5px;
	border: 1px solid #442301;
	background-color:#FAFAFA;
}



/*======================================

	13. ブログ設定
	
=======================================*/

.entry-asset {
	padding: 0 0 40px 0;
}

.asset-meta {
	padding: 0 0 10px 0;
	text-align: right;
}

.entry-asset h3 {
	background: url(../img/line.gif) no-repeat;
	background-position: bottom;
	color: #7A0000;
	font-size: 122%;
	font-weight: bold;
}

.entry-asset h3 a {
	color: #7A0000;
	text-decoration: none;
}

.asset-body img{
	padding: 7px;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.asset-body p {
	padding: 0 0 15px 0;
}

/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
	}

.text-center {
	text-align:center;
	}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
	}

.basic-list {
	list-style-type: square;
	}

.text-red {
	color: #CC0000;
	}

.text-green {
	color: #2D781D;
	}

.text-pickup {
	color: #CC0000;
	font-size: 114%;
	font-weight: bold;
}

.text-blue {
	color: #0081CD;
}

.text16 {
	font-size: 122%;
}

.text18 {
	font-size: 136%;
}

.text20 {
	font-size: 152%;
}


/*======================================

	14. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}

.top-space50{
	padding-top: 50px;
}
