@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	*font: x-small; /*forIE*/
	text-align: center;
	line-height: 1.5em;
	color: rgb(89,87,87);
	background-color: rgb(229,244,252);
	background-image: url(../img/bg_sky.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.clear{
	clear: both;}
	

/*===============================================================

　　　　　　　　　　　　　Elements
	
===============================================================*/

/*-------------------------------------------------------------
　　　　　　　　　　　　　　Text
-------------------------------------------------------------*/

h1{
	padding: 15px 0px;
	float: left;}

h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;}


/*-------------------------------------------------------------
　　　　　　　　　　　　　Hyper Text
-------------------------------------------------------------*/
	
/*メールリンク*/
a.mail:link{
	text-decoration:underline;
	font-size: small;
	*font: x-small; /*forIE*/
	color: #1D2088;}
	
a.mail:visited{
	text-decoration:underline;
	font-size: small;
	*font: x-small; /*forIE*/
	color: #1D2088;}
	
a.mail:hover{
	text-decoration:underline;
	font-size: small;
	*font: x-small; /*forIE*/
	color: #1F2C5C;}
	
a.mail:active{
	text-decoration:underline;
	font-size: small;
	*font: x-small; /*forIE*/
	color: #1F2C5C;}

/*-------------------------------------------------------------
　　　　　　　　　　　　　　　Image
-------------------------------------------------------------*/

img{
	/*vertical-align: bottom;*/
	border: 0;}
img.topGradation{
	display:block;
}

/*===============================================================

　　　　　　　　　　　　　Common Layout
	
===============================================================*/

/*-------------------------------------------------------------
　　　　　　　　　　　　　　全体枠
-------------------------------------------------------------*/
#grass{
	background:url(../img/grass.jpg) repeat-x bottom;}

#grass #wrap{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	}

/*-------------------------------------------------------------
　　　　　　　　　　　　　　ヘッダー
-------------------------------------------------------------*/	

#header {
	height: 161px;
	margin: 0px 15px;
	width: 920px;}

#header #headerarea{
	height: 100px;
	overflow: hidden;}

#header #headerarea:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;}

/*\*/
* html #header #headerarea {
  height: 1em;
  overflow: visible;}
/**/
	
#header #headerarea .tel{
	padding: 29px 0px 30px 0px;
	float: right;}

#header ul#gnavi{
	margin: 0px;
	padding: 0px;}

#header ul#gnavi li{
	float: left;
	list-style: none;}

/*-------------------------------------------------------------
　　　　　　　　　　　　　コンテンツ
-------------------------------------------------------------*/	

/*-------------------------------------------------------------
　　　　　　　　　　　　　フッター
-------------------------------------------------------------*/	

#footer{
	color: rgb(255,255,255);
	height: 150px;
	margin: 0px 15px;
	width: 920px;
	overflow: hidden;}

#header #headerarea:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;}

/*\*/
* html #header #headerarea {
  height: 1em;
  overflow: visible;}
/**/
	
#footer #link{
	width: 648px;
	margin: 25px 0px;
	float:left;}
	
#footer #link ul.level1{
	margin:0px;
	padding-right:15px;
	float:left;}

#footer #link ul.level1 li{
	list-style: inside url(../img/arrow.gif) none;}
	
	
#footer #link ul.level1_no{
	margin:0px;
	padding-right:15px;
	float:left;}
#footer #link ul.level1_no li{
	list-style:none;}

#footer #link ul.level1 li a:link {color:rgb(255,255,255); font-weight:bold; text-decoration:none;}
#footer #link ul.level1 li a:visited {color:rgb(255,255,255); font-weight:bold; text-decoration:none;}
#footer #link ul.level1 li a:hover {color:rgb(255,255,255); font-weight:bold; text-decoration:underline;}
#footer #link ul.level1 li a:active {color:rgb(255,255,255); font-weight:bold; text-decoration:underline;}
#footer #link ul.level1_no li a:link {color:rgb(255,255,255); font-weight:bold; text-decoration:none;}
#footer #link ul.level1_no li a:visited {color:rgb(255,255,255); font-weight:bold; text-decoration:none;}
#footer #link ul.level1_no li a:hover {color:rgb(255,255,255); font-weight:bold; text-decoration:underline;}
#footer #link ul.level1_no li a:active {color:rgb(255,255,255); font-weight:bold; text-decoration:underline;}

#footer #link ul.level1 li ul.level2{
	margin:0px;
	padding: 0px;
	float:left;}

#footer #link ul.level1 ul.level2 li{
	list-style: none;
	padding-left: 18px;
	/*width: 8em;
	float:left;*/}

#footer #link ul.level1 ul.level2 li.b2{
	list-style: none;
	padding-left: 0px;
	/*width: 8em;
	float:left;*/}

#footer #tel{
	margin-top: 25px;
	float: right;}

#footer #copyright{
	border-top: rgb(255,255,255) 1px solid;
	line-height:50px;
	text-align: left;}

/*===============================================================

　　　　　　　　　Contents Common Layout
	
===============================================================*/
#con_wrap{
	width: 950px;
	background:url(../img/con_bg.png) repeat-y;}

img.con_b{
	margin-bottom: 30px;}

