@charset "UTF-8";

#logo {
	position: absolute;
	left:-35px;
	top:0;
	z-index: 10;
}

*html #logo {
	left: -18px;
}


#keyImage {
	padding: 26px 0 0 0;
}

#nav {
	height: 49px;
	background: url(../images/top_nav_bg.gif) no-repeat left top;
	position: relative;
}

#nav ul {
	position: absolute;
	left: 147px;
	top: 9px;
}

#nav li {
	float: left;
}

#news {
	clear: both;
	margin: 10px 0 0 0;
	zoom:1;
}

#news:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#newsBox {
	clear: both;
	margin-top: 10px;
}

.newtopic {
	width: 300px;
	margin-right: 27px;
	float: left;
}

.newtopic h2{
	border-bottom: 2px solid #f1f296;
}

.newtopic p.archive{
	float: right;
	font: 70% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/top_mobile_icon.gif) no-repeat left center;
	margin-top: 3px;
	padding: 0 0 0 13px;
}

.newtopic dl {
	font-size: 75%;
	margin-top: 13px;
}

.newtopic dt {
	float: left;
	clear: both;
	color: #C2C200;
	padding: 0 0 10px 0;

}

.newtopic dd {
	padding: 0 0 10px 7em;
}

.newtopic dd img {
	padding: 3px;
}

.report {
	float: right;
	margin-right: 6px;
}

#sp {
	float: left;
}

#sp img {
	margin-right: 20px;
}

#mobile {
	background: url(../images/top_mobile_top.gif) no-repeat left top;
	float: right;
	margin-top: -2px;
	margin-right: 6px;
	width: 300px;
	position: relative;
	color: #9A9A9A;
}

#mobileInner {
	background: url(../images/top_mobile_bottom.gif) no-repeat left bottom;
	padding: 18px 25px 27px 25px;
	min-height: 68px;
}

*html #mobileInner {
	height: 68px;
}

#mobile p {
	margin: 5px 0 0 0;
	width: 190px;
	font-size: 70%;
}

#mobile p.regist {
	background: url(../images/top_mobile_icon.gif) no-repeat left center;
	padding: 0 0 0 13px;
	font-size: 75%;
}


#mobile .code {
	position: absolute;
	right: 25px;
	top: 13px;
}

#banners {
	clear: both;
	padding: 20px 0;
}

#banners img{
	padding: 0 10px 0 0;
	
}

