@charset "utf-8";
/* ----------------------------------------
CSS Information

 Summary:		all styles
 Created:		2008-2-14
 Lust update:	2008-2-26 by imamura
 Author:		Kousuke Imamura(admin)
 Style Info:	共通CSS

-Search key"__"+"id Name or Class Name"

/__Deafault style clear
/__wrap					(div#wrap)
/__container			(div#container)
/__Path					(div#Path)
/__topicPath			(div#topicPath)
/__ribon				(div#ribon)
/__viewDate				(div#viewDate)

------------------------------------------ */

/*-----------------------
__Deafault style clear
------------------------*/

*{
	margin:0;
	padding:0;
}

body{
	font-size:74.5%;
	font-family:Meiryo,Osaka,verdana,arial,sans-serif;
	background:#FFFFFF;
	text-align:center;
	color:#333;
	line-height:1.5;
}


/* other ----------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

ul{list-style-type:none;}
legend {text-indent:-9999px;}
address{color:#000;}
caption {display:none;}
img {border:0;}
a img {border:0;}
em, strong {font-weight:bold;}
em {color:#666;}
b {font-weight:bold;}
i {font-style:italic;}
s {text-decoration:line-through;}
u {text-decoration: underline;}


/* LinkColor ------------------------------*/
a {color:#03F; text-decoration:underline;}
a:visited {color:#636;}
a:hover {color:#F00;}
a:active {color:#F00;}


/* Clear -----------------------------------*/
.clear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/* ABBR ------------------------------------*/
abbr {cursor:help;}

/*
abbr:after {
	content: "（" attr(title) "）";
	color: #4ABA4A;
}

abbr:hover:after {	
	margin: auto 2px;
	border: 1px #999 solid;
	content: attr(title) " の略。";
	background: #EEE;
}
*/


/* body ------------------------------------*/
#body{
	width:858px;
	text-align:center;

}


/* page ------------------------------------*/
#page{
	width:858px;
	background: url(../img/bg.gif) repeat-y;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#headline {
	width:850px;
	height:20px;
	background:#E6E6E6;
	margin-left:4px;
}


h1{
	padding-left:5px;
}

h2 {
	widht:790px;
	height:70px;
	text-indent:-9999px;
}
h2.company {
	widht:790px;
	height:70px;
	margin:10px 0 20px 10px;
	background:url(../img/h2_01.gif) left  top no-repeat;
}
h2.chintai {
	widht:790px;
	height:70px;
	margin:10px 0 20px 10px;
	background:url(../img/h2_02.gif) left  top no-repeat;
}
h2.buy {
	widht:790px;
	height:70px;
	margin:10px 0 20px 10px;
	background:url(../img/h2_03.gif) left  top no-repeat;
}
h2.contact {
	widht:790px;
	height:70px;
	margin:10px 0 20px 10px;
	background:url(../img/h2_04.gif) left  top no-repeat;
}
h2.privacy {
	widht:790px;
	height:70px;
	margin:10px 0 20px 10px;
	background:url(../img/h2_05.gif) left  top no-repeat;
}

/* header ----------------------------------*/
#header{
	width:850px;
	height:193px;
	background: url(../img/h_bg.jpg) right top no-repeat;
	margin-left:4px;
}

#header img{
	float:left;
	margin:14px 0 39px 21px;
}


/* gnavi ----------------------------------*/
#gnavi{
	float:left;
	width:850px;
	height:50px;
}
#gnavi ul li{
	width:170px;
	height:50px;
	margin:0;
	padding:0;
	float:left;
}
#gnavi a{
	display:block;
	height:100%;
	text-indent:-9999px;
}
#gnavi a:focus{
/**/
	overflow: hidden;
/**/
}

li.home{background:url(../img/home_btn.jpg);}
li.home a{background:url(../img/home_btn.jpg);}
li.home a:hover {background:url(../img/home_btn_over.jpg);}

li.chintai{background:url(../img/chintai_btn.jpg);}
li.chintai a{background:url(../img/chintai_btn.jpg);}
li.chintai a:hover {background:url(../img/chintai_btn_over.jpg);}

li.buy{background:url(../img/buy_btn.jpg);}
li.buy a{background:url(../img/buy_btn.jpg);}
li.buy a:hover {background:url(../img/buy_btn_over.jpg);}

li.company{background:url(../img/company_btn.jpg);}
li.company a{background:url(../img/company_btn.jpg);}
li.company a:hover {background:url(../img/company_btn_over.jpg);}

li.contact{background:url(../img/contact_btn.jpg);}
li.contact a{background:url(../img/contact_btn.jpg);}
li.contact a:hover {background:url(../img/contact_btn_over.jpg);}

/* search ----------------------------------*/
#search{
	width:715px;
	height:350px;
	background:url(../img/search_bg.jpg) no-repeat;
	position:relative;
	margin:50px auto;
}
#search p{
	text-align:right;
	padding:13px 0px 0 0;
}
#chintai_s{
	position:absolute;
	bottom:31px;
	left:5px;
	width:316px;
	height:67px;
}
* html #chintai_s {
	bottom:0;
} 

#buy_s{
	position:absolute;
	bottom:31px;
	right:11px;
	width:316px;
	height:67px;
}
* html #buy_s {
	bottom:0;
}

/* new ----------------------------------*/
#new{
	width:715px;
	height:162px;
	background:url(../img/new_bg.gif) no-repeat; 
	padding-bottom:50px;
	margin:0 auto;
}

#new dl {    
	width:715px;
	padding-top:45px;
}  
#new dt {  
	float:left;  
	width:50px;  
	padding:5px 0 5px 10px;  
	clear:both;  
	font-weight:bold;  
}  
#new dd {  
	width:616px;  
	margin-left:100px;  
	padding:5px 0;   
}  

/* IE6ハック */
*html #new dd{
	width:616px;  
	margin-left:80px;
	padding:5px 0 5px 10px;   
}

/* IE7ハック */
*:first-child+html #new dd{
	width:616px;  
	margin-left:90px;
	padding:5px 0 5px 5px;   
}


/* 問合せ----------------------------------*/
#contact{
	width:715px;
	height:180px;
	background:url(../img/contact_bg.gif) no-repeat;
	position:relative;
	margin:0 auto;
	text-align:left;

}
#frs_contact{
	width:192px;
	height:111px;
	position:absolute;
	left:288px;
	top:72px;
}

#frs_contact img{
	width:192px;
	height:43px;
	position:absolute;
	left:0px;
	top:55px;
}

#reform_contact{
	width:192px;
	height:111px;
	position:absolute;
	right:9px;
	top:72px;
}
/* footer_navi----------------------------------*/
#footer_navi{
	width:715px;
	margin:20px auto;
	text-align:center;
}
#footer_navi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
#footer_navi li+li {
	border-left:1px solid #999;
}

/* コピーライト----------------------------------*/
address{
	width:850px;
	padding:8px 0;
	margin-left:4px;
	background-color:#E6E6E6;
	text-align:center;
	font-size:72%;
}

/* パンくず ---*/

#Path_01 {  
margin:20px;  
}  

#Path_01 li {  
display:inline;  
line-height:110%;  
list-style-type:none;  
}  

#Path_01 li a {  
padding-right:10px;  
background:url(../img/topicpath.gif) no-repeat right center;  
} 
