@charset "UTF-8";
/* CSS Document */
/* 基本設定ここから */
* {
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background:#080809;
}

html{
}

.float{
float:left;
}

a#linkA{
text-decoration:none;
color:#000000 !important;
}

span.red{
color:#FF0000;
}

/*****ヘッダー*******/

div#header{
	width:1000px;
	height:140px;
	margin:0 auto;
	background:url(../image/header_bg1.jpg) no-repeat;
}

div#header_bg{
	width:100%;
	height:140px;
	background:#010101;
	margin:0;
}
div#header2{
	position: relative;
	width:1000px;
	height:123px;
	margin:0 auto;
	background:url(../image/header_bg2.gif) no-repeat;
	overflow: hidden;
}

div#header2_left_bg{
	width:100%;
	position: relative;
	background:url(../image/header_bg2_left.gif) repeat-x;
}
div#header2_right_bg{
	height:123px;
	width: 50%;
	right: 0;
	background:url(../image/header_bg2_right.gif) repeat-x;
	position:absolute;
}

div#header_contents{
position:relative;
margin-left:60px;
}

p#date{
position:absolute;
top:108px;
left:610px;
color:#e8e8e8;
font-size:10px;
}
h1#sub_title2{
position:absolute;
top:64px;
left:2px;
color:#FFFFFF;
font-size:12px;
}
p#sub_title3{
/*background:url(../image/sub_title.gif) no-repeat;
text-indent:-1000em;*/
width:253px;
height:21px;
position:absolute;
top:59px;
left:292px;
color:#FFFFFF;
}


h3#sub_title{
	/*background:url(../image/main_title.gif) no-repeat;*/
	height:34px;
	position:absolute;
top:85px;
left:0px;
color:#FFFFFF;
font-size:36px;
font-weight:bold;
}
p#main_title a{
display:block;
width:320px;
height:49px;
overflow:hidden;
}
p.text{
width:523px;
line-height:1.7;
font-size:14px;
padding:15px 0 20px 0;
overflow:hidden;
}
p.text_top{
width:523px;
line-height:1.7;
font-size:14px;
padding:0 0 20px 0;
}

p#main_title{
	width:320px;
	height:49px;
	background:url(../image/title.jpg) no-repeat;
text-indent:-1000em;
position:absolute;
top:10px;
left:0px;
}

/*****共通*******/

div#container{
position: relative;
	width:1000px;
	margin:0 auto;
	background:#080809;
}
div#container_left_bg{
	width:100%;
	position: relative;
	background:url(../image/bg_left_2.gif) repeat-x;
}
div#container_right_bg{
height:536px;
	width: 50%;
	right: 0;
	background:url(../image/bg_right_2.gif) repeat-x;
	position:absolute;
}



div#main{
	width:880px;
	margin:0 auto;
	border-left:#747474 1px solid;
	border-right:#747474 1px solid;
	background:#fff;
	padding-bottom:45px;
}
div#main_inner{
	width:551px;
	padding-left:28px;
	padding-top:22px;
}

h2{
margin:28px 0 0 67px;
}

span.bold{
font-weight:bold;
padding:0;
margin:0;
}

h4.single{
width:480px;
background:url(../image/h_bg.gif) no-repeat;
padding:13px 15px 11px 15px;
overflow:hidden;
font-size:20px;
font-weight:bold;
}
h4.single2{
width:480px;
background:url(../image/h_bg.gif) no-repeat;
padding:13px 15px 10px 15px;
overflow:hidden;
font-size:20px;
font-weight:bold;
margin-top:25px;
}
h4.dable{
width:480px;
background:url(../image/h_bg2.gif) no-repeat;
padding:8px 15px 15px 15px;
font-size:20px;
font-weight:bold;
margin-top:25px;
line-height:1.3;
}

/******フッター*******/
div#foot_bg{
clear:both;
width:100%;
background:#080809;
}
div#footer{
	width:1000px;
	margin:0 auto;
	background:url(../image/footer.gif) no-repeat;
	background-position:left top;
	background-color:#080809;
}
div#footer p#footlink{
	width:1000px;
	text-align:center;
	color:#FFF;
}
div#footer p a{
	color:#FFF;
}
p#footlink{
font-size:13px;
	font-weight:bold;
	padding:25px 0 0 0;
}
p#copy{
width:524px;
height:16px;
margin:0 auto;
margin-top:15px;
	padding:0 0 25px 0;
	font-size:13px;
	font-weight:bold;
	background:url(../image/copy.gif) no-repeat;
	text-indent:-1000em;
}

/******クリアーフィックス*******/
 .clearfix:after{
    content:".";/*.という新しい要素を生成*/
	display:block;/*要素をブロック要素に変換*/
	clear:both;/*回り込み解除*/
	visibility:hidden;/*非表示に設定*/
	height:0; /*高さを0*/
	}
 .clearfix{display:inline-table;zoom:1;}
 /*other IE Mac 5 ¥*/
 *html.clearfix{height:1%;}
 .clearfix{display:block;}
 /* end other IE Mac5*/

