/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/


*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整
body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#bg{
	width:820px;
	background:url(img/bg_con.gif) repeat-y;
	text-align:center;
	}
#container{
	width:800px;
	margin:auto;
	text-align:left;
	}
#head{}
#head h1{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:10px;
	text-align:left
	}
#head h2{
	padding:4px 0 0 10px;
	font-weight:normal;
	}
#head h2 a{
	font-size:24px;
	line-height:137%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#head h2 a:hover{
	font-size:24px;
	line-height:137%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}


#head_menu{
	height:42px;
	zoom:100%;
	}
#head_menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_menu ul *{
	list-style-type:none;
	display:block;}	
#head_menu ul li{
	width:120px;
	height:42px;
	position:relative;
	float:left;
	font-size: 12px;
	}
#head_menu ul li a{
	width:120px;
	height:42px;
	text-align:center;
	color:#000000;
	line-height:42px;
	text-decoration:none;
	}
#head_menu ul li a:hover{
	color:#000000;
	text-decoration:none;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:120px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:42px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:120px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:120px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width:120px;
	height:30px;
	line-height:30px;
	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:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#C0C0C0;
	}

#head_menu ul li.a00 a{ background:url(img/menu/2.png) no-repeat;}
#head_menu ul li.a00 a:hover{ background:url(img/menu/3.png) no-repeat;}
#head_menu ul li.a01 a{ background:url(img/menu/2.png) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(img/menu/3.png) no-repeat;}
#head_menu ul li.a02 a{ background:url(img/menu/2.png) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(img/menu/3.png) no-repeat;}
#head_menu ul li.a03 a{ background:url(img/menu/2.png) no-repeat;}
#head_menu ul li.a03 a:hover{ background:url(img/menu/3.png) no-repeat;}
#head_menu ul li.a04 a{ background:url(img/menu/2.png) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(img/menu/3.png) no-repeat;}
#head_menu ul li.a05 a{ background:url(img/menu/2.png) no-repeat;}
#head_menu ul li.a05 a:hover{ background:url(img/menu/3.png) no-repeat;}
#head_menu ul li.a06 a{ background:url(img/menu/2.png) no-repeat;}
#head_menu ul li.a06 a:hover{ background:url(img/menu/3.png) no-repeat;}
#head_menu ul li.a07 a{ background:url(img/menu/2.png) no-repeat;}
#head_menu ul li.a07 a:hover{ background:url(img/menu/3.png) no-repeat;}




/*■ロゴ（HAKRA、cz、J3M)*/

#head_logo{
	height:50px;
	zoom:100%;
	}
#head_logo:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_logo ul *{
	list-style-type:none;
	display:block;}	
#head_logo ul li{
	
	height:42px;
	position:relative;
    left:40; 
	float:left;
	}
#head_logo ul li a{
	
	height:40px;
	text-align:center;
	color:#000000;
	line-height:42px;
	text-decoration:none;
	}
#head_logo ul li a:hover{
	color:#000000;
	text-decoration:none;
	}
#head_logo ul li.off{
	overflow:hidden;
		}
#head_logo ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_logo ul ol.sub{
	position:absolute;
	left65px; top:0px;
	width:150px;
	border:1px solid #999999;
	text-align:center;
	}
#head_logo ul li.on{

	}
#head_logo ul>li.on{
	overflow:visible;/*×*/
	}

#head_logo ul li.hakra a{ background:url(image/logo73_off.gif) no-repeat;}
#head_logo ul li.hakra a:hover{ background:url(image/logo73_on.gif) no-repeat;}
#head_logo ul li.cz a{ background:url(image/logo3_off.gif) no-repeat;}
#head_logo ul li.cz a:hover{ background:url(image/logo3_on2.gif) no-repeat;}
#head_logo ul li.j3m a{ background:url(image/logo51_off.gif) no-repeat;}
#head_logo ul li.j3m a:hover{ background:url(image/logo51_on.gif) no-repeat;}


/*■mein画像 */

#head_men{
    width:658px height:389px;
	zoom:100%;
	}
#head_men:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_men ul *{
	list-style-type:none;
	display:block;}	
#head_men ul li{
	
	height:389px;
	position:relative; 
	float:left;
	}
#head_men ul li a{
	
	height:389px;
	text-align:center;
	color:#000000;
	line-height:389px;
	text-decoration:none;
	}
#head_men ul li a:hover{
	color:#000000;
	text-decoration:none;
	}
#head_men ul li.off{
	overflow:hidden;
		}
#head_men ul li.on{

	}
#head_men ul>li.on{
	overflow:visible;/*×*/
	}

#head_men ul li.mein a{ background:url(image/GN01.png) no-repeat;}
#head_men ul li.mein a:hover{ background:url(image/GN02.png) no-repeat;}



  }
}