@charset "UTF-8";
/* formatting style
------------------------------*/

* {
	font-style: normal;
}
body {
	font-family: sans-serif;
	line-height: 1.6;
	color: #666666;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #ED6A00;
}

/* link style
------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #FFFF7E;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

/* header style
------------------------------*/

#header {
	width: 900px;
}
#container #header img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#main {
	width: 900px;
}
#main h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ED6A00;
	text-indent: 10px;
	color: #ED6A00;
}
#main #kanbai {
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-weight: bolder;
	letter-spacing: 5px;
	line-height: 1.3em;
	margin-bottom: 30px;
	margin-top: 10px;
}
#main #top_main {
	background-image: url(../img/top_back.png);
	background-repeat: no-repeat;
	height: 670px;
	width: 900px;
}
#main #top_main #link1 {
	position: relative;
	top: 250px;
	left: 25px;
}
#main #top_main #link2 {
	position: relative;
	top: 420px;
	right: 150px;
}
#main #top_main #link3 {
	position: relative;
	top: 460px;
	right: 160px;
}
#main #top_main #link4 {
	position: relative;
	top: 180px;
	left: 630px;
}
#main #main_contens {
	background-color: #FFF;
	width: 760px;
	padding-left: 100px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 50px;
}
#main #main_contens a {
	color: #666;
	text-decoration: underline;
}
#main #main_contens .attention {
	font-size: 110%;
	font-weight: bolder;
	color: #F00;
}
#main #main_contens dl dt {
	width: 100px;
	clear: both;
	float: left;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 10px;
}
#main #main_contens dl dd {
	padding-left: 100px;
	width: 520px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 10px;
}
#main #main_contens .list_menu {
	padding-bottom: 15px;
}
#main #main_contens .list dl dt {
	float: none;
	width: 650px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#main #main_contens .list dl dd {
	border-top-style: none;
	padding-top: 0px;
	padding-left: 0px;
}
#main #main_contens .list {
	padding-bottom: 20px;
}
#main_bottommenu {
	color: #FFF;
	position: relative;
	top: -100px;
	height: 150px;
}
#main_bottommenu p {
	text-align: center;
}
#main #top_main_bottommenu {
	text-align: center;
	color: #FFF;
}
#main #wchance {
	margin-left: 80px;
}

/* main style
------------------------------*/



/* footer style
------------------------------*/

#footer {
	width: 900px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #ED6A00;
}
#copyright {
	font-size: 80%;
	text-align: right;
	margin-right: 15px;
	clear: both;
}
#footer dl {
	width: 800px;
	padding-left: 100px;
	padding-top: 15px;
}
#footer dl dt {
	float: left;
	width: 100px;
	padding-bottom: 15px;
	clear: both;
}
#footer dl dd {
	width: 650px;
	padding-left: 100px;
	padding-bottom: 20px;
}
#header #menu {
	width: 880px;
}
#header #menu img {
	margin-left: 20px;
}
