@charset "UTF-8";
/* CSS Document */
/* リセット */
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
ul.onmark {
	list-style:disc;
	padding-left:25px;
}
ol {
	margin-left:25px;
}
table {
	empty-cells:show;
}
caption {
	text-align:left;
}
th {
	font-weight:normal;
}
img {
	border:0;
	vertical-align:bottom;
}
fieldset {
	border:0;
}
.erase {
	display:none;
}
/*input {
	_margin:-1px 0;
}*/
/* IE6用送信ボタン調整 */
* html input.submit {
	padding:0.4em 0 0.1em;
}
/* IE7用送信ボタン調整 */
*:first-child+html input.submit {
	padding:0.4em 0 0.1em;
}
/* IE8用送信ボタン調整 */
head~/* */body input.submit {
 padding:0.3em 1em 0.1em;
}
/* clearfix */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* */
/* テキスト設定 */
/* font-size:123.1%（16px）、font-size:115.4%（15px）、font-size:107.7%（14px）、100%（13px）、92.3%（12px）、84.6%（11px）IE6は別途*/
.small {
	font-size:84.6%;
	color:#666;
	line-height:1.7;
}
.small_px {
	font-size:11px;
	color:#666;
	line-height:1.7;
}
.mlarge {
	font-size:107.7%;
}
.large {
	font-size:115.4%;
}
.xlarge {
	font-size:123.1%;
}
.mono {
	font-family:"Courier New", Courier, monospace;
}
.eng {
	font-family:"Verdana", "Arial", sans-serif;
}
strong {
	font-weight:bold;
}
.black {
	color:#000;
}
.sky {
	color:#0ac;
}
.red {
	color:#e55;
}
.pink {
	color:#d84d7b;
}
.orange {
	color:#f90;
}
.green {
	color:#294;
}
.blue {
	color:#36c;
}
.l_blue {
	color:#39e;
}
.purple {
	color:#66d;
}
.brown {
	color:#36b;
}
.wine {
	color:#c33;
}
.bgreen {
	color:#39a;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
/* クリア */
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0em;
}
/* テキストリンク */
a:link {
	color:#06f;
	text-decoration:none;
}
a:visited {
	color:#06c;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
.ft_navi a:link {
	color:#999;
	text-decoration:none;
}
.ft_navi a:visited {
	color:#aaa;
	text-decoration:none;
}
.ft_navi a:hover {
	color:#f60;
	text-decoration:none;
}
/* リンクの点線対策（FireFox用）focus無しだとDWで不具合 */
a:focus {
	overflow:hidden;
}
/* 汎用設定 */
.pd_b_ss {
	padding-bottom:5px;
}
.pd_b_s {
	padding-bottom:10px;
}
.pd_b_ms {
	padding-bottom:15px;
}
.pd_b_m {
	padding-bottom:20px;
}
.pd_b_ml {
	padding-bottom:25px;
}
.pd_b_l {
	padding-bottom:30px;
}
.pd_b_ll {
	padding-bottom:40px;
}
.mg_b_ss {
	margin-bottom:5px;
}
.mg_b_s {
	margin-bottom:10px;
}
.mg_b_ms {
	margin-bottom:15px;
}
.mg_b_m {
	margin-bottom:20px;
}
.mg_b_ml {
	margin-bottom:25px;
}
.mg_b_l {
	margin-bottom:30px;
}
.mg_r_s {
	margin-right:10px;
}
.mg_r_m {
	margin-right:20px;
}
.mg_r_l {
	margin-right:30px;
}
.mg_l_s {
	margin-left:10px;
}
.kome {
	text-indent:-1em;
	padding-left:1em;
}
.kome2 {
	text-indent:-2em;
	padding-left:2em;
}
.img_left {
	float:left;
}
.img_right {
	float:right;
}
.img_center {
	margin:0 auto;
}
/* 背景設定 */
html {
	height:100%;/*	margin-bottom:1px;*/
}
body {
	height:100%;
	text-align:center;
	line-height:1;
	color:#333;
	background-color:#fff;
}
body.toppage {
	background-image:url(../img/hd_bg_top.png);
	background-repeat:repeat-x;
}
body.page {
	background-image:url(../img/hd_bg_page.png);
	background-repeat:repeat-x;
}
/* ヘッダーの設定 */
#header {
	width:900px;
	height:110px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	text-align:right;
	font-size:11px;
	padding:20px 20px 0 0;
	font-weight:normal;
	color:#ccc;
	line-height:18px;
}
#header h2 a {
	display:block;
	position:absolute;
	top:25px;
	left:20px;
	width:265px;
	height:59px;
	background-image:url(../img/hd_logo.png);
	text-indent:-9999px;
	font-size:0em;
}
#header h3 {
	position:absolute;
	right:230px;
	bottom:16px;
	width:312px;
	height:39px;
	background-image:url(../img/hd_tel.png);
	text-indent:-9999px;
	font-size:0em;
}
#header ul {
	position:absolute;
	width:190px;
	height:40px;
	top:55px;
	right:20px;
}
#header ul li {
	width:190px;
	height:40px;
}
#header ul li a {
	display:block;
	width:190px;
	height:40px;
	background:url(../img/contact.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* グローバルナビの設定*/
#gnavi {
	width:886px;
	height:50px;
	margin:0 auto;
}
#gnavi ul li {
	float:left;
	height:50px;
}
#gnavi ul li a {
	display:block;
	height:50px;
	background-image:url(../img/g_navi.png);
	text-indent:-9999px;
	font-size:0em;
}
#gnavi ul li.gw1 a {
	width:57px;
}
#gnavi ul li.gw2 a {
	width:147px;
	background-position:-57px 0;
}
#gnavi ul li.gw3 a {
	width:163px;
	background-position:-204px 0;
}
#gnavi ul li.gw4 a {
	width:113px;
	background-position:-367px 0;
}
#gnavi ul li.gw5 a {
	width:84px;
	background-position:-480px 0;
}
#gnavi ul li.gw6 a {
	width:169px;
	background-position:-564px 0;
}
#gnavi ul li.gw7 a {
	width:153px;
	background-position:-733px 0;
}
/* FLASH領域の設定 */
#flash_area {
	width:840px;
	height:350px;
	margin:0 auto 5px;
}
/* コンテナの設定*/
#container {
	width:900px;
	text-align:left;
	margin:0 auto;
}
/* ボックス設定 */
.box1 {
	width:860px;
	line-height:1.6;
	margin-left:20px;
}
.box2 {
	width:840px;
	margin-left:30px;
	line-height:1.6;
}
.box3 {
	width:820px;
	margin-left:40px;
	line-height:1.6;
}
.line {
	clear:both;
	width:840px;
	margin:0 0 20px 30px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:820px;
	margin:0 0 20px 40px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
/* 見出しの設定 */
.title {
	width:900px;
	height:80px;
	margin:0 auto 30px;
	text-indent:-9999px;
	font-size:0em;
	position:relative;
	background-position:40px center;
	background-repeat:no-repeat;
}
.title img {
	position:absolute;
	right:0;
	top:0;
	width:180px;
	height:135px;
}
.sub {
	width:860px;
	height:31px;
	background-repeat:no-repeat;
	background-position:10px 0;
	border-bottom:1px solid #ccc;
	text-indent:-9999px;
	font-size:0em;
	margin:0 0 20px 20px;
}
.subsub {
	width:810px;
	font-size:107.7%;
	font-weight:bold;
	margin:0 0 20px 30px;
	border:1px solid #a1dfe7;
	padding:9px 5px 7px 23px;
	color:#555;
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	background-color:#ecf9fb;
}
/* ページトップの設定 */
.pagetop {
	float:right;
	width:147px;
	height:37px;
}
.pagetop a {
	display:block;
	width:127px;
	height:22px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* フッタの設定 */
#ft_wrapper {
	clear:both;
	background-image:url(../img/ft_bg.png);
	background-repeat:repeat-x;
	padding-top:20px;
}
#footer {
	width:860px;
	margin:0 auto;
	padding-bottom:40px;
}
#copyright {
	text-align:right;
	font-size:10px;
	color:#ccc;
	line-height:1.4;
	padding-top:15px;
}
.ft_logo {
	float:left;
}
.ft_logo img {
	margin-right:20px;
}
.ft_contact {
	float:left;
}
.ft_contact h3 {
	width:154px;
	height:27px;
	background-image:url(../img/ft_tel.png);
	text-indent:-9999px;
	font-size:0em;
	margin:1px 0 10px;
}
.ft_contact ul {
	width:153px;
	height:21px;
}
.ft_contact ul li {
	width:153px;
	height:21px;
}
.ft_contact ul li a {
	display:block;
	width:153px;
	height:21px;
	background:url(../img/ft_contact.gif);
	text-indent:-9999px;
	font-size:0em;
}
.ft_navi {
	float:right;
	width:600px;
	height:50px;
	color:#ccc;
	font-size:11px;
	text-align:right;
	line-height:20px;
	padding-top:10px;
}
/* テーブルの設定 */
.table1 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	white-space:nowrap;
	color:#0ac;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	width:1%;
	background-color:#f5f5f5;
	white-space:nowrap;
	color:#666;
}
.table3 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table3 td {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:20px 10px 7px 10px;
	vertical-align:top;
	margin:0;
	text-align:left;
}
.table3 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:20px 10px 7px 10px;
	white-space:nowrap;
	color:#0ac;
	text-align:left;
	vertical-align:top;
	margin:0;
	background-color:#f5f5f5;
}
th.noline {
	border-width:0 1px 0 0;
}
td.noline {
	border-width:0;
}
th.noline2 {
	border-width:0 0 1px;
}
td.noline2 {
	border-width:0 0 1px;
}
/* リスト表示の設定 */
.list_tx {
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding:0 0 5px 12px;
	line-height:1.6;
}
.link_tx {
	background-image:url(../img/pt_li1.gif);
	background-repeat:no-repeat;
	background-position:0 0.35em;
	padding:0 0 5px 13px;
	line-height:1.6;
}
.smap1 {
	background-image:url(../img/pt_li1.gif);
	background-repeat:no-repeat;
	background-position:20px 0.35em;
	padding:0 0 5px 33px;
	line-height:1.6;
}
form.btn_back {
	float:left;
}
form.btn_next {
	float:right;
}
