@charset "UTF-8";
/* CSS Document */

/*■初期設定*/

body{
	background-color:#FFFFFF;/*背景の色*/
	color:#cccccc;/*通常のテキストカラー*/
	}
A:link { color: #000000 ;font-weight: 300;}

a { text-decoration : none; }
a:visited { color: #4a4a4a;font-weight: 200;}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    letter-spacing: 0.3em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	*font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
	
}

body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#bg{
	width:820px;
	background:#FFFFFF;
	text-align:center;
	}
#container{
	width:800px;
	margin:auto;
	height:auto;
	text-align:left;
	}
#head{
     height:100px;
}
#head h1{
	font-size:10px;
	letter-spacing: 0em;
	color:#000000;
	font-weight:normal;
	text-indent:280px;
	}
#head h2{
	padding:4px 0 0 10px;
	font-weight:normal;
	font-family: sans-serif;		
	}
#head h2 a{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#000000;
	}
#head h2 a:hover{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#000000;
	}


#head_menu{
	height:90px;
	zoom:100%;
	}
#head_menu:after{
    content: "";
    clear: both;
	}
#head_menu ul *{
	list-style-type:none;
	display:block;}	
#head_menu ul li{
	width:80px;
	height:30px;
	position:relative;
	float:left;
	}
#head_menu ul li a{
	width:80px;
	height:30px;
	text-align:center;
	color:#000000;
	text-decoration:none;
	}
#head_menu ul li a:hover{
	color:#000000;
	text-decoration:none;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:80px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:30px;
	width:80px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:80px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width:80px;
	height:15px;
	line-height:15x;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}
#head_menu ul ol.sub li a{
	background:none;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:15px;
	line-height:15px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#FFCC00;
	}

#head_menu ul li.a01 a{ background:url(img/top.jpg) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(img/top_on.jpg) no-repeat;}
#head_menu ul li.a02 a{ background:url(img/information.jpg) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(img/information_on.jpg) no-repeat;}
#head_menu ul li.a03 a{ background:url(img/kaitori.jpg) no-repeat;}
#head_menu ul li.a03 a:hover{ background:url(img/kaitori_on.jpg) no-repeat;}
#head_menu ul li.a04 a{ background:url(img/toriatukai.jpg) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(img/toriatukai_on.jpg) no-repeat;}
#head_menu ul li.a05 a{ background:url(img/contact.jpg) no-repeat;}
#head_menu ul li.a05 a:hover{ background:url(img/contact_on.jpg) no-repeat;}
#head_menu ul li.a06 a{ background:url(img/sitemap.jpg) no-repeat;}
#head_menu ul li.a06 a:hover{ background:url(img/sitemap_on.jpg) no-repeat;}



/*メインイメージ*/
#main_image{
          float: left;
		  clear: left;
		  width: 800px;
		  height: 300px;
		  font-size:12px;
		  letter-spacing: 0em;
		  line-height : 15px ;
		  color:#000000;
		  }
#main_image h1{
		  font-size:11px;
		  line-height : 15px ;
		  color:#000000;
		  letter-spacing: 0em;
		  font-weight: 300;}
#main_image2{
          float: left;
		  clear: left;
		  width: 800px;
		  height: 700px;
		  text-align: center; 
		  font-size:12px;
		  letter-spacing: 0em;
		  line-height : 17px ;
		  color:#000000;
		  }
#main_image h1{
		  font-size:11px;
		  line-height : 15px ;
		  color:#000000;
		  letter-spacing: 0em;
		  font-weight: 300;}
#main_imageleft{
          float: left;
		  width: 300px;
		  height: 400px;
		  font-size:11px;
		  line-height : 15px ;
		  color:#000000;
		  letter-spacing: 0em;
		  font-weight: 300;
}
#main_imageleft h3{
		font-size:12px;
		  line-height : 17px ;
		  color:#000000;
		  letter-spacing: 0em;
		  font-weight: 300;}
#main_imageleft2{
          float: left;
		  width: 300px;
		  height: 360px;
		  font-size:11px;
		  line-height : 15px ;
		  color:#000000;
		  letter-spacing: 0em;
		  font-weight: 300;
}
#main_imageleft2 h3{
		font-size:12px;
		  line-height : 15px ;
		  color:#000000;
		  letter-spacing: 0em;
		  font-weight: 300;}
#main_imageright{
          overflow-x:hidden;
		  float: right;
		  width: 500px;
		  height: 400px;
		  font-size:11px;
		  line-height : 17px ;
		  color:#000000;
		  letter-spacing: 0em;
		  font-weight: 300;
}
#main_imageright h3{
	font-size:11px;
	line-height : 17px ;
	color:#000000;
	letter-spacing: 0em;
	font-weight: 300;}
#main_imageright div#links{
	overflow-x:hidden;
	width:490px;
	height:300px;
	margin:0;
	text-align:right;
	line-height : 25px ;
	color:#000000;
	letter-spacing: 0em;
	}
#main_imageright div#links h3{
	font-size:12px;
	letter-spacing: 0em;
	color:#000000;
	font-weight: 300;
	text-align:right;
	}
#contents{
	margin:20px 10px 20px 10px;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#foot{
	clear:left;
	heigt:30px;
	width:780px;
	height:50px;
	}
/***トップ***/
#top{}
#top div#top_up{
	zoom:100%;
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top div#top_up div#left{
	float:left;
	width:380px;
	height:230px;
	font-size:11px;
	line-height : 15px ;
	color:#000000;
	letter-spacing: 0em;
	font-weight: 300;
	}
#top div#top_up div#left p{
	margin:8px 0 0 0;
	line-height:160%;
	}
#top div#top_up div#left h3{
	font-size:11px;
	letter-spacing: 0em;
	color:#000000;
	font-weight: 300;
	}	
#top div#top_up div#right{
	float:right;
	width:380px;
	text-align:center;
	font-size:11px;
	line-height : 17px ;
	color:#000000;
	letter-spacing: 0em;
	font-weight: 300;
	}
#top div#top_up div#right h1{
	font-size:11px;
	letter-spacing: 0em;
	color:#000000;
	font-weight: 300;
	}
#top div#top_up div#right div#info{
	width:380px;
	height:205px;
	padding:1px 1px 0px 1px;
	}
#top div#top_up div#right div#info div#main{
	overflow:auto;
	width:378px;
	height:180px;
	margin:0;
	}
#top div#top_up div#right div#info div#main h2{
	font-size:11px;
	letter-spacing: 0em;
	color:#000000;
	font-weight: 300;
	}
#top div#top_up div#right div#info div#main h3{
	font-size:11px;
	letter-spacing: 0em;
	color:#000000;
	font-weight: 300;
	}
#top div#top_up div#right div#info div#main p{
	margin:4px 10px 0 10px;
	}
/******************************************************************************************************/
