@charset "utf-8";

/* --------------------------------------------------
   base
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	float: none;
	font-size:100%;
	line-height:200%;
}
body {
	color:#333333;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Century Gothic,sans-serif;
	font-size:82%;
	height:100%;
	line-height:1.6em;
}
img {
	border: none;
}
hr {
	display: none;
}
a:focus {
	outline:none;
}
a, a:link, a:visited, a:focus, a:active {
	color: #93CC3C;
}
a:hover {
	color: #1b1b1b;}
.clear {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
#wrapper{
	text-align:center;
}
#head,
#menu,
#footer{
	position:relative;
	width:844px;
	height:auto;
	padding:0 13px;
	margin:0 auto;
	text-align:left;
}
.main_area{
	width:860px;
	height:auto;
	padding:0 auto;
	margin:0 auto;
	text-align:left;
}
.head_line{
	background:#D4D0C8;
	font-size:1px;
	height:4px;
	width:860px;
	margin:0 auto;
	padding:0 auto;
}
.foot_line{
	background:#D4D0C8;
	font-size:1px;
	height:4px;
	width:860px;
	margin:0 auto;
	padding:0 auto;
}
.foot_line1{
	background:#E4E4E4;
	font-size:1px;
	height:4px;
	width:370px;
	margin:0 auto;
	padding:0 auto;
}
.pagetop{
	height:60px;
	width:860px;
	margin:0 auto;
	padding:0 auto;
	padding-top:10px;
	background:url(../../img/pagebar.gif) repeat-x 0 0;
	text-align:right;

}
.red{
	color:#FF0000;
}
/* --------------------------------------------------
   head
-------------------------------------------------- */
#head{
	padding-top:22px;
	padding-bottom:5px;
}
#head h1{
	width:844px;
	height:46px;
	background:url(../../img/title.jpg) no-repeat right bottom;
	text-indent:-9999px;
}
#head h2{
	width:844px;
	height:22px;
	background:url(../../img/sub_title.jpg) no-repeat right bottom;
	text-indent:-9999px;
}
/* --------------------------------------------------
   menu
-------------------------------------------------- */
#menu{
	height:28px;
	padding-top:11px;
	padding-bottom:11px;	
}
#menu li{
	float:left;
	list-style:none;
}
#menu li.g_menusp{
	width:314px;
}
#menu li a{
	text-indent:-9999px;
	height:28px;
}
#menu li.g_menu1 a{
	display:block;
	width:56px;
	background:url(../../img/menu.jpg) no-repeat 0 -2px;
}
#menu li.g_menu2 a{
	display:block;
	width:64px;
	background:url(../../img/menu.jpg) no-repeat -390px -2px;
}
#menu li.g_menu3 a{
	display:block;
	width:144px;
	background:url(../../img/menu.jpg) no-repeat -454px -2px;
}
#menu li.g_menu4 a{
	display:block;
	width:90px;
	background:url(../../img/menu.jpg) no-repeat -598px -2px;
}
#menu li.g_menu5 a{
	display:block;
	width:90px;
	background:url(../../img/menu.jpg) no-repeat -688px -2px;
}
#menu li.g_menu6 a{
	display:block;
	width:82px;
	background:url(../../img/menu.jpg) no-repeat -778px -2px;
}
#menu li.g_menu1 a:hover{
	display:block;
	width:56px;
	background:url(../../img/menu.jpg) no-repeat 0 -37px;
}
#menu li.g_menu2 a:hover{
	display:block;
	width:64px;
	background:url(../../img/menu.jpg) no-repeat -390px -37px;
}
#menu li.g_menu3 a:hover{
	display:block;
	width:144px;
	background:url(../../img/menu.jpg) no-repeat -454px -37px;
}
#menu li.g_menu4 a:hover{
	display:block;
	width:90px;
	background:url(../../img/menu.jpg) no-repeat -598px -37px;
}
#menu li.g_menu5 a:hover{
	display:block;
	width:90px;
	background:url(../../img/menu.jpg) no-repeat -688px -37px;
}
#menu li.g_menu6 a:hover{
	display:block;
	width:82px;
	background:url(../../img/menu.jpg) no-repeat -778px -37px;
}
/* --------------------------------------------------
   .main_area
-------------------------------------------------- */
.main_area{	
}
/* --------------------------------------------------
   footer
-------------------------------------------------- */
#footer{
	padding-top:10px;
}
#footer .address{
	text-indent:-9999px;
	background:url(../../img/address.jpg) no-repeat;
}



