@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_sn {
	font-size:84.6%;
}
.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:#c33;
}
.orange {
	color:#c60;
}
.green {
	color:#078;
}
.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:#039;
	text-decoration:none;
}
a:visited {
	color:#966;
	text-decoration:none;
}
a:hover {
	color:#c33;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
a:link.udbar, a:visited.udbar, a:hover.udbar, a:active.udbar {
	text-decoration:underline;
}
.f_navi a:link {
	color:#666;
	text-decoration:none;
}
.f_navi a:visited {
	color:#999;
	text-decoration:none;
}
.f_navi a:hover {
	color:#c33;
	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:#faf6f2;
}
/* ヘッダーの設定 */
#hd_wrap {
	height:100px;
	background-image:url(../img/hd_bg.jpg);
}
#header {
	width:900px;
	height:100px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	text-align:left;
	font-size:11px;
	padding:33px 0 0 262px;
	font-weight:normal;
	color:#666;
	line-height:18px;
}
#header h2 a {
	display:block;
	position:absolute;
	top:33px;
	left:30px;
	width:192px;
	height:35px;
	background-image:url(../img/logo.png);
	text-indent:-9999px;
	font-size:0em;
}
#header h3 a {
	display:block;
	position:absolute;
	width:210px;
	height:38px;
	bottom:10px;
	right:0;
	background-image:url(../img/contact.png);
	text-indent:-9999px;
	font-size:0em;
}
/* 文字サイズメニューの設定 */
.txt_size {
	width:108px;
	height:17px;
	position:absolute;
	top:18px;
	right:0;
	background-image:url(../img/ts_navi.gif);
	background-repeat:no-repeat;
}
.txt_size dl {
	margin:0 0 0 69px;
}
.txt_size dt {
	display:none;
}
.txt_size dd {
	float:left;
}
.txt_size a {
	display:block;
	width:13px;
	height:17px;
	background-image:url(../img/ts_navi.gif);
	text-indent:-9999px;
	font-size:0em;
}
a.ts1 {
	background-position:-69px -17px;
}
a.ts2 {
	background-position:-82px -17px;
}
a.ts3 {
	background-position:-95px -17px;
}
/* グローバルナビの設定*/
#gn_wrapper {
	height:50px;
	background-image:url(../img/gn_bg.png);
}
#gnavi {
	width:890px;
	height:50px;
	margin:0 auto;
}
#gnavi ul {
	width:890px;
	height:50px;
	background-image:url(../img/gnavi.png);
	background-position:0 -50px;
}
#gnavi ul li {
	float:left;
	height:50px;
}
#gnavi ul li a {
	display:block;
	height:50px;
	background-image:url(../img/gnavi.png);
	text-indent:-9999px;
	font-size:0em;
}
#gnavi ul li.gw1 {
	width:144px;
}
#gnavi ul li.gw1 a {
	width:144px;
}
#gnavi ul li.gw2 {
	width:156px;
}
#gnavi ul li.gw2 a {
	width:156px;
	background-position:-144px 0;
}
#gnavi ul li.gw3 {
	width:106px;
}
#gnavi ul li.gw3 a {
	width:106px;
	background-position:-300px 0;
}
#gnavi ul li.gw4 {
	width:189px;
}
#gnavi ul li.gw4 a {
	width:189px;
	background-position:-406px 0;
}
#gnavi ul li.gw5 {
	width:147px;
}
#gnavi ul li.gw5 a {
	width:147px;
	background-position:-595px 0;
}
#gnavi ul li.gw6 {
	width:148px;
}
#gnavi ul li.gw6 a {
	width:148px;
	background-position:-742px 0;
}
/* FLASH領域の設定 */
#flash_area {
	width:100%;
	height:400px;
	background-image:url(../img/flash_bg.png);
	margin-bottom:20px;
}
/* コンテナの設定*/
#container {
	width:900px;
	text-align:left;
	margin:0 auto;
}
#side {
	float:left;
	width:210px;
}
#doc {
	float:right;
	width:660px;
}
/* 左メニューの設定*/
ul.navi {
	width:210px;
}
ul.navi li {
	float:left;
	width:210px;
	height:38px;
	margin-bottom:10px;
}
ul.navi li a {
	display:block;
	width:210px;
	height:38px;
	background-image:url(../img/pw.png);
	text-indent:-9999px;
	font-size:0em;
}
ul.navi li.sw1 {
	height:60px;
}
ul.navi li.sw1 a {
	height:60px;
}
ul.navi li.sw2 a {
	background-position:0 -70px;
}
ul.navi li.sw3 a {
	background-position:0 -118px;
}
ul.navi li.sw4 {
	margin-bottom:0px;
}
ul.navi li.sw4 a {
	background-position:0 -166px;
}
h3.tel {
	clear:both;
	padding-top:20px;
	width:210px;
	height:105px;
}
h3.tel a {
	display:block;
	width:210px;
	height:105px;
	background-image:url(../img/tel.png);
	text-indent:-9999px;
	font-size:0em;
}
/* タイトル背景の設定 */
#title {
	height:70px;
	background-image:url(../img/title_bg.png);
	margin-bottom:20px;
}
/* ボックス設定 */
.box1 {
	width:650px;
	line-height:1.6;
}
.box2 {
	width:630px;
	margin-left:10px;
	line-height:1.6;
}
.clm {
	padding:15px;
	border:1px solid #daa;
}
.spe {
	padding:15px;
	border:1px solid #daa;
	background-color:#fff;
}
.gd_title {
	width:618px;
	padding:10px 15px 8px;
	margin-bottom:20px;
	border:1px solid #daa;
	background-color:#fff;
	font-size:115.4%;
	font-weight:bold;
}
.line {
	clear:both;
	width:630px;
	margin:0 0 30px 0;
	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:120px;
	height:21px;
	margin:0 10px 15px 0;
}
.pagetop a {
	display:block;
	width:120px;
	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;
	padding-top:20px;
}
.ft_cover {
	width:880px;
	margin:0 auto;
}
#copyright {
	width:880px;
	height:50px;
	text-align:right;
	font-size:10px;
	color:#999;
	line-height:1.4;
}
.credit {
	float:left;
	width:310px;
	color:#666;
	font-size:11px;
	line-height:1.7;
	text-align:left;
}
.f_navi {
	float:right;
	width:560px;
	text-align:right;
	color:#999;
	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:#966;
	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:#ccc;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 7px 5px;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 0 5px;
	background-color:#f1e7df;
	white-space:nowrap;
	color:#966;
	text-align:center;
}
/* リスト表示の設定 */
.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.5em;
	padding:0 0 5px 11px;
	line-height:1.6;
}
form.btn_back {
	float:left;
}
form.btn_next {
	float:right;
}

