/* CSS Document */

/* Initialize */
* {
	padding: 0px;
	margin: 0px;
}

/* Common Setting */
p, li, th, td {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.5em;
}
ul {
	list-style-type: none;	
}
p {
	margin: 0px 10px .75em 0px;
}
img {
	border: 0px;
}
.alignright {
	text-align: right;
}
/* Component Setting */
body {
	background-color: #EAEAEA;
	text-align:center;
}
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 822px;
	text-align:left;
	background-image: url(../images/container.png);
	background-repeat: repeat-y;
}
div#page_header {
	width: 822px;
	height: 80px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
div#page_header span {
	display: none;
}
/* Menu */
div#menu {
	font-size: .75em;
	width: 822px;
	height: 40px;
	position: relative;
	top: 8px;
	left: 30px;
}
div#menu span {display:none;}
div#menu a {
	color: #FFFFFF;
	padding: 0px 0px 0px 5px;
	width: 145px;
	display: block;
	line-height: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-decoration: none;
	}
div#menu a.menuhead {
	background-image:url(../images/menu_off.png);
	background-repeat:repeat-x;
	}
div#menu a.menuhead:hover {
	background-image:url(../images/menu_on.png);
	}
div#menu div.submenu {
	visibility: hidden;
	position:absolute;
	left:0;
}
div#menu div.submenu a {
	background-color: #333333;
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;*/
}
div#menu div.submenu a:hover {
	background-color: #666666;
}
div#menu div#menu1,
div#menu div#menu2,
div#menu div#menu3,
div#menu div#menu4,
div#menu div#menu5 {
	position:absolute;
	top: 0px;
}
div#menu div#menu1 {
	left: 0px;
}
div#menu div#menu2 {
	left: 152px;
}
div#menu div#menu3 {
	left: 304px;
}
div#menu div#menu4 {
	left: 456px;
}
div#menu div#menu5 {
	left: 608px;
}
/* Contents Area */
div#contents {
	padding-left: 30px; 
	clear: left;
}
/* Default Page */
div#contents div.top_lead {
	width: 760px;
	height: 228px;
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
}
div#contents div.top_lead span {
	display: none;
}
div#contents div.top_menu1,
div#contents div.top_menu2,
div#contents div.top_menu3,
div#contents div.top_menu4 {
	position: relative;
	top: 0px;
	z-index: 0;
	display: block;
	float: left;
	width: 190px;
}
div#contents div.top_menu1 a,
div#contents div.top_menu2 a,
div#contents div.top_menu3 a,
div#contents div.top_menu4 a {
	margin: 0px 0px 0px 10px;
	position: relative;
	top: 0px;
	z-index: -1;
	display: block;
	height: 150px;
	width: 180px;
	background-position: top;
}
div#contents div.top_menu1 a span,
div#contents div.top_menu2 a span,
div#contents div.top_menu3 a span,
div#contents div.top_menu4 a span {
	display: none;
}

div#contents div.top_menu1 a { background-image: url(../images/bg_img_buill.jpg); }
div#contents div.top_menu2 a { background-image: url(../images/bg_img_mansion.jpg); }
div#contents div.top_menu3 a { background-image: url(../images/bg_img_water.jpg); }
div#contents div.top_menu4 a { background-image: url(../images/bg_img_sanai.jpg); }
div#contents div.top_menu1 a:hover,
div#contents div.top_menu2 a:hover,
div#contents div.top_menu3 a:hover,
div#contents div.top_menu4 a:hover
{ background-position: bottom; }

div#contents div.top_menu1 h2,
div#contents div.top_menu2 h2,
div#contents div.top_menu3 h2,
div#contents div.top_menu4 h2 {
	width: 190px;
	height: 40px;
}
div#contents div.top_menu1 h2 span,
div#contents div.top_menu2 h2 span,
div#contents div.top_menu3 h2 span,
div#contents div.top_menu4 h2 span {
	display: none;
}
div#contents div.top_menu1 h2 {	background-image:  url("../images/h_top_buill.png"); background-repeat: no-repeat;}
div#contents div.top_menu2 h2 {	background-image:  url("../images/h_top_apart.png"); background-repeat: no-repeat;}
div#contents div.top_menu3 h2 {	background-image:  url("../images/h_top_water.png"); background-repeat: no-repeat;}
div#contents div.top_menu4 h2 {	background-image:  url("../images/h_top_sanai.png"); background-repeat: no-repeat;}

div#contents div.top_menu1 {	background-image:  url("../images/bg_blue.png"); background-repeat: repeat-y;}
div#contents div.top_menu2 {	background-image:  url("../images/bg_blue.png"); background-repeat: repeat-y;}
div#contents div.top_menu3 {	background-image:  url("../images/bg_green.png"); background-repeat: repeat-y;}
div#contents div.top_menu4 {	background-image:  url("../images/bg_orange.png"); background-repeat: repeat-y;}

/* Contents Head (Common) */
div#contents div#campany_head,
div#contents div#group_head,
div#contents div#service_head,
div#contents div#inquiry_head {
	width: 750px;
	margin: 10px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	background-repeat: no-repeat;
}
div#contents div#campany_head p,
div#contents div#group_head p,
div#contents div#service_head p,
div#contents div#inquiry_head p{
	margin-left: 230px;
}

/* Campany Page */
/* Group Page */

div#contents div#campany_head h2 span,
div#contents div#campany_head h3 span {
	display: none;
}
div#contents div#group_head h2 span,
div#contents div#group_head h3 span {
	display: none;
}
div#contents div#page1 div#campany_head { background-image:url("../images/contents_head_campany_sanai.gif");}
div#contents div#page2 div#campany_head { background-image:url("../images/contents_head_campany_outline.gif");}
div#contents div#group_head { background-image:url(../images/contents_head_group.gif);}

div#contents div.campany_profile {
	margin: 20px 0px 0px 0px;
}
div#contents div.campany_profile h4 {
	margin: 0px 0px 5px 210px;
	width: 150px;
	height: 40px;
	background-repeat: no-repeat;
}
div#contents div.spirit {
	width: 500px;
	margin: 0px 0px 30px 210px;
}
div#contents div.spirit h4 {
	margin: 0px 0px 5px 0px;
	width: 140px;
	height: 68px;
	background-repeat: no-repeat;
}
div#contents div.spirit h4 span,
div#contents div.campany_profile h4 span
 { display: none;}

div#contents h4.h_ikusei { background-image: url("../images/h_ikusei.gif");}
div#contents h4.h_spirit1 { background-image: url("../images/h_spirit1.gif");}
div#contents h4.h_spirit2 { background-image: url("../images/h_spirit2.gif");}
div#contents h4.h_spirit3 { background-image: url("../images/h_spirit3.gif");}
div#contents h4.h_campany_outline {	background-image: url("../images/h_campany_outline.gif");}
div#contents h4.h_business_outline { background-image: url("../images/h_business_outline.gif");}
div#contents h4.h_campany_history { background-image: url("../images/h_campany_history.gif");}
div#contents h4.logo_buill { background-image: url(../images/logo_buill.gif);}
div#contents h4.logo_service { background-image: url(../images/logo_service.gif);}
div#contents h4.logo_kikaku { background-image: url(../images/logo_kikaku.gif);}
div#contents h4.logo_shoji { background-image: url(../images/logo_shoji.gif);}

div#contents div.campany_profile table {
	margin: 0px 0px 0px 210px;
}
div#contents div.campany_profile p {
	width: 450px;
	margin: 0px 0px 0px 210px;
}
div#contents div.campany_profile th {
	width: 150px;
	text-align: left;
	font-weight: normal;
	padding: 5px 0px 5px 15px;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
	background-color: #B7C7E5;
	background-image:  url("../images/bg_blue.png");
	background-repeat: repeat-y;
}
div#contents div.campany_profile td {
	width: 300px;
	text-align: left;
	padding: 5px 0px 5px 5px;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
	background-color: #EAEAEA;
}

/* Service Page */
div#contents div#page1 div#service_head { background-image:url(../images/contents_head_service_buill.gif);}
div#contents div#page2 div#service_head { background-image:url(../images/contents_head_service_mansion.gif);}
div#contents div#page3 div#service_head { background-image:url(../images/contents_head_service_water.gif);}


div#contents div#service_head h2 span,
div#contents div#service_head h3 span {
	display: none;
}
div#contents div#service_buill_item_01,
div#contents div#service_buill_item_02,
div#contents div#service_buill_item_03,
div#contents div#service_buill_item_04,
div#contents div#service_buill_item_05,
div#contents div#service_buill_item_06,
div#contents div#service_buill_item_07,
div#contents div#service_mansion_item_01,
div#contents div#service_mansion_item_02,
div#contents div#service_mansion_item_03,
div#contents div#service_mansion_item_04,
div#contents div#service_mansion_item_05,
div#contents div#service_water_item_01 {
	clear: both;
	margin: 10px 0px 0px 0px;
	background-repeat: no-repeat;
}
div#contents div#service_buill_item_01 { background-image:  url("../images/bg_service_buill_item_01.gif");}
div#contents div#service_buill_item_02 { background-image:  url("../images/bg_service_buill_item_02.gif");}
div#contents div#service_buill_item_03 { background-image:  url("../images/bg_service_buill_item_03.gif");}
div#contents div#service_buill_item_04 { background-image:  url("../images/bg_service_buill_item_04.gif");}
div#contents div#service_buill_item_05 { background-image:  url("../images/bg_service_buill_item_05.gif");}
div#contents div#service_buill_item_06 { background-image:  url("../images/bg_service_buill_item_06.gif");}
div#contents div#service_buill_item_07 { background-image:  url("../images/bg_service_buill_item_07.gif");}
div#contents div#service_mansion_item_01 { background-image:  url("../images/bg_service_mansion_item_01.jpg");}

div#contents p.service_lead {
	display: none;
}
div#contents div.service_caption {
	display: block;
	width: 520px;
	position: relative;
	top: 0px;
	left: 210px;
	padding: 10px 0px 10px 20px;
	background-color:#EFEFEF;
	background-repeat: repeat-y;
}
div#contents div.service_caption:after {
	content: "";
	display: block;
	height: 1px;
	clear: both;
}
div#contents div#page1 div.service_caption { background-image:  url("../images/bg_blue.png");}
div#contents div#page2 div.service_caption { background-image:  url("../images/bg_blue.png");}
div#contents div#page3 div.service_caption { background-image:  url("../images/bg_green.png");}
div#contents div.service_caption h4 {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	width: 95%;
}
div#contents div.service_caption img {
	margin: 0px 10px 10px 0px;
	float:left;
}

/* Inquiry Page */
div#contents div#inquiry_head h2 span,
div#contents div#inquiry_head h3 span {
	display: none;
}

div#contents div#inquiry_head { background-image:url(../images/contents_head_inquiry.gif);}
div#contents div.inquiry_form form table {
	margin: 0px 0px 0px 210px;
}
div#contents div.inquiry_form form td {
	text-align: left;
}
div#contents div.inquiry_form p {
	line-height: 2em;
	margin: 0px 30px 0px 210px;
}

/* footer */
div#page_footer {
	width: 822px;
	height: 60px;
	background-image: url(../images/footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
}
div#page_footer address {
	line-height: 60px;
	font-size: .75em;
	font-weight: normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif
}