@charset "shift_jis";

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	line-height: 1.8;
	color: #656058;
	background-color: #D9D0C2;
	background-image: url(images/bg16.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

.small {font-size:80%;}

/*リンクカラー設定
---------------------------------------------------------------------------*/
a {
	color: #656058;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*page1（HOME）のカーソルオーバー時カラー*/
#page1 a:hover {
	color: #99d1d7;
}

/*page2（ABOUT）のカーソルオーバー時カラー*/
#page2 a:hover {
	color: #8aba9b;
}

/*page3（CAKE）のカーソルオーバー時カラー*/
#page3 a:hover {
	color: #849e70;
}

/*page4（Q&A）のカーソルオーバー時カラー*/
#page4 a:hover {
	color: #f4c0b0;
}

/*page5（LINK）のカーソルオーバー時カラー*/
#page5 a:hover {
	color: #85709a;
}

/*page6（CONTACT）のカーソルオーバー時カラー*/
#page6 a:hover {
	color: #7387a1;
}




/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 12px;	/*文字サイズ*/
	color: #656058;		/*文字色*/
	font-weight: normal;
	text-align: right;	/*文字を右寄せ*/
	width: 844px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
}

h1 a {
	color: #fff;			/*リンクを設定した際の文字色*/
	text-decoration: none;	/*下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background-color: #FFFFFF;	/*背景色*/
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（サイト名ロゴとメイン写真が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/header_bg5.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 310px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-top: 10px;
}

/*サイトロゴ配置設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーに対して左から0pxの位置に配置*/
	top: 100px;	/*ヘッダーに対して上から100pxの位置に配置*/
}

/*サイトロゴ2配置設定*/
#header #logo2 {
	position: absolute;
	left: 565px;	
	top: 205px;	
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 50px;
	margin-left: 10px;
	width: 830px;
	margin-bottom: 20px;
}

ul#menu img {
	vertical-align: bottom;
}

ul#menu li {
	float: left;
	margin-right: 10px;
}

ul#menu li.last {
	margin-right: 0px;
}


/*メインメニューの下ボーダーカラー
---------------------------------------------------------------------------*/
/*page1（HOME）*/
#page1 ul#menu {
	border-bottom: 10px solid #d6ecef;
}
/*page2（ABOUT）*/
#page2 ul#menu {
	border-bottom: 10px solid #daf0e2;
}
/*page3（CAKE）*/
#page3 ul#menu {
	border-bottom: 10px solid #e1efd6;
}
/*page4（Q&A）*/
#page4 ul#menu {
	border-bottom: 10px solid #efdcd6;
}
/*page5（LINK）*/
#page5 ul#menu {
	border-bottom: 10px solid #e0d4eb;
}
/*page6（CONTACT）*/
#page6 ul#menu {
	border-bottom: 10px solid #d6e1ef;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/

/*トップページ左コンテナ*/
.left {
width:488px;
margin-left: 10px;
padding:0;
float:left;
}

/*トップページ左コンテナ顔写真*/
.face_img {
width: 100px;
height: 100px;
border:1px solid #ccc;
float:left;
margin:10px;
}


/*トップページ右コンテナ*/
.right {
padding:0;
float:left;
}


.right a:hover img{
	opacity:0.7;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/*トップページ右コンテナ写真*/
.right_img {
margin-bottom:10px;
}



/*h2見出しタグ共通設定*/
#main h2 {
	font-size: 125%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 30px;
	clear: both;
	margin-bottom: 8px;
}

/*段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*page1（HOME）のh2背景画像*/
#page1 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_1s.gif);
	background-repeat: no-repeat;
}

/*page2（ABOUT）のh2背景画像*/
#page2 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_2s.gif);
	background-repeat: no-repeat;
}

/*page3（CAKE）のh2背景画像*/
#page3 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_3s.gif);
	background-repeat: no-repeat;
}

/*page4（Q&A）のh2背景画像*/
#page4 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_4s.gif);
	background-repeat: no-repeat;
}

/*page5（料金表）のh2背景画像*/
#page5 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_5s.gif);
	background-repeat: no-repeat;
}

/*page1（CONTACT）のh2背景画像*/
#page6 #main h2 {
	color: #fafafa;
	background-image: url(images/midashi1_6s.gif);
	background-repeat: no-repeat;
}

/*補修前補修後ページ
---------------------------------------------------------------------------*/

/*補修前補修後ページ左コンテナ*/
#left2 {
width:193px;
margin:auto;
padding:0;
float:left;
}

#left2 img {
margin-bottom:10px;
}

#left2 a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #fff;
}


/*左コンテナメニュー*/

.left2_box {
margin-top:30px;
}

.left2_box img {
margin-bottom:10px;
}


/*補修前補修後ページ右コンテナ*/
#right2 {
width:610px;
margin-left: 22px;
padding:0;
float:left;
}

#right2 h3 {
	color: #fafafa;
	background-image: url(images/midashi1_2s.gif);
	background-repeat: no-repeat;
	font-size: 125%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 30px;
	clear: both;
}

/*h4見出し設定*/
#right2 h4 {
	font-size: 17px;	/*文字サイズ*/
	color: #99b4d7;		/*文字色*/
	padding-left:6px;
}



/*補修前補修後用
---------------------------------------------------------------------------*/


/*補修前補修後写真*/
.ba_img {
position: relative;
border:1px solid #ccc;
}

.ba {
position: absolute;
top: 0px;
left: 0px;
}



.ta2 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;

}

h5 {
font-size:125%;
color:#fff;
}


.ta2 td.tit td {
	color:#fff;
	background-color:#666666;
}

.ta2 td.tit_td {
	background-color:#666666;
}


.ta2 th{
	padding:5px 3px;
}

.ta2 td {
	padding: 10px 5px;
	background-color:#f5f5f5;
}

.ta2 th{
	background-color: #f5f5f5;
}

.ta2 th.tamidashi{
	width: auto;
	text-align: left;


	background-image: url(images/ba_bg01.jpg);
	background-repeat: no-repeat;
}


.ta2 td.naka{
	padding:0;
	border-bottom:4px solid #666666;

}


/*見出しの背景色*/
#page2 .ta2 th.tamidashi{
	background-color: #666666;
}

.td2_in {
	width:100%;
	border-top:4px solid #666666;
}

.td2_in th {
	padding: 3px 0px 3px 10px;
	text-align: left;
}

.td2_in td {
	padding: 3px 0px;
	text-align: left;
}


.jump {
	margin-bottom:20px;
	text-align:right;
	margin-right: 15px;
}

.jump2 {
	margin-bottom:20px;
	text-align:right;
	margin-right: 15px;
}

.jump3 {
	margin-bottom:20px;
	text-align:left;
	margin-left:0px;
	margin-top:20px;
}

.jump.jump2.jump3 a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}







#smenu ul{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
}
#smenu li{ 
display: inline; 
padding: 0; 
margin: 0; 

}



#smenu2 li.smenu0{
display: block; 
background-color: #f5f5f5;
padding:10px 0 8px 0px;
border-top: 5px solid #ccc;
border-bottom: 5px solid #ccc;
margin-bottom:3px;
color: #656058;
}


#smenu2 li.{
display: block; 
background-color: #f5f5f5;
padding:10px 0 8px 0px;
border-top: 5px solid #ccc;
border-bottom: 5px solid #ccc;
color: #656058;
margin-top:-3px;

}

#smenu2 h4{
letter-spacing:3px;

padding-left:10px;
}



#smenu li.smenu0{
display: block; 
background-color: #f5f5f5;
padding:10px 0 8px 0px;
border-top: 5px solid #ccc;
border-bottom: 5px solid #ccc;
color: #656058;
}


#smenu li.{
display: block; 
background-color: #f5f5f5;
padding:10px 0 8px 0px;
border-top: 5px solid #ccc;
border-bottom: 5px solid #ccc;
color: #656058;
margin-top:-3px;
}

#smenu h4{
letter-spacing:3px;

padding-left:10px;
}

#smenu a{
display: block; 
border-bottom: 1px dashed #ccc;
background-color: #fff;
padding: 3px 10px 3px 25px;
text-decoration: none;
color: #656058;
margin: 2px 0px;
text-align: left;
background-image: url("images/smenu_icon1.gif");
background-repeat: no-repeat;
background-position: left center;
background-position-x: 8px;
}
#smenu a:hover{
background-color: #d7efd7;
color: #656058;
}

/*更新情報
---------------------------------------------------------------------------*/
#news_list {
padding-left:10px;
max-height:70px;
overflow: auto;
border-bottom:1px dashed #ccc;
}

#news_list a{
text-decoration:none;
color:#83b3b8;
}

#news_list a:hover{
text-decoration:none;
color:#cee1e3;
}

#news_list li {
line-height:1.6em;
}

.news_List_Ymd {
margin-right:10px;
}


/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	width: 100%;
	font-size: 10px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	padding-top: 30px;
	padding-bottom: 10px;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



/*フッター（コピーライト表記がある最下部部分）
---------------------------------------------------------------------------*/
#footer {
	font-size: 10px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	background-image: url(images/footer_bg.jpg);	/*フッター背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	color:#6f6f6f;
}

#footer a {
	color:#6f6f6f;
}


#footer a:hover {
	color:#ccc;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new dl {
	height: 150px;			/*ボックスの高さ*/
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dt {
	font-weight: bold;	/*日付を太字にする設定*/
	float: left;
}

#main .new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとの下線*/
	padding-left: 8em;
}



/*CAKEページボックス設定
---------------------------------------------------------------------------*/
.box1 {
	height: 330px;
	width: 230px;
	border: 3px solid #CCCCCC;	/*ボックス1個あたりの枠線の幅と線種と色*/
	float: left;
	display: inline;
	margin-top: 14px;
	margin-left: 14px;
	padding: 10px;
	overflow: auto;
}

/*h3見出し設定*/
.box1 h3 {
	font-size: 14px;	/*文字サイズ*/
	color: #849e70;		/*文字色*/
}

/*段落タグ設定*/
.box1 p {
	padding: 0px !important;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.6;
}



/*テーブル１（リンクページに使っているテーブル）
---------------------------------------------------------------------------*/
/*テーブル１共通設定*/
.ta1 {
	margin-left:7px;
	margin-bottom: 20px;
}

.ta1, .ta1 th, .ta1 td{

}

.ta1 td, .ta1 th{
	padding: 5px 0px 15px 10px;
}

.ta1 td{
}

.ta1 th{
	background-color: #f5f5f5;
	width:150px;
	border: 3px solid #fff;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
}

/*page1（HOME）の「サンプルタイトル」部分の背景色*/
#page1 .ta1 th.tamidashi{
	background-color: #D6ECEF;
}

/*page2（ABOUT）の「サンプルタイトル」部分の背景色*/
#page2 .ta1 th.tamidashi{
	background-color: #DAF0E2;
}

/*page3（CAKE）の「サンプルタイトル」部分の背景色*/
#page3 .ta1 th.tamidashi{
	background-color: #E1EFD6;
}

/*page4（Q&A）の「サンプルタイトル」部分の背景色*/
#page4 .ta1 th.tamidashi{
	background-color: #EFDCD6;
}

/*page5（LINK）の「サンプルタイトル」部分の背景色*/
#page5 .ta1 th.tamidashi{
	background-color: #E0D4EB;
}

/*page6（CONTACT）の「サンプルタイトル」部分の背景色*/
#page6 .ta1 th.tamidashi{
	background-color: #D6E1EF;
}



/*アクセントカラー
---------------------------------------------------------------------------*/
/*page1（HOME）のアクセント（class="color1"）カラー*/
#page1 .color1 {
	color: #83b3b8;font-size: 110%;border-bottom:1px dashed #83b3b8;
}

/*page2（ABOUT）のアクセント（class="color1"）カラー*/
#page2 .color1 {
	color: #8aba9b;font-size: 110%;border-bottom:2px dashed #8aba9b;
}

/*page3（CAKE）のアクセント（class="color1"）カラー*/
#page3 .color1 {
	color: #849e70;font-size: 110%;border-bottom:2px dashed #849e70;
}

/*page4（Q&A）のアクセント（class="color1"）カラー*/
#page4 .color1 {
	color: #9e7c71;
	font-size: 130%;
	border-bottom: 2px dashed #d8a99a;
}

/*page5（LINK）のアクセント（class="color1"）カラー*/
#page5 .color1 {
	color: #85709a;font-size: 110%;border-bottom:2px dashed #85709a;
}

/*page6（CONTACT）のアクセント（class="color1"）カラー*/
#page6 .color1 {
	color: #7387a1;
	font-size: 130%;
	border-bottom: 1px dashed #7387a1;
	padding-bottom: 2px;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style-image: url(images/pr_icon1.png);
}


/* お問い合わせページ
---------------------------------------------------------------------------*/

.input {
width:200px;
}

.input2 {
width:400px;
}


.input3 {
width:400px;
height:200px;
}

.font_160 {
font-size:160%;
}
.red {
color:red;
}

.box {
margin-bottom: 20px;
margin-top: -20px;
margin-left: 10px;
}

.co_box{
	background-image: url(images/pr_bg02.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:15px;
	padding-left:10px;
	margin-bottom:30px;
	margin-top:10px;
}

.co_box a {
	color: #7387a1;
}

.co_box a:hover {
	color: #d1d7e0;
}




.f-left {
margin: 2px 0px 10px 13px;
}

.qrbox {
margin: -10px 0 50px 50px;


}

.qrcode {
float:left;
margin: 0 15px 0 0;
border:8px solid #e8ecf0;
}

.qrbox_r {
width:350px;
float:left;
font-size:90%;
color:#5f738e;
line-height: 1.5;
padding-top:10px;
}




.point_box {
background-image: url(images/co_img.jpg);
background-repeat:no-repeat;
margin-left: 5px;
margin-top: 20px;
width:592px;
height:350px;
}

.co_in1{
padding-left:310px;
padding-top:40px;
}

.co_in2{
padding-top:120px;
padding-left:5px;
width:280px;
}


/* 補修への姿勢ページ
---------------------------------------------------------------------------*/

#right3 {/*right2と同じ。中のh3を変更するため*/
width:610px;
margin-left:22px;
padding:0;
float:left;
}

/*h4見出し設定*/
#right3 h4 {
	font-size: 17px;	/*文字サイズ*/
	color: #b4d799;		/*文字色*/
	border-bottom:2px solid #b4d799;
	border-left:5px solid #b4d799;
	padding-left:6px;
}

.box3 {
margin-bottom: 20px;

}

/* 補修のながれページ
---------------------------------------------------------------------------*/

#right4 {/*right2とちょい違う。中のh3を変更するため*/
width:610px;
margin-left: 22px;
padding:0;
float:left;
}

/*h4見出し設定*/
#right4 h4 {
	font-size: 17px;	/*文字サイズ*/
	color: #d8a99a;		/*文字色*/
	border-bottom:2px solid #d8a99a;
	border-left:5px solid #d8a99a;
	padding-left:6px;
}

.pr_box{
	background-image: url(images/pr_bg01.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:70px;
	padding-left:10px;
}

.pr_box2{
	background-image: url(images/pr_bg02.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:15px;
	padding-left:10px;
}

.pr_in {
	margin-left:20px;
	width:570px;
	margin-top: 15px;

}

.pr_in a {
	color: #9e7c71;
}

.pr_in a:hover {
	color: #f4c0b0;
}

.pr_td {
width:530px;
}

/* 料金表ページ
---------------------------------------------------------------------------*/

.ta3 {
width:610px;
border-collapse:collapse;
}

.ta3 th {
padding:3px;
text-align:center;
width:20%;
color:#b195cd;
font-weight:bold;
border-bottom:4px solid #b195cd;
}

.ta3 td {
padding:3px;
text-align:cener;
width:20%;
border-bottom:1px dashed #b195cd;
}

td.tdtd{
background-color:#f7f4fa;
}

td.line {
border-bottom:3px solid #b195cd;
}


/* サイトマップ
---------------------------------------------------------------------------*/

/*サイトマップのh2背景画像*/
.f-page1 {
	color: #fafafa;
	background-image: url(images/midashi1_1.gif);
	background-repeat: no-repeat;
	font-size: 125%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 30px;
	clear: both;
	margin-bottom: 8px;
}

.site_box {
	width: 210px;
	float: left;
	margin-left: 30px;
	margin-bottom:30px;
}

ul.site {
	padding: 0.5em 10px 0.5em 25px;
	list-style-image: url(images/si_icon.png);
}


ul.site2 {
	padding: 0 10px 0.5em 25px;
	list-style-image: url(images/si_icon2.png);
}