@charset "UTF-8";
＝E* CSS Document */**

/*■初期設定*/
html {
height: 100%;
overflow-y: scroll;
}


body{
	color:#FFFFFF;/*通常のテキストカラー*/
	font-family: "メイリオ","Meiryo","arial","ＭＳ Ｐゴシック", "MS P Gothic";	
}
a{
	color:#FFFFFF;/*通常のリンクテキストカラー：白*/	
	text-decoration:none;/*マウスが乗った時下線を表示しない*/
	
}
a:hover{
	color:#FF33FF;/*マウスが乗った時の通常のリンクテキストカラー:紫*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	
}
p,ul,dl,ol{
	font-family: "メイリオ","Meiryo","arial","ＭＳ Ｐゴシック", "MS P Gothic";
}

/*■初期設定ここまで*/



*{
	margin : 0px 0%; padding:0;
  border-top-width : 10px;
}
img{
	border:0;
}

table,div{
	margin:auto;
	
}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */


  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

body{
	text-align:center;
	
}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	
}
.L{
	text-align:left;
	
}
.R{
	text-align:right;
	
}


/*■基本レイアウト*/
#back{
	width:800px;
/*	background:url(../img/top/top.gif) repeat-y;*/
	text-align:center;
	   padding-top: 10px;
}
#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;
	
}
#head h2{
	padding:4px 0 0 10px;
	font-weight:normal;
	
}
#head h2 a{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	
}
#head h2 a:hover{
	font-size:24px;
	line-height:140%;
	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:160px;
	height:42px;
	position:relative;
	float:left;
	
}
#head_menu ul li a{
	width:160px;
	height:42px;
	text-align:center;
	color:#FFFFFF;
	line-height:42px;
	font-size: 14pt;
	text-decoration:none;
	font-weight: 600;
	font-family: "メイリオ","Meiryo","arial","ＭＳ Ｐゴシック", "MS P Gothic";
}
#head_menu ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	
}
#head_menu ul li.off{
	overflow:hidden;
	width:160px;
	
}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	
}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:160px;
	text-align:center;
	
}
#head_menu ul li.on{
	width:160px;
	
}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width:160px;
	height:30px;
	line-height:30px;
	border: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:15px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight: 400;
}
#head_menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#99ccff;
	
}

#head_menu ul li.a01 a{
	background:url(../img/menu/a01.jpg) no-repeat;
}
#head_menu ul li.a01 a:hover{
	background:url(../img/menu/a01_on.jpg) no-repeat;
}
#head_menu ul li.a02 a{
	background:url(../img/menu/a02.jpg) no-repeat;
}
#head_menu ul li.a02 a:hover{
	background:url(../img/menu/a02_on.jpg) no-repeat;
}
#head_menu ul li.a03 a{
	background:url(../img/menu/a03.jpg) no-repeat;
}
#head_menu ul li.a03 a:hover{
	background:url(../img/menu/a03_on.jpg) no-repeat;
}
#head_menu ul li.a04 a{
	background:url(../img/menu/a04.jpg) no-repeat;
}
#head_menu ul li.a04 a:hover{
	background:url(../img/menu/a04_on.jpg) no-repeat;
}
#head_menu ul li.a05 a{
	background:url(../img/menu/a05.jpg) no-repeat;
}
#head_menu ul li.a05 a:hover{
	background:url(../img/menu/a05_on.jpg) no-repeat;
}



.title a{
	background:none;
	text-decoration:none;
	color:#FFFF00;
	vertical-align:middle;
	font-size:16px;
	font-weight: 400;
}
	



}
#table_test{
  line-height : 2;
}
