/* トップのサブCSS */
@import url("style.css");

/* header
-----------------------------------------------------------------------------*/
#head {
	width: 800px; height: 85px;
	margin: 0 auto 0 auto; padding: 0;
	background-image: url(img/title.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#head h1 {
	/*文字を消す*/
	position: relative;
	top: -5000px;
}
/* main
-----------------------------------------------------------------------------*/
#main {
	margin: 0 auto 0 auto; padding: 0;

}
#main h2 {
	width: 800px; height: 31px;
	margin: 10px auto 10px auto; padding: 0;

}
#public-offering {
	width: 800px;
	margin: 0 auto 0 auto;
}
#info {
	width: 520px; height: 50px;
	line-height: 150%;
	margin: 30px 0 10px 0; padding: 10px;
	border: solid 1px #006;
	background-color: #fff;
}
#info h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color:#900;
}
#info a {
	font-size: 90%;
	text-decoration:underline;
}
#m_img {
	margin: 0 auto 0 auto; padding: 0;
	
}
.atn {
	font-size: 11px;
	width: 800px; height: 14px;
	margin: 5px auto 5px auto;
	color: #666;
}
#menu {
	text-align: center;
    width: 800px; height: 34px;
	font-size: 16px;
	color: #006;
	font-weight: bold;
	margin: 16px auto 0 auto; padding: 8px 0 0 0px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#news {
	width: 520px; height: 150px;
	margin: 30px auto 10px auto; padding: 10px;
	border: solid 1px #006;
	background-color: #fff;
}
#news h3 {
	font-size: 18px;
}
#news ul {
	text-align: left;
	margin: 20px 0 0 20px;
}
#news li {
	font-size: 90%;
	margin-bottom: 10px;
}