@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;
}
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;
}
/*input {
	_margin:-1px 0;
}*/
/* IE6用送信ボタン調整 */
* html input.submit {
	padding-top:0.2em;
}
/* IE7用送信ボタン調整 */
*:first-child+html input.submit {
	padding-top:0.3em;
}
/* 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;
}
.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;
}
.red {
	color:#f33;
}
.pink {
	color:#d84d7b;
}
.orange {
	color:#c60;
}
.green {
	color:#094;
}
.blue {
	color:#36c;
}
.l_blue {
	color:#9cf;
}
.purple {
	color:#74c;
}
.brown {
	color:#933;
}
.wine {
	color:#c33;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
/* クリア */
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0em;
}
/* テキストリンク */
a:link {
	color:#d84d7b;
	text-decoration:none;
}
a:visited {
	color:#e782a2;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
.f_navi a:link {
	color:#888;
	text-decoration:none;
}
.f_navi a:visited {
	color:#aaa;
	text-decoration:none;
}
.f_navi a:hover {
	color:#d84d7b;
	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.page {
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}
/* ヘッダーの設定 */
#hd_wrap {
	background-image:url(../img/hd_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#header {
	width:910px;
	height:120px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	text-align:right;
	font-size:11px;
	padding:20px 240px 0 0;
	font-weight:normal;
	color:#fff;
	line-height:18px;
}
#header p.h2 {
	display:block;
	position:absolute;
	top:34px;
	left:46px;
	width:137px;
	height:86px;
	background-image:url(../img/logo.gif);
	background-position:0;
	margin-bottom:20px;
}
#header p.h2 a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:137px;
	height:86px;
	text-indent:0;
	font-size:0em;
}
#header .h3 {
	position:absolute;
	top:0;
	right:10px;
	width:210px;
	height:120px;
	background-image:url(../img/tel.png);
	font-size:0em;
}
#header p a {
	position:absolute;
	width:194px;
	height:35px;
	top:78px;
	right:17px;
	font-size:0em;
}
#header ul {
	position:absolute;
	width:336px;
	height:22px;
	bottom:15px;
	right:240px;
	background-image:url(../img/hw.gif);
	background-position:0 -22px;
}
#header ul li {
	float:left;
	height:22px;
}
#header ul li a {
	display:block;
	height:17px;
	background-image:url(../img/hw.gif);
	text-indent:-9999px;
	font-size:0em;
}
#header ul li.hw1 {
	width:101px;
}
#header ul li.hw2 {
	width:151px;
}
#header ul li.hw3 {
	width:84px;
}
#header ul li.hw1 a {
	width:101px;
	background-position:0 0;
}
#header ul li.hw2 a {
	width:151px;
	background-position:-101px 0;
}
#header ul li.hw3 a {
	width:84px;
	background-position:-252px 0;
}
/* FLASH領域の設定 */
#flash_area {
	width:660px;
	height:400px;
	margin-bottom:10px;
}
/* コンテナの設定*/
#wrapper {
	position:relative;
	margin-top:-10px;
}
#container {
	width:910px;
	text-align:left;
	margin:0 auto;
	background-image:url(../img/doc_bg2.png);
	background-repeat:repeat-y;
}
#side {
	float:left;
	width:220px;
}
#doc {
	float:right;
	margin-left:-10px;
	width:670px;
	padding:20px 10px 25px 20px;
	background-image:url(../img/doc_bg1.png);
	background-repeat:no-repeat;
}
/* 左メニューの設定*/
ul.navi {
	width:210px;
	height:480px;
	background-image:url(../img/sw.gif);
	background-position:-210px 0;
	margin:40px 0 20px 10px;
	padding:11px 0 9px 0;
}
ul.navi li {
	float:left;
	width:210px;
	height:58px;
	padding:1px 0;
}
ul.navi li a {
	display:block;
	width:210px;
	height:58px;
	background-image:url(../img/sw.gif);
	text-indent:-9999px;
	font-size:0em;
}
ul.navi li.sw1 a {
	background-position:0 -11px;
}
ul.navi li.sw2 a {
	background-position:0 -71px;
}
ul.navi li.sw3 a {
	background-position:0 -131px;
}
ul.navi li.sw4 a {
	background-position:0 -191px;
}
ul.navi li.sw5 a {
	background-position:0 -251px;
}
ul.navi li.sw6 a {
	background-position:0 -311px;
}
ul.navi li.sw7 a {
	background-position:0 -371px;
}
ul.navi li.sw8 a {
	background-position:0 -431px;
}
ul.pdf_sheet {
	clear:both;
	width:190px;
	height:65px;
	background-image:url(../img/pdf_on.png);
	margin:0 0 10px 10px;
	background-position:0;
}


.ppl2 {
	background-image:url(../img/partner_on.png) !important;
}

ul.pdf_sheet li {
	float:left;
	width:190px;
	height:65px;
}
ul.pdf_sheet li a {
	display:block;
	width:190px;
	height:65px;
	font-size:0em;
}


ul.pdf_sheet02 {
	clear:both;
	width:190px;
	height:65px;
	background-image:url(../img/partner_on.png);
	margin:0 0 10px 10px;
	background-position:0;
}
ul.pdf_sheet02 li {
	float:left;
	width:190px;
	height:65px;
}
ul.pdf_sheet02 li a {
	display:block;
	width:190px;
	height:65px;
	font-size:0em;
}


ul.blog {
	clear:both;
	width:190px;
	height:48px;
	background-image:url(../img/blog_on.png);
	margin:0 0 20px 10px;
	background-position:0;
}
ul.blog li {
	float:left;
	width:190px;
	height:48px;
}
ul.blog li a {
	display:block;
	width:190px;
	height:48px;
	font-size:0em;
}
/* ボックス設定 */
.box1 {
	width:590px;
	line-height:1.6;
	margin-left:60px;
}
.box2 {
	width:570px;
	margin-left:70px;
	line-height:1.6;
}
.line {
	clear:both;
	width:590px;
	margin:0 0 30px 60px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:590px;
	margin:0 0 30px 20px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
/* ページトップの設定 */
.pagetop {
	float:right;
	width:121px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	background-position:0 -21px;
}
.pagetop a {
	display:block;
	width:121px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* フッタの設定 */
#footer {
	clear:both;
	background-image:url(../img/ft_bg.png);
	background-repeat:repeat-x;
}
.cont_end {
	width:890px;
	height:40px;
	text-align:left;
	padding-right:20px;
	margin:0 auto;
	background-image:url(../img/doc_bg3.png);
	background-repeat:no-repeat;
}
.ft_cover {
	width:870px;
	margin:0 auto;
}
#copyright {
	width:870px;
	height:50px;
	text-align:right;
	font-size:10px;
	color:#ccccc5;
	line-height:1.4;
	padding-top:10px;
}
.credit {
	float:left;
	width:160px;
	padding-left:40px;
	text-align:left;
}
.f_navi {
	float:right;
	width:600px;
	text-align:right;
	padding-top:10px;
	color:#ccccc5;
	font-size:11px;
	line-height:1.7;
}
/* テーブルの設定 */
.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:#d84d7b;
	text-align:right;
	vertical-align:top;
	margin:0;
}
th.noline {
	border-width:0 1px 0 0;
}
td.noline {
	border-width:0 0 0 0;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccccd3;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccccd3;
	padding:7px 7px 5px;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccccd3;
	padding:7px 0 5px;
	width:1%;
	background-color:#f5f5f7;
	white-space:nowrap;
	color:#777780;
	text-align:center;
}
.table3 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table3 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:20px 10px 7px 10px;
	vertical-align:top;
	margin:0;
	text-align:left;
}
.table3sub {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table3sub td {
	border-width:0 0 0 0;
	padding:0 0 4px 0;
	vertical-align:top;
	margin:0;
	text-align:right;
}
.table3sub th {
	border-width:0 0 0 0;
	padding:0 0 4px 0;
	vertical-align:top;
	margin:0;
	text-align:left;
}
	
/* リスト表示の設定 */
.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;
}
ul.sitemap li {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}
form.btn_back {
	float:left;
}
form.btn_next {
	float:right;
}
