@charset "shift_jis";
* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #666;
}
img {
	border-style: none;
}
.n {
	visibility: hidden;
}
.yellow {
	color: #FF0;
}
.orange {
	color: #F60;
}

.red {
	color: #F66;
}


#header {
	height: auto;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	position: relative;
	z-index: 3;
	text-shadow: 1px 1px 0px #FFF;
}


#logo {
	float: left;
	position: relative;
	z-index: 3;
	margin-left: 5px;
}
#header_r {
	float: right;
	height: auto;
	width: 702px;
	position: relative;
	z-index: 2;
	margin-top: 5px;
}
#reborn {
	position: absolute;
	left: -80px;
	top: 0px;
}
#top_img {
	margin: auto;
	height: auto;
	width: 1000px;
}
#topics_line {
	margin: auto;
	height: auto;
	width: 1000px;
}
#topics_line h3 {
	margin-left: 50px;
	width: 600px;
	float: left;
}
#topics_box {
	background: url(../../images/topics_bg.png);
	float: left;
	height: 140px;
	width: 700px;
}
#topics {
	width: 570px;
	float: left;
	margin: 10px 0px 0px 65px;
	height: 110px;
	overflow: auto;
}
#topics table {
	width: 550px;
}
#topics table tr th {
	width: 75px;
	vertical-align: top;
	text-align: left;
	line-height: 25px;
}
#topics table tr td {
	border-bottom: 1px dotted #29ABE2;
	padding: 0px 5px;
	line-height: 25px;
}
#banner_box {
	float: left;
	margin: -36px 0px 0px -40px;
	width: 280px;
}
#banner_box a {
	margin-bottom: 25px;
	float: left;
}
#main {
	margin: auto;
	height: auto;
	width: 1000px;
}
#main h3 {
	background: url(../../images/h3_bg.png);
	height: 30px;
	width: 890px;
	padding: 7px 0px 0px 10px;
	margin: 0px auto;
}
#main h3.h3_syoudan span{
	display:none;
}
#etc_btn {
	width: 900px;
	height: auto;
}
#etc_btn a {
	background: url(../../images/etc_btn.png) 0px 0px;
	height: 70px;
	width: 740px;
	display: block;
	margin: auto;
	text-decoration: none;
}
#etc_btn a:hover {
	background: url(../../images/etc_btn.png) 0px 70px;
}
#footer_line {
	background: url(../../images/footer_bg.png);
	height: 160px;
	width: 100%;
	margin-top: 20px;
}
#footer_box {
	width: 900px;
	margin: 0px auto;
	height: auto;
	padding: 5px 10px 0px;
	position: relative;
}
#footer_l {
	float: left;
	width: 435px;
}
#footer_l ul {
	background: url(../../images/footer_menu_bg.png);
	float: left;
	height: 31px;
	width: 480px;
	display: block;
	list-style: none;
	padding-left: 15px;
}
#footer_l ul li {
	float: left;
}
#footer_l ul li a {
	line-height: 31px;
	display: block;
	background: url(../../images/footer_o.png) no-repeat 0px 0px;
	padding: 0px 5px 0px 15px;
	font-size: 12px;
	margin: 0px 20px;
}
#footer_l ul li a:hover {
	background: url(../../images/footer_o.png) no-repeat 0px bottom;
	color: #06C;
}
#copy {
	margin-top: 90px;
}
#footer_r {
	background: url(../../images/footer_outline_bg.png) no-repeat;
	float: right;
	height: 40px;
	width: 270px;
	padding: 90px 0px 0px 120px;
}
#go_top a {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 917px;
	top: -30px;
	background: url(../../images/pagetop.png);
	text-decoration: none;
}
#go_top a:hover {
	background: url(../../images/pagetop.png) 0px 40px;
}
