@charset "utf-8";

/*---set---*/

html { overflow-y: scroll;}
dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
dt {
	margin-bottom: 5px;
	font-size: 10pt;
	font-weight: bold;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal;}
table { border-collapse: collapse; border-spacing: 0; line-height: 1.4;}
table caption { display:none;}
q:before,q:after { content: '';}
object,embed { vertical-align: top;}
hr,legend { display: none;}
h1,h2,h3,h4,h5,h6 { font-size: 100%;}
img,abbr,acronym,fieldset { border: 0;}
img { vertical-align:bottom;}
li { list-style-type: none;}

body {
	background: #1b9ec5 url(../img/bg_body.jpg) repeat-x;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.6;
	text-align: center;
}
* html body { font:normal normal normal 75%/1.6 Verdana, "ＭＳ Ｐゴシック", sans-serif;}

/*---base---*/

#wrapper {
	margin:0px auto;
	width:840px;
	text-align:left;
	background: url(../img/wrapper_bg.jpg) repeat-y;
}

#wrapper_body {
	margin:0px 5px;
	width:830px;
	overflow:hidden;
	text-align:left;
}

#main_box {
	display:inline;
	width:803px;
	float:left;
	margin: 0px 12px 0 15px;
}

#main {
	width:565px;
	_width:571px;
	float:right;
	overflow: hidden;
	margin: 0px 0px 0px 12px;
	padding: 0 3px;
}

a:link,a:visited { color:#333333; text-decoration:none;}
a:active,a:hover { color:#666666; text-decoration:none;}

/*---header---*/

div#header {
	position:relative;
	width:840px;
	height:148px;
	text-align:left;
	background: url(../img/header_bg.jpg);
}

div#header p.title {
	position:absolute;
	left:107px;
	top:33px;
	width:453px;
	height:36px;
	background:url(../img/title.jpg) no-repeat;
}

div#header p.title a {
	display:block;
	width:453px;
	height:36px;
	overflow:hidden;
	text-indent: -99999px;
}

div#header div.description {
	position:absolute;
	left:107px;
	top:84px;
	padding: 0 0 0 10px;
	background: #23629c url(../img/header_line_l.gif) left top no-repeat;
	height:17px;
	line-height:17px;
	color: #FFFFFF;
	_letter-spacing: 0.1em;
	_line-height:18px;
	_overflow:hidden;
}

div#header div.description p {
	padding: 0 10px 0 0;
	background: #23629c url(../img/header_line_r.gif) right top no-repeat;
}



/*---nav---*/

#nav {
	float:left;
	width:220px;
	margin: 2px 0px 0px 0px;
}

#nav h3 {
	float:left;
	width: 220px;
	height: 36px;
	font-size: 115%;
	line-height: 36px;
	text-indent: 9px;
	background: url(../img/side_h3_bg01.jpg);
}
#nav h3.pr { background: url(../img/side_h3_bg02.jpg);}

#nav ul {
	width:218px;
	_width:220px;
	float:left;
	list-style:none;
	margin: 0px 0px 15px 0px;
	border: #c3bea4 solid 1px;
	border-top: none;
}

#nav ul li {
	float:left;
	width:218px;
	padding: 0 0 1px;
	line-height: 1.3;
	background: url(../img/border_side.jpg) bottom repeat-x;
}
#nav ul li.lastChild {
	padding: 0;
	background: none;
}

#nav ul li a {
	display:block;
	width:193px;
	_width:218px;
	padding: 13px 5px 12px 20px;
	background-image: url(../img/side_nav_bg.gif);
	background-position: 0px -118px;
}
#nav ul li a:active,#nav ul li a:hover {background-position: 0px 0px;}

#nav ul.prLink {
	background-color: #eeeeee;
	padding: 8px 0;
	margin: 0;
}
#nav ul.prLink li {
	float:left;
	width:218px;
	padding: 0px;
	line-height: 1.3;
	background: none;
}

#nav ul.prLink li a {
	display:block;
	width:183px;
	_width:218px;
	padding: 7px 5px 7px 30px;
	background: url(../img/icon_side_external.gif) 10px 8px no-repeat;
}
#nav ul.prLink li a:active,#nav ul.prLink li a:hover { background: url(../img/icon_side_external.gif) 10px 8px no-repeat;}


/*---footer---*/

#footer {
	clear:both;
	width:828px;
	float:left;
	margin: 50px 1px 0px;
	background: #434343 url(../img/footer_bg.jpg) repeat-x;
	display:inline;
}

.to_top { height:22px;}
.to_top a {
	display:block;
	float:right;
	margin: 0 14px 0 0;
	_margin: 0 7px 0 0;
	width:140px;
	height:22px;
	line-height:22px;
	background-image: url(../img/to_top_bg.jpg);
	text-indent: 22px;
}
.to_top a:link,.to_top a:visited { color:#FFFFFF;}
.to_top a:active,.to_top a:hover { color:#FFFFFF; background-position:bottom;}

address {
	text-align:right;
	font-style: normal;
	clear:both;
	padding: 30px 15px 30px 0px;
	color: #c9c9c9;
}

address a:link,address a:visited { color:#c9c9c9;}
address a:active,address a:hover { color:#999999;}


/*---layoout---*/

.a_section {
	width:559px;
	_width:565px;
	margin: 50px 0 0;
	float:left;
	border: #0083a4 solid 3px;
}

.a_dummy {
	padding: 30px 0 10px;
	text-align: center;
	color: #0083a4;
}

/*---general_purpose---*/

#main h1 {
	width:571px;
	height:51px;
	background: url(../img/h1_bg.jpg) no-repeat;
	margin: 0 0 10px -3px;
	color: #FFFFFF;
	font-size: 120%;
	line-height: 51px;
	text-indent: 18px;
}

#main h2 {
	background: url(../img/h2_icon.jpg) no-repeat;
	padding: 0 0 5px 24px;
	margin: 0 0 10px;
	font-size: 130%;
	line-height:1.3;
	border-bottom: #0083a4 solid 1px;
}

#main h3 {
	background: url(../img/h3_icon.gif) 0px 2px no-repeat;
	_background: url(../img/h3_icon.gif) 0px 0px no-repeat;
	padding: 0 0 1px 33px;
	margin: 0 0 10px;
	line-height:1.2;
	border-bottom: #898989 dashed 1px;
}

#main ul {
	padding: 0 0 10px;
}
#main ul li {
	padding: 0 0 5px 15px;
	background: url(../img/icon_01.gif) 0px 6px no-repeat;
}

#main p { margin-bottom: 20px;}

	table {
	border: 2px solid #1B9EC5;
	border-collapse:collapse;
	margin-bottom: 20px;
	width: 500px;
	}
	th,td {
	text-align: left;
	padding: 2px;
	}
	th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1B9EC5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1B9EC5;
	background-color: #ECF3FF;
	text-align: center;
	color: #000000;
	}
	td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #1B9EC5;
	border-right-color: #1B9EC5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B9EC5;
	text-align: center;
}
.marginbottom_20 {
	margin-bottom: 20px;
}

