body{
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:150%;
}
.acccount{
	color: #FEFFDF;
}
/* 左側の設定*/
#left{
    width:535px;
    float:left;
	padding:20px 0 0 0;
}
/* 右側の設定*/
#right{
    width:235px;
    padding:20px 0 0 0;
    float:right;
}
p{margin:8px 0;}

/***********************/
/* 見出し処理CSS         */
/***********************/
h1{
	height:35px;
	font-size: 18px !important;
	font-size: 1.2em;
	line-height:35px;
	padding:5px 7px;
	margin:15px 0;
	background-image:url(../h1_bg.gif);
	background-repeat:no-repeat;
	color:#47AFB2;
}
h1.h1top{
	background-image:none;
	padding:0;
	margin:0;
}
h2{
	font-size: 14px !important;
	font-size: 1em;
	font-weight:normal;
	color:#666666;
	line-height:24px;
	background-image:url(../dot_line.gif);
	background-repeat:repeat-x;
	background-position:0 22px;
	width:100%;
	margin:0 0 5px 0;
}
h2.bunjo_h2{
	background-color:#E0E9F4;
	background-image:none;
	font-size: 18px !important;
	font-size: 1.2em;
	line-height:35px;
	color:#000000;
	padding:0px;
	margin:0px;
}
h3.thumb{
	font-size: 12px !important;
	font-size: 0.8em;
	font-weight:normal;
	color:#666666;
	line-height:19px;
	background-image:url(../h3_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	margin:8px 0 0 0;
}

/***********************/
/* レイアウトCSS         */
/***********************/

hr{
	height:1px;
	background-color:#CCCCCC;
	margin:10px 0;
	width:auto;
}

/* パディングタイプ */
/* 全周囲 */
.pt-all-s{padding:5px;}
.pt-all-m{padding:10px;}
.pt-all-l{padding:20px;}
/* 水平 */
.pt-hrz-s{padding:0px 5px;}
.pt-hrz-m{padding:0px 10px;}
.pt-hrz-l{padding:0px 20px;}
/* 天地 */
.pt-vtc-s{padding:5px 0px;}
.pt-vtc-m{padding:10px 0px;}
.pt-vtc-l{padding:20px 0px;}
/* 右側 */
.pt-r-s{padding:0px 5px 0px 0px;}
.pt-r-m{padding:0px 10px 0px 0px;}
.pt-r-l{padding:0px 20px 0px 0px;}
/* 左側 */
.pt-l-s{padding:0px 0px 0px 5px;}
.pt-l-m{padding:0px 0px 0px 10px;}
.pt-l-l{padding:0px 0px 0px 20px;}

/* フォームなどオブジェクトサイズ */
.full{width:800px;}
.half{width:390px;}
.one-third{width:260px;}
.two-third{width:520px;}
.size-sss{
	width:25px;
}
.size-ss{
	width:50px;
}
.size-s{
	width:80px;
}
.size-m{
	width:115px;
}
.size-m2{
	width:135px;
}
.size-l{
	width:180px;
}
.size-ll{
	width:300px;
}
.size-lll{
	width:400px;
}
.size-llll{
	width:560px;
}

/* float-align */
.txt-center{text-align:center;}
.txt-l{text-align:left;}
.txt-r{text-align:right;}
.flt-l{float:left;}
.flt-r{float:right;}
.clear{clear:both;}

/* 本文テキスト内画像回り込み */
img.r {
float: right;
border: none;
margin-top:3px;
margin-left:6px;
margin-bottom:3px;
vertical-align:top;
}
img.l {
float: left;
border: none;
margin-top:3px;
margin-right:6px;
margin-bottom:3px;
vertical-align:top;
}
.rayboard{
	text-align:center;
}
.rayboard img{
border: none;
margin:3px;
vertical-align:top;
}

/* リンクロールオーバー */
a:hover{
    background-position:0px -50px;
}
a:active{
    background-position:0px -50px;
}

/* テーブルタイプ */
table{border-spacing:0px;}
.table01 th{
	background-color: #A0C3D8;
	height:3px;
}
.table01 td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	vertical-align:top;
}
.table02{
	border-spacing:2px;
	width:800px;
	background-color:#FFFFFF;
}
.table02 th{
	background-color:#EFEFEF;
	text-align:left;
	font-weight:normal;
	padding:0 5px;
	vertical-align:top;
}
.table02 td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	vertical-align:top;
}
.table03{width:600px;
	margin:auto;
	background-color:#FFFFFF;
}
.table03 th{
	width:150px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
.table03 th, .table03 td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:7px;
}
.table04{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.table04 th{
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
.table04 th, .table04 td{
	border-width: 1px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:2px;
}
tr.even td,tr.even th {
	background: #F2F0EE;
}

/* 役員名 */
.officer{
	width:100px;
	float:left;
	clear:left;
}
.officername{
	width:200px;
	float:left;
}

.bunjo-block{
	width:800px;
	margin:20px auto;
	border: 1px dotted #6699FF;
	background-color: #FFFFFF;
}
.bunjo-date{
	margin:3px;
	padding:1px;
	text-align:right;
	font-size: 10px !important;
	font-size: 0.7em;
	background-color:#EEEEEE;
}

.access{
	width:510px;
	margin:auto;
	text-align:left;
}
.icon{
vertical-align:text-bottom;
border:0;
}
.qr-bnr{
	margin-top:12px;
}

/* リスト処理 */
#contents ul{margin:0 0 0 20px;}
#contents li{
	list-style:none;
	padding:0px 18px;
	background-image:url(../list_mark.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	line-height:175%;
}
#contents ol .ol-one{background-image:url(../list_mark_one.gif);}
#contents ol .ol-two{background-image:url(../list_mark_two.gif);}
#contents ol .ol-three{background-image:url(../list_mark_three.gif);}
#contents ol .ol-four{background-image:url(../list_mark_four.gif);}
#contents ol .ol-five{background-image:url(../list_mark_five.gif);}

/* フォームの体裁 */
input , textarea , select {
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	background-color:#F5FAEB;
}
.frmnonstyle{
	border:none;
	background-color:#FFFFFF;
}
.onlyref{
	background-color: #FFFFFF;
	border:none;
}
.btn{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	width:120px;
}

/* 囲み処理 */
.kakomi01{
	padding:10px;
	border: 1px dotted #D6CAA0;
	background-color: #F2F0E4;
}
.kakomi02{
	padding:7px;
	margin:2px 0;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}
.kakomi03{
	padding:7px;
	margin:4px 0;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


/* 施工実績ボタン */
#contents .samples,#contents .samples li{
	list-style:none;
	margin:0px;
	padding:0px;
	background-image:none;
	float:left;
}
#contents .samples li a{
	display:block;
	background-repeat:no-repeat;
	text-indent:-999em;
	list-style:none;
	width:266px;
	height:75px;
}
.btn-house a{
	background-image:url(../../04/img/btn_house.gif);
}
.btn-commercial a{
	background-image:url(../../04/img/btn_commercial.gif);
}
.btn-condominium a{
	background-image:url(../../04/img/btn_condominium.gif);
}
.btn-medical a{
	background-image:url(../../04/img/btn_medical.gif);
}
.btn-others a{
	background-image:url(../../04/img/btn_others.gif);
}
.btn-public a{
	background-image:url(../../04/img/btn_public.gif);
}
.btn-house a:hover,.btn-commercial a:hover,.btn-condominium a:hover,.btn-medical a:hover,.btn-others a:hover,.btn-public a:hover{
    background-position:0px -100px;
}
.btn-house a:active,.btn-commercial a:active,.btn-condominium a:active,.btn-medical a:active,.btn-others a:active,.btn-public a:active{
    background-position:0px -100px;
}


/*************************/
/* 文字サイズサイズCSS */
/* IE／NN共用　　　　   */
/*************************/

/* 文字サイズ */
.fs09 {
	font-size: 9px !important;
	font-size: 0.6em;
	line-height:150%;
}
.fs10 {
	font-size: 10px !important;
	font-size: 0.7em;
	line-height:150%;
}
.fs12 {
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:150%;
}
.fs14 {
	font-size: 14px !important;
	font-size: 1em;
	line-height:150%;
}
.fs18 {
	font-size: 18px !important;
	font-size: 1.2em;
	line-height:150%;
}
.fs20 {
	font-size: 20px !important;
	font-size: 1.4em;
	line-height:150%;
}
.fs24 {
	font-size: 24px !important;
	font-size: 1.8em;
	line-height:150%;
}

/* ウェイトボールド */
.fb {
	font-weight: bold !important;
}

/* 相対拡縮 */
.fs-s {
	font-size: 85%;
}
.fs-l {
	font-size: 120%;
	line-height:175%;
}
.fs-ll {
	font-size: 150%;
}


/*********************/
/* テキストカラーCSS */
/*********************/

.txt-red{
	color: #FF0000;
}
.txt-red1{
	color: #CC0000;
}
.txt-red2{
	color: #CC3333;
}


.txt-blue{
	color: #0000FF;
}
.txt-blue1{
	color: #0033CC;
}
.txt-blue2{
	color: #0066CC;
}


.txt-green{
	color: #006600;
}
.txt-green1{
	color: #00CC66;
}


.txt-orange{
	color: #FF6600;
}
.txt-orange1{
	color: #FF9933;
}


.txt-gray{
	color: #333333;
}
.txt-gray1{
	color: #666666;
}
.txt-gray2{
	color: #999999;
}


.txt-black{
	color: #000000;
}


.txt-white{
	color: #FFFFFC;
}


/***************************/
/* テキストリンクカラーCSS */
/***************************/

/* 未訪問・訪問済リンク */
a:link,a:visited{
	color: #0000CC;
	text-decoration: underline;
}

/* マウスオーバー時 */
a:hover,a:active {
	color: #FF0000;
	text-decoration: underline;
}


/**************/
/* メニュー用 */
/**************/

a.menu:link,a.menu:visited{
	color: #0000CC;
	text-decoration: underline;
}

a.menu:hover,a.menu:active {
	color: #FF0000;
	text-decoration: underline;
}


