@CHARSET "UTF-8";

body{
	color:#fff;
	background-color:#000;
}
div#wrap0{
	background:url(../img/common/bg_border.gif) repeat-y center top #000;
	width:1100px;
	margin:0 auto;
	
}
div#wrapper{
	width:1100px;
	min-height:870px;
	background:url(../img/common/bg.jpg) no-repeat center top;
	margin:0 auto;
	position:relative;
}
div#header{
	width:1100px;
	height:114px;
	background:url(../img/common/header_bg.png) no-repeat left top;
	position:relative;
	top:16px;
}
div#header h1#logo a{
	width:193px;
	height:66px;
	background:url(../img/common/logo.gif) no-repeat left top;
	text-indent:-9999px;
	position:relative;
	top:25px;
	left:20px;
	display:block;
	overflow:hidden;
}
div#header dl{
	position:relative;
	left:245px;
	top:4px;
}
div#header dl dt{
	width:58px;
	height:21px;
	background:url(../img/common/news.gif) no-repeat left top;
	text-indent:-9999px;
	float:left;
}
div#header dl dd{
	width:760px;
	height:21px;
	background:url(../img/common/news_bg.gif) no-repeat left top;
	color:#860202;
	font-size:x-small;
	line-height:21px;
	padding-left:6px;
	margin-left:60px;
}
/*ナビゲーション*/
ul#global_nabi{
	width:852px;
	height:50px;
	position:absolute;
	left:230px;
	top:18px;
}
ul#global_nabi li{
	float:left;
	background:#fff;
}
ul#global_nabi li a{
	display:block;
	height:50px;
	text-indent:-9999px;	
	overflow:hidden;
}
ul#global_nabi li.list01 a{
	width:175px;
	background:url(../img/common/menu.gif) no-repeat 0 0;
}
ul#global_nabi li.list01 a:hover{
	background:url(../img/common/menu.gif) no-repeat 0 -50px;
}
ul#global_nabi li.list02 a{
	width:155px;
	background:url(../img/common/menu.gif) no-repeat -175px 0;
}
ul#global_nabi li.list02 a:hover{
	background:url(../img/common/menu.gif) no-repeat -175px -50px;
}
ul#global_nabi li.list03 a{
	width:180px;
	background:url(../img/common/menu.gif) no-repeat -330px 0;
}
ul#global_nabi li.list03 a:hover{
	background:url(../img/common/menu.gif) no-repeat -330px -50px;
}
ul#global_nabi li.list04 a{
	width:107px;
	background:url(../img/common/menu.gif) no-repeat -509px 0;
}
ul#global_nabi li.list04 a:hover{
	background:url(../img/common/menu.gif) no-repeat -509px -50px;
}
ul#global_nabi li.list05 a{
	width:118px;
	background:url(../img/common/menu.gif) no-repeat -617px 0;
}
ul#global_nabi li.list05 a:hover{
	background:url(../img/common/menu.gif) no-repeat -617px -50px;
}
ul#global_nabi li.list06 a{
	width:116px;
	background:url(../img/common/menu.gif) no-repeat -735px 0;
}
ul#global_nabi li.list06 a:hover{
	background:url(../img/common/menu.gif) no-repeat -735px -50px;
}
div#contents{

}

/*コンテンツ*/
div#contents{
	width:1100px;
	min-height:720px;
	height: auto !important;
	height: 720px;
	margin-top:5px;	
}
div#contents h1{
	width:432px;
	height:142px;
	text-indent:-9999px;
	margin:8px 0px 0px -2px;
}
/*フッター*/
div#footer{
	width:1100px;
	height:19px;
	text-align:center;
}

/*clearfix*/
.clearfix:after{
	content:".";
	clear:both;
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}
