@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 70%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #4490CC;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #4490CC;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 809px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}



/*ヘッダー
---------------------------------------------------------------------------*/
/*#header {
	background: url(images/header_bg.gif) no-repeat right top;	/*右上の住所とTELの画像設定。不要なら丸ごと削除する。*/


#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 15px;	/*下のロゴ画像との余白*/
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 44px;
	line-height: 14px;
        font-size: 80%;
	padding-right: 10px;
	padding-left: 7px;
	padding-top: 30px;
	padding-bottom: 10px;
	letter-spacing: 0.25em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
        text-align: center;
	overflow: hidden;

}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #cc0099;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/topmenu_line.gif) no-repeat right;
}

ul#topmenu li a:hover {

}
/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 76px;
	right: 4px;
	line-height: 26px;
	background: url(images/nav_bg.gif);
	padding-left: 50px;
	font-size: 11px;
}
#nav li {
	float: left;
	width: 10em; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
	height: 21px;
}
#nav li a {
	color: #999999;
	text-decoration: none;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
}
#nav a:hover {
	color: #BB000F;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	text-align: center;

}

/*各施工例の「囲み」コーナー
---------------------------------------------------------------------------*/
#main .newworks p {
	height: 300px;	/*１個あたりのボックスの高さ*/
	width: 800px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}

#main .newworks {
	margin-top: 10px;
}

#main .newworks a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
}

#main .newworks a:hover img {
	border: 1px solid #4490CC;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 800px;
	padding-top: 50px;
	padding-bottom: 70px;
        text-align: left;
}

#main h2 {
	font-size: 100%;
	background: url() no-repeat;
	line-height: 30px;
	height: 25px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main p {
	padding: 0.5em 10px 1em;
}

p.name {
        background: url(images/midashi_.gif) repeat-x;
}




/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}
