@charset "UTF-8";
body {
	background:#222 url(../img/body_bg.jpg) repeat-x;
	color:#fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
#Header {
	width:100%;
	height:69px;
	border-bottom:solid 1px rgba(255,255,255,0.7);
	background-color:rgba(0,0,0,0.7);
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
header {
	width:960px;
	margin:0 auto;
	padding-top:10px;
}
header  h1{
	float:left;
}
header  li{
	float:left;
}
#Top_img {
	width:960px;
	height:430px;
	margin:0 auto;
	position:relative;
}
#Title_img {
	width:960px;
	height:330px;
	margin:0 auto;
}
#Content {
	width:960px;
	min-height:500px;
	margin:0 auto;
}
article {
	font-size:13px;
	line-height:1.8em;
	letter-spacing:4px;
	overflow:hidden;
	margin-bottom:80px;
}
article h2 {
	color:#ec1c24;
	font-size:24px;
	margin-bottom:10px;
	padding-top:5px;
}
article p {
	margin-bottom:10px;
}
.al {
	width:270px;
	float:left;
}
.ar {
	width:670px;
	float:right;
}

.top_bnr li {
	float:left;
}
.top_bnr li:first-child {
	margin-right:20px;
}
		
#Footer {
	width:100%;
	height:160px;
	background-color:#000;
}
footer {
	width:960px;
	margin:0 auto;
	padding-top:10px;
}
footer ul {
	display:block;
	overflow:hidden;
}
footer li {
	float:left;
	margin-right:16px;
	font-size:12px;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer h3 {
	width:138px;
	float:left;
	padding-top:35px;
	margin-right:35px;
}
footer .co_info {
	width:400px;
	float:left;
	font-size:12px;
	padding-top:25px;
	margin-bottom:30px;
}
footer .copyright {
	clear:both;
	text-align:right;
	font-size:11px;
}
.tonews {
        border-style:solid;
        border-width:thin;
        border-color:#ffffff;
        margin:0 20px 20px 20px;
        padding:20px;
}
.left01{
        float:left;
        
        padding-right:20px;
}
.text1027{
       font-size:120%;
       color:#ffffff;
       font-weight:bold;
}
.clear{
       clear:both;
}
.text_center{
text-align:center;
}