@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #ffffff url(../images/bg.jpg);	/*背景色、背景画像の読み込み*/
}
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;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #BC0000;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 983px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（メイン画像、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 132px;	/*トップページ以外のヘッダーの高さ*/
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}
#top #header {
	height: 350px;	/*トップページのヘッダーの高さ*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 50px;
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	font-weight: normal;	/*h1タグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
}
#header #pickup {
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right: 2px;
}
ul#menu li.last {
	margin-right: 0px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 30px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 705px;
	background: #050302 url(../images/bg1.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	padding: 8px 0px 8px 10px;		/*左から、上、右、下、左への余白*/
	border-left: 5px solid #BC0000;	/*左側の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	padding: 15px 10px;	/*左から、上下、左右への余白*/
	border-top: 5px solid #FFC001;		/*上の線の幅、線種、色の設定*/
	margin-bottom: 1px;
	background: #050302 url(../images/bg2.gif) repeat-x left top;	/*背景色#265702 、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li {
	margin-bottom: 1px;	/*メニュー間の空白*/

}
ul.submenu li a {
	display: block;
	width: 230px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #ffffff;			/*文字色*/
	background: #1C1714;	/*背景色*/
}
ul.submenu li a:hover {
	color: #ffffff;			/*マウスオン時の文字色*/
	background: #4D443E;	/*マウスオン時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 700px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 680px;
	border-bottom: 1px solid #999;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 580px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*センタリング*/
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;	/*文字サイズ*/
}
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 720px;
	background: #FFF;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #333;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 477px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #554b45;	/*背景色*/
	color: #FFF;			/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;	/*文字色*/
	background: #050302 url(../images/bg1.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}

/*施工事例(works.html)ページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 1em;
	border: 3px double #1C1714;	/*各ボックスの線幅、線種、色*/
	width: 694px;
	background: #FFF url(../images/bg3.gif) repeat-x left bottom;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
}
/*ボックス内の画像*/
#main .box1 img {
	float: left;	/*左に回り込みさせる*/
	padding: 5px;	/*画像のフチの余白*/
	border: 1px solid #999;	/*画像のフチの線幅、線種、色*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 1px solid #333;	/*下線の幅、線種、色*/
	margin-left: 220px;	/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
}
/*段落タグ*/
#main .box1 p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とバランスをとって設定*/
}

/*よく頂く質問集(faq.html)ページ
---------------------------------------------------------------------------*/
dl.faq dt {
	background: url(../images/faq_q.gif) no-repeat left top;	/*Qアイコン読み込み*/
	padding-left: 25px;
	font-weight: bold;	/*太字にする設定*/
	color: #BC0000;	/*文字色*/
}
dl.faq dd {
	background: url(../images/faq_a.gif) no-repeat left top;	/*Aアイコン読み込み*/
	padding-left: 25px;
	padding-bottom: 1em;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #BC0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
