@charset "utf-8";

/* 
---------------------------------------------------- */
*{
	margin:0;
	padding:0;
}
body,th,td {
   font-size: small;
   font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   padding: 0;
   margin: 0;
   line-height:120%;
}
h1{
	margin:00;
	font-size:0;
	line-height:100%;
}

h2{
	margin:0;
	font-size:0;
	line-height:100%;
}

p{
	margin:0 0 12px 0;
	line-height:160%;
	font-size:1em;	
	color:#000;	
}

ul{
	list-style:none;
	line-height:100%;
	font-size:1em;	
}
li{
	line-height:150%;
	font-size:1em;	
}
th,td{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	line-height:160%;
	font-size:1em;	
}
img{
	vertical-align:top;
	border:none;
}
/* 全体構造
---------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    color:#000;
    font-size: 0.9em;
	background-image:url(../common/images/bg.jpg);
	background-color:#FEFAEA;
	background-position:top;
	background-repeat:repeat-x;
}

#wrapper {   
    width: 950px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
    color:#000;
    position:relative;
}

/* 基本フォント設定
---------------------------------------------------- */
body,th,td {
	font-size: 0.9em;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 140%;
	text-align: left;
}

/* \*/
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 1em;
}
h2,h3,h4,h5,h6 {
	font-size: 0.9em;
}

/* リンク
---------------------------------------------------- */
a:link {
   color:#753A00;
   background: transparent;
   text-decoration: none;
   }
a:visited {
   color:#753A00;
   background: transparent;
   text-decoration: none;	
   }
a:hover, a:active {
   color:#753A00;
   background: transparent;
   text-decoration: underline;
   }

/* header
---------------------------------------------------- */
#header	{
	height:498px;
	margin:0 0 20px 0;
	padding: 0;
	background: url(../images/top_image.jpg) top repeat-x;
}

#header	#c_box{
    width: 950px;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
}

#header	#c_box .logo{
	position: absolute;
	left: 0px;
	top: 0px;
}

#header	#c_box .inq_img{
	position: absolute;
	left: 715px;
	top: 0px;
}

#header	#c_box .tel_img{
	position: absolute;
	left: 419px;
	top: 5px;
}
    
#header	#c_box h1{
	margin: 10px 0;
	padding: 0;
	float: right;
	font-size: 0.9em;
	font-weight: normal;
	position: absolute;
	left: 400px;
	top: 60px;
	width: 550px;
	text-align: right;
  }
  
  
/* info_box
---------------------------------------------------- */
#info_box {
	width:670px;
	margin:10px 0;
    }
  
#info_box .inline{
	height:300px;
	margin:0;
	padding:0;
	overflow:auto;
  }
 
#info_box  dt{
  margin:0 4px 0 0;
  padding:4px;  
   float: left;
   display:inline;
   clear: left;
   width: 100px;
   font-size:0.8em;
   text-align:center;
   color:#f3a68c;
   border-bottom:1px solid #D1D1D1;
  }  
  
  
#info_box .dd{
  width:530px;
  float:right;
  margin:0 4px 0 0;
  padding:4px;
  font-size:0.8em;
  border-bottom:1px #D1D1D1 dotted;
  } 
  
  
#left h2{
   width:670px;
   height:54px;
   background:url(../images/h2_bg.jpg) top left no-repeat;
   padding:16px 10px 0 50px;
   font-size:1.4em;
   font-weight:normal;
   }   