/* 全ページ共通用
---------------------------------------------------- */

.red {color: #cc0000;}

div, h1, h2, h3, p, ul, li, table, td, tr, img {margin: 0; padding: 0}

img {border: none;}

p {font-size: 12px; line-height: 150%;}


/* 背景色イメージ：#507192, #CCD8E6,  */


/*　サブナビで共通
---------------------------------------*/

img.inq-icon	{
	margin-top: 20px;
	border: 1px solid #d0cfcd;
	}


li.thispage {
	text-decoration: none;
	display: block;
	/*color: #ffffff;*/
	padding: 10px 5px 10px 15px;
}

#subnaviarea	{
	width: 182px;
	height: auto;
	float: right;
	margin-top: 20px;
	}
	
.s-n	{
	border: 1px solid #d0cfcd;
	}	


/* 全体構造
---------------------------------------------------- */
body {
  color: #666666;
  text-align: center;
  margin-top: 0;
  background: url('../images/body-back.jpg') repeat-x #ffffff;
}


#wrap {
  width: 900px;
  margin: 10px auto;
  text-align: center;
  background: #ffffff;
 }


#content {
	width: 750px;
  	height: auto;
   	margin: 0 auto;
   	text-align: left;
  }
  
 

#main {
	width: 540px;
	margin-top: 20px;
	float: left;
	}
	


/* リンク
---------------------------------------------------- */
a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover, a:active {
  color: #996633;
  text-decoration: none;
}




/* ヘッダ
---------------------------------------------------- */
#header {
  width: 750px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  color: #f2f2f2;
  /*background: url('../images/logo.gif') no-repeat #ffffff;*/
  background-position: 0 20px;
}

#logo	{
	margin-top: 20px;
	float: left;
	border: none;	
	}

#header ul {
	padding: 20px 0 0 0;
	list-style: none;
	font-size: 12px;
	}
	
#header li {
	margin-right: 10px;
	margin-left: 20px;
	display: block;
	float: right;
	}

.b-inq	{
	position: relative;
	margin-top: 10px;
	margin-left: 400px;
	}

/* 見出し 
-----------------------------------------------------*/
 

h1 {
	font-size: 14px;
	font-family: "ＭＳ　Ｐ明朝","ＭＳ　明朝","ヒラギノ明朝ProW3";
}


h2 {    
  font-size: 12px;
  line-height: 150%;
  font-weight: normal;
}

   
h3 {    
  	font-size: 10px;
  	line-height: 150%;
  	font-weight: normal;
}



/* ナビ 
-----------------------------------------------------*/   
    
#naviarea {
  width: 750px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
}


#navilist ul {
  font-size: 10px;
  list-style: none;
  text-indent: -9999px;
  overflow: hidden;
}



#navilist li, #navilist a{
  display: block;
  width: 125px;
  height: 80px;
  float: left;
}



#navilist a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  background: url('../images/navi.jpg') no-repeat;


}


#navi01 a {background-position: 0 0}
#navi02 a {background-position: -125px 0}
#navi03 a {background-position: -250px 0 }
#navi04 a {background-position: -375px 0 }
#navi05 a {background-position: -500px 0 }
#navi06 a {background-position: -625px 0 }


#navi01 a:hover {background-position:  0 -80px}
#navi02 a:hover {background-position: -125px -80px}
#navi03 a:hover {background-position: -250px -80px}
#navi04 a:hover {background-position: -375px -80px}
#navi05 a:hover {background-position: -500px -80px}
#navi06 a:hover {background-position: -625px -80px}

#navi01c a {background-position:  0 -80px}
#navi02c a {background-position: -125px -80px}
#navi03c a {background-position: -250px -80px}
#navi04c a {background-position: -375px -80px}
#navi05c a {background-position: -500px -80px}
#navi06c a {background-position: -625px -80px}

#navi01c a:hover {background-position:  0 -80px}
#navi02c a:hover {background-position: -125px -80px}
#navi03c a:hover {background-position: -250px -80px}
#navi04c a:hover {background-position: -375px -80px}
#navi05c a:hover {background-position: -500px -80px}
#navi06c a:hover {background-position: -625px -80px}







/* 資料請求各ページ設置用
----------------------------------------------------

div.seikyu {
	clear: both;
	width: 750px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: url("../images/seikyu.gif") no-repeat;
	}

div.seikyu p {
	padding: 0px;
	margin: 0px 0px 0px 170px;
	font-size: 12px;
	line-height: 130%;
	}	
	
 */

/* フッタ
---------------------------------------------------- */
#footer {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	padding: 5px 5px 0 0;
	color: #ffffff;
	clear: both;
	font-size: 11px;
	text-align: right;
	background: #507192;
	}
