@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html {
    overflow-y: scroll;
}
body {
	text-align: center;
	background-color: #EAEAEA;
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	line-height: 1.5;
}
p {
	margin: 0 0 1em;
}
img,
fieldset {
	border: 0;
}

/*-----------------------------------------------
link color
-----------------------------------------------*/
a{
	color: #3399CC;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:visited{
	color: #006699;
	text-decoration: underline;
}

/*-----------------------------------------------
wrapper
-----------------------------------------------*/
#wrapper{
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
}

/*-----------------------------------------------
header
-----------------------------------------------*/
#header {
	background-image:url(../image/header_bg.jpg);
	width: 800px;
	height: 65px;
	text-align: right;
}

/*-----------------------------------------------
content
-----------------------------------------------*/
#content {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #top_sidearea {
	float: left;
	text-align: center;
	width: 380px;
}
#content #mainarea_top {
	float: right;
	width: 420px;
}
#content #mainarea_top #title_01 {
	margin-bottom: 5px;
	width: 390px;
}
#content #mainarea_top #textbox_01 {
	text-align: left;
	width: 390px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#content #mainarea {
	width: 750px;
	padding-left: 25px;
	text-align: left;
}
#content #mainarea #title_02 {
	margin-bottom: 5px;
}
#content #mainarea #list {
	margin: 0px;
	padding: 0px;
}
#content #mainarea #list dl {
	margin: 0px;
	padding: 0px;
}
#content #mainarea #list dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	margin: 3px;
	text-align:left;
}
#content #mainarea #list dd {
	float: left;
	width: 140px;
	color: #197695;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content #mainarea #buttonarea_01 {
	text-align: center;
	width: 750px;
}
#content #mainarea_top #textbox_01 #textbox_02 {
	float: left;
	width: 185px;
	height: 155px;
	background-image:url(../image/top_subbg.gif);
	text-align: left;
	padding-left: 5px;
	margin-bottom: 10px;
}
#content #mainarea_top #bannerarea_01 {
	width: 390px;
	margin-bottom: 5px;
}
.li_ar {
	list-style-image:url(../image/b_ar.jpg);
	margin-left: 15px;
	margin-bottom: 10px;
}
.maintitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #163665;
	text-align:left;
	padding-left: 5px;
	padding-right: auto;
	padding-bottom: 3px;
	padding-top: 3px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background: #D8EAEE;
	text-align:left;
	padding-left: 5px;
	padding-right: auto;
	padding-bottom: 3px;
	padding-top: 3px;
}
.subtext {
	color: #333333;
	text-align:left;
	padding-left: 5px;
	padding-right: auto;
	padding-bottom: 3px;
	padding-top: 3px;
}
.pagetop {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
#footer {
	background-color: #F0F0FF;
	clear: both;
	width: 800px;
	font-size:10px;
	background-color: #0A1F3C;
	color: #FFFFFF;
	text-align:left;
	text-indent: 10px;
	padding-top: 5px;
    padding-bottom: 5px;
}