@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(../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:147px;
	margin:0 0 20px 0;
	padding: 0;
}

#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;
  }