@charset "Shift_JIS";
/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2008.3.27
Version：001
---------------------------------------------------- */


/* クリア */
* {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

/* 全体基本設定 */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-color: #333333;
	text-align:center;
	line-height: 190%;
}

h1,h2,h3,h4,h5,h6 {
	color:#333333;
	font-size:100%;
}



address {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

}

.text10 {
	font-size: 10px;
}

.text10_gray {
	font-size: 10px;
	color: #999999;
}

.text10_right {
	font-size: 10px;
	text-align: right;
}

.text10_red {
	font-size: 10px;
	color: #D42B51;
}

.text12_red {
	font-size: 12px;
	color: #D42B51;
}

.text14_red {
	font-size: 14px;
	color: #D42B51;
}

.text10_blue {
	font-size: 10px;
	color: #0066CC;
}

.text12_blue {
	font-size: 12px;
	color: #0066CC;
}

.text14_blue {
	font-size: 14px;
	color: #0066CC;
}


.text10_brown {
	font-size: 10px;
	color: #663300;
}

.text12_brown {
	font-size: 12px;
	color: #663300;
}

.text14_brown {
	font-size: 14px;
	color: #663300;
}

.text_line {
	line-height: 140%;
}


/* 画像 */

.img10 {
	padding-bottom: 10px;
	padding-top: 10px;
}
.img_b8 {
	padding-bottom: 8px;
}

.imgborder {
	border: 1px solid #D7D7D7;
}

.img_left {
	float: left;
	padding-right: 15px;
}

.image_r {
	margin-left: 400px;
}



/* リンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: #003399;
}
a:hover {
	text-decoration: underline; 
	color: #CC0033;
}
a:visited {
	color: #6666CC;
}
a:active {
	text-decoration: none;
}

/* CORAL設定 */
.coral {
	font-size: 10px;
	color: #999999;
}
.coral a {
	color: #999999;
}
.coral a:link {
	color: #999999;
}
.coral a:hover {
	text-decoration: underline; color: #999999;
}

/* メニュー */
ul {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
}

li {
	margin-right: 15px;
	margin-top: 5px;
}

/* テーブル */
table {
	margin-top: 10px;
}

table#hook td{
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	padding-bottom: 7px;
	padding-top: 7px;
}

th {
	
}

td {
	text-align: left;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


	

/* ベースセンター */
#box {
	width: 1000px;
	text-align: left;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 1000px;
	text-align: center;
	color: #CCCCCC;
	padding-bottom: 10px;
	font-size: 10px;
	letter-spacing: 2px;
}

#main {
	width: 1000px;
	height: 600px;
	background-color: #FFFFFF;
}

#main_left {
	float: left;
	width: 200px;
	height: 600px;
}

#main_menu {
	float: left;
	width: 100px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	height: 600px;
	background-image: url(images/menu_bk.jpg);
	border-left-color: #E5E5E5;
}

#main_center {
	float: left;
	width: 600px;
	height: 600px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#main_right {
	float: right;
	width: 90px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #7D001F;
	text-align: center;
	margin-top: 550px;
}

#footer {
	clear: both;
	text-align: center;
	width: 1000px;
	margin-bottom: -5px;
}


/* 施工実績トップ設定 */
#tab {
	margin: 0px 10px 8px 10px ;
	border-bottom: 1px solid #878787;
	height: 18px;
	overflow: hidden;
	line-height: 200%;
	font-size: 11px;
	list-style-type: none;
}
#tab li {
	float: left;
	width: 64px;
	height: 18px;
}
#tab li a {
	display: block;
	width: 60px;
	height: 22px;
	border: 1px solid #ababab;
	border-bottom: 0;
	color: #ababab;
	text-align: center;
}
#tab li a:hover,
#tab li.present a {
	background-color: #f7e3e8;
	border-color: #4a4a4a;
	color: #4a4a4a;
}
#page1, #page2, #page3, #page4, #page5 {
	margin-left: 20px;
	margin-right: 20px;
}

