@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{
	background: url(../img/bg.jpg) repeat-x left top;
}

* html #container{
	height: 100%;
}

#container{
	margin: 0 auto;
	position: relative;
	width: 900px;
	height: 100%;
	min-height: 100%;
	background: url(../img/bg_container.jpg) no-repeat left top;
}

body > #container{
	height: auto;
}

#header{
	margin: 0px 0px 0px 40px;
	width: 820px;
}

#body{
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 200px 0px;
	width: 820px;
	background: url(../img/bg_body.gif) no-repeat left top;
}

#footer{
	position: absolute;
	width: 900px;
	height: 200px;
	left: 0px;
	bottom: 0px;

}

/* Header
===================================== */
#header .column_left{
	width: 570px;
	float: left;
}

#header .column_right{
	width: 220px;
	float: right;
}

/* Body
===================================== */
#body .column_top{
	width: 570px;
	height: 100px;
	float: left;
}

#body .column_left{
	padding: 20px 0px 0px 0px;
	width: 570px;
	float: left;
}

#body .column_right{
	margin-top:120px;
	width: 220px;
	float: right;
}

/* Map
===================================== */
#header .page_navi{
	padding: 10px 0px 0px 20px;
	font-size: 84%;
	color: #ffffff;
}

#footer .page_navi{
	margin: 30px 0px 0px 60px;
}

/* Navigator
===================================== */
/* Global Menu */
#body .column_right .navigator{
	padding: 10px 0px 0px 0px;
	background: url(../img/bg_body_navi.gif) no-repeat left top;
}

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

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

#body .column_right .navigator ul li.item{
	padding: 0px 0px 0px 5px;
	font-size: 0px;
	line-height: 0px;
}

#body .column_right .navigator ul li{
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 5px 30px;
	background: url(../img/icon_navi_item_01.gif) no-repeat left;
}

/* Footer */
#footer .navigator{
	margin: 20px 0px 0px 60px;
	width: 780px;
	height: 60px;
	background: url(../img/bg_footer_navi.gif) no-repeat left top;
}

#footer .navigator ul.list_pri{
	padding: 12px 0px 0px 20px;
}

#footer .navigator ul.list_sec{
	padding: 5px 0px 0px 20px;
}

#footer .navigator ul li{
	margin: 0px 6px 0px 0px;
	color: #ffffff;
	display: inline;
	float: left;
}

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

/* Copyright
===================================== */
.copyright{
	margin: 20px 0px 0px 60px;
}

/* Link
===================================== */
#header .page_navi a,
#footer .navigator a{
	color: #ffffff;
}

#body .column_right .navigator ul li a{
	color: #006699;
}

/* Header
===================================== */
h1{
	margin: 0px 0px 10px 0px;
}

h2{
	margin: 0px 0px 10px 0px;
}

h3{
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 5px 20px;
	background: url(../img/bg_header_04.gif) no-repeat left bottom;
}
/*
h4{
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 5px 20px;
	background: url(../img/bg_header_04.gif) no-repeat left bottom;
}
*/
/* Class
===================================== */
.sp_contents{
	margin: 0px 0px 30px 20px;
	color: #535353;
}

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

.sp_half_right{
	width: 260px;
	float: right;
}

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

/* 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;
}

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

.tbl_field td{
	padding: 5px;
}

/* List */
dl{
	margin: 0px 0px 10px 0px;
}

dt{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../img/icon_list_item_01.gif) no-repeat left;
}

dd{
	margin: 0px 0px 0px 15px;
}

/* 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;
}
/* */