/* #01 common style
---------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
	color: #555555;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0px;
 	padding: 0px;
	border: none;
	text-align: left;
	list-style-type: none;
	font-size: 12px;
}

img {
	border-style: none;
	margin: 0px; 
	vertical-align: top;
}
a {
	color: #0e5b9a;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover{
	color: #C6000F;
}


/* 全体
------------------------------------------------------------ */
#layout{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/contents_side.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ヘッダー
------------------------------------------------------------ */
#header {
	height: 75px;
	padding: 0px;
	position: relative;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/common/h_line.gif);
	background-repeat: repeat-x;
}
#header h1{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	height: 35px;
	width: 242px;
	top: 22px;
}
#header .h_search{
	position: absolute;
	top: 24px;
	right: 30px;
	width: 436px;
	height: 33px;
	overflow: hidden;
}
#header .h_search p{
	float: left;
	margin-right: 8px;
}
#header .h_search form.h_form{
	float: left;
	background-image: url(../images/common/h_search_back.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 247px;
	display: block;
	text-align: left;
	position: relative;
	padding: 0px;
}
#header .h_search form.h_form .query{
	color: #333333;
	position: absolute;
	top: 6px;
	left: 64px;
}
#header .h_search form.h_form .submit{
	vertical-align: bottom;
	position: absolute;
	top: 6px;
	right: 7px;
}
#header .h_search h3{
	float: right;
	margin-left: 8px;
	padding: 0px;
	height: 33px;
	width: 122px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* コンテンツ内
------------------------------------------------------------ */
#contentswrap{
	width: 840px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
	overflow: hidden;
}

/* ページトップへ戻る
------------------------------------------------------------ */
#pagetop{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c0c0;
	width: 840px;
	margin-top: 35px;
	clear: both;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* フッター
------------------------------------------------------------ */
#pagetop p{
	text-align: right;
}
#footer {
	text-align: center;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 840px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.f_top{
	text-align: left;
	width: 840px;
	background-image: url(../images/common/dot_1_3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 13px;
	overflow: hidden;
}
.f_top ul{
	overflow: hidden;

}
.f_top li{
	float: left;
	margin-right: 15px;
}
.f_bottom{
	width: 840px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 10px;
}
.f_bottom li{
	float: left;
	margin-right: 15px;
}
.f_bottom li.navitxt{
	font-size: 10px;
}
.f_bottom p{
	float: right;
}


/* その他
------------------------------------------------------------ */
img.icon01{
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.t10px{
	font-size: 10px;
}

