@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}
body{ 
	background: #FFFFFF;
	color: #666666;
	font-family: MSP Gothic, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align:center;
}
#container{
	width: 900px;
	margin:0 auto;
	text-align: center;
}
#header{
	width: 880px;
	height: 82px;
}
#main{
	width: 900px;
}
#footer{
	margin:10px 10px 0;
	width: 880px;
	height: 45px;
	background: url(../images/footer.gif) no-repeat;
}

/* ----------------SEO&Logo */
#seo {
	height: 19px;
	width:732px;
	padding-top:3px;
	float:left;
}
#seo h1 {
	text-align:left;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
#lang {
	width:148px;
	float:right;
}
#logo {
	display: block;
	height: 60px;
	width:256px;
	float:left;
	background: url(../images/header.gif) no-repeat;
}
h2 {
	position:relative;
	width:256px;
	height:60px;
	text-indent:-9999px;
	left:0;
}
h2 a{
	display:block;
	height:60px;
	text-decoration:none;
}
#navi{
	height: 30px;
	float:right;
}

/* ----------------Contents */
#title_img {
	padding:18px 0;
}
#contents{
	width: 880px;
	padding:0 10px;
	text-align:left;
}
#contents .news{
	padding: 0 0 20px;
}
#contents p{
	padding: 0 32px 10px;
}
#contents .date{
	padding: 0 0 10px 32px;
	width:108px;
	float:left;
}
#contents .title{
	padding: 0 0 10px 0;
	width:740px;
	float:right;
}


.clr {
	clear:both;
}

a{
	color: #666666;
	text-decoration: underline;
	outline: none;
}

a:hover{
	color: #999999;
	text-decoration: underline;
	outline: none;
}
a img{
	border:none;
}

