@charset "shift_jis";

/* Reset
===================================== */
body,div,p,h1,h2,h3,h4,h5,h6,form,fieldset,blockquote,table,th,td,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 12px;
}

/* for IE6 */
* html body{
	font-size: 75%;
}

* html td,
* html th{
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body{
	font-size: 75%;
}

img,a img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 0px;
	line-height: 0px;
}

fieldset{
	border: 0px;
}

input{
	_margin: -1px 0px;
}

table{
	border-collapse: separate;
	border-spacing: 0px;
	border: none;
}

td,th{
	text-align: left;
}

ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	line-height: 110%;
}

input,textarea{
	font-size: 100%;
}

em,strong,address,caption,cite,code,pre,dfn{
	font-style: normal;
}

/* Layout
===================================== */
html{
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(../img/bg_top.gif) repeat-x left top;
}

* html #container{
	height: 100%;
}

#container{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
}

body > #container{
	height: auto;
}

#header{
}

#body{
	padding: 0px 0px 240px 0px;
}

#footer{
	margin: 0px auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 240px;
	background: url(../img/bg_bottom.gif) repeat-x left top;
}

/* #header */
#header .content_block{
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	width: 860px;
	text-align: left;
	background: url(../img/bg_header.gif) no-repeat left top;
}

/* #body */
#body .content_block{
	margin: 0px auto;
	width: 860px;
	text-align: left;
}

#body_main{
	margin: 0px 0px 0px 10px;
	width: 550px;
	float: left;
	display: inline;
}

#body_side{
	margin: 30px 0px 0px 30px;
	width: 250px;
	float: left;
	display: inline;
}


/* #footer */
#footer .content_block{
	margin: 0px auto;
	width: 860px;
	text-align: left;
	color: #646464;
}

/* Title
===================================== */
.site_summary{
	margin: 0px 0px 0px 10px;
	width: 700px;
	height: 20px;
}
.site_logo{}

/* Copyright
===================================== */
.copyright{
	margin: 50px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	background: url(../img/bg_copyright.gif) repeat-y left top;
}

.copyright p{
	margin: 5px 0px 5px 0px;
}

/* Map
===================================== */
.page_map{
	height: 50px;
	font-size: 84%;
}

.page_map ul{
	padding: 25px 0px 0px 0px;
}

.page_map ul li{
	margin: 0px 10px 0px 0px;
	display: inline;
	float: left;
	color: #666666;
}

.page_map ul li.item{
	padding: 0px 0px 0px 10px;
	background: url(../img/page_map_item.gif) no-repeat left;
}

/* Page top
===================================== */
.page_top{
	padding: 5px 0px 0px 0px;
	width: 690px;
	text-align: right;
}

/* Navigator
===================================== */
/* Side */
#body_side .navigator{
	background: url(../img/bg_body_side.gif) repeat-y left top;
}

#body_side .navigator ul{
	padding: 0px 0px 5px 0px;
	background: url(../img/navi_bottom.gif) no-repeat left bottom;
}

#body_side .navigator ul li{
	font-size: 0px;
	line-height: 0px;
}

#body_side .navigator ol{
	padding: 10px 10px 5px 10px;
}

#body_side .navigator ol li{
	margin: 0px 0px 5px 0px;
}

#body_side .navigator  ul li{
	padding: 10px 10px 20px 20px;
	background: url(../img/body_side_bottom.gif) no-repeat left bottom;
	font-size: 84%;
	line-height: 140%;
	color: #646464;
}

/* Footer */
#footer .navigator{
	margin: 0px 0px 20px 10px;
	padding: 40px 0px 0px 0px;
}

#footer .navigator ul{
	margin: 0px 0px 10px 0px;
}

#footer .navigator ul li{
	margin: 0px 5px 0px 0px;
	display: inline;
	float: left;
	font-size: 84%;
}

#footer .navigator ul li.item_top{
	padding: 0px 0px 0px 10px;
	background: url(../img/icon_navi_item_01.gif) no-repeat left;
}

#footer .navigator ul li.item{
	padding: 0px 0px 0px 5px;
	background: url(../img/icon_navi_item_02.gif) no-repeat left;
}

/* Link
===================================== */
h3 a{
	text-decoration: none;
	color:#ffffff;
}

h4 a{
	text-decoration: none;
	color: #669900;
}

.page_map li a{
	color: #006699;
}

#footer a{
	color: #3b5263;
}

/* Header
===================================== */
h1{
	font-weight: normal;
	color: #ffffff;
}

h3{
	margin: 0px 0px 0px 20px;
}

h2{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 7px 15px;
	font-weight: normal;
	color: #ffffff;
	background-color:#000066;
}

h4{
	margin: 0px 0px 10px 0px;
	padding: 1px 0px 1px 28px;
	color: #669900;
	background: url(../img/header_03.gif) no-repeat left;
}

/* Class
===================================== */
.sp_contents{
	margin: 10px 0px 20px 20px;
}

.sp_half_left{
	width: 220px;
	float: left;
}

.sp_half_right{
	width: 300x;
	float: right;
}

/* Text */
.sp_contents p{
	margin: 0px 0px 10px 0px;
	font-size: 100%;
	line-height: 160%;
	color: #333333;
}

/* Text Style */
.align_right{
	text-align: right;
}

.align-center{
	text-align: center;
}

.align-center img{
	margin: 0px auto;
}

.txt_large{
	font-size: 117%;
}

.txt_bold{
	font-weight: bold;
}

/* Table */
.tbl_field{
	border: 0px;
	margin: 10px 0px 0px 0px;
}

.tbl_field th{
	padding: 5px 10px 5px 0px;
	font-weight: normal;
	vertical-align: top;
}

.tbl_field td{
	padding: 5px 10px 5px 0px;
}

/* List */
.list_contents{
	margin: 0px 0px 15px 0px;
}

.list_contents dt{
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	color: #4d8097;
	background: url(../img/bg_list_contents.gif) repeat-x left bottom;
}

.list_contents dd{
	margin: 5px 0px 0px 0px;
	line-height: 140%;
}

.list_sitemap{
	margin: 0px 0px 15px 0px;
}

.list_sitemap dd{
	margin: 2px 0px 0px 10px;
	padding: 5px 0px 0px 15px;
	background: url(../img/icon_map.gif) no-repeat left top;
}

.list_button ul li{
	margin: 0px 0px 2px 0px;
}

.sp_contents ol li{
	margin: 0px 0px 5px 20px;
	list-style-type: disc;
}

/* Clear
===================================== */
.clr:after{
	content: ".";
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}

.clr{
	display: inline-block;
}

.clr{
	display: block;
}

/* no ie mac \*/
.clr{
	overflow: hidden;
}
/* */