@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:#d60;
}
.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:#06f;
	text-decoration:none;
}
a:visited {
	color:#039;
	text-decoration:none;
}
a:hover {
	color:#f30;
	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;
}
.f_navi2 a:link {
	color:#060;
	text-decoration:none;
}
.f_navi2 a:visited {
	color:#393;
	text-decoration:none;
}
.f_navi2 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;
}
.erase {
	display:none;
}
/* 背景設定 */
html {
	height:100%;/*	margin-bottom:1px;*/
}
body {
	height:100%;
	text-align:center;
	line-height:1;
	color:#333;
	background-color:#acd870;
}
body.page {
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}
/* ヘッダーの設定 */
#header {
	width:910px;
	height:96px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	text-align:right;
	font-size:11px;
	padding:18px 173px 0 0;
	font-weight:normal;
	color:#fff;
	line-height:18px;
}
#header h2 a {
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	width:178px;
	height:65px;
	background-image:url(../img/logo.png);
	text-indent:-9999px;
	font-size:0em;
}
#header h2.toplogo a {
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	width:246px;
	height:89px;
	background-image:url(../img/top_logo.png);
	text-indent:-9999px;
	font-size:0em;
}
#header ul {
	position:absolute;
	width:490px;
	height:35px;
	bottom:0;
	right:17px;
}
#header ul li {
	float:left;
	height:22px;
}
#header ul li a {
	display:block;
	height:35px;
	background-image:url(../img/hw.gif);
	text-indent:-9999px;
	font-size:0em;
}
#header ul li.hw1 {
	width:102px;
}
#header ul li.hw2 {
	width:151px;
}
#header ul li.hw3 {
	width:100px;
}
#header ul li.hw4 {
	width:137px;
}
#header ul li.hw2 a {
	background-position:-102px 0;
}
#header ul li.hw3 a {
	background-position:-253px 0;
}
#header ul li.hw4 a {
	background-position:-353px 0;
}
/* 文字サイズメニューの設定 */
.txt_size {
	width:133px;
	height:31px;
	position:absolute;
	top:10px;
	right:20px;
	background-image:url(../img/txsize.gif);
	background-repeat:no-repeat;
}
.txt_size dl {
	margin:7px 0 0 84px;
}
.txt_size dt {
	display:none;
}
.txt_size dd {
	float:left;
}
.txt_size a {
	display:block;
	width:13px;
	height:17px;
	background-image:url(../img/txsize.gif);
	text-indent:-9999px;
	font-size:0em;
}
a.ts1 {
	background-position:-84px -38px;
}
a.ts2 {
	background-position:-97px -38px;
}
a.ts3 {
	background-position:-110px -38px;
}
/* FLASH領域の設定 */
#flash_area {
	width:900px;
	height:390px;
	margin:0 auto;
}
/* グローバルナビの設定*/
#wrapper {
	position:relative;
	width:910px;
	margin:-80px auto 0;
}
#wrapper_page {
	position:relative;
	width:910px;
	margin:10px auto 0;
}
#g_navi {
	width:906px;
	height:98px;
	background-image:url(../img/pw_on.png);
	margin:0 auto;
	text-align:left;
}
#g_navi li {
	float:left;
	height:98px;
}
#g_navi li a {
	display:block;
	height:63px;
	margin-top:35px;
	background-image:url(../img/pw_top.gif);
	text-indent:-9999px;
	font-size:0em;
}
#g_navi li.pw1 {
	width:140px;
}
#g_navi li.pw2 {
	width:180px;
}
#g_navi li.pw3 {
	width:190px;
}
#g_navi li.pw4 {
	width:100px;
}
#g_navi li.pw5 {
	width:130px;
}
#g_navi li.pw6 {
	width:146px;
}
#g_navi li.pw1 a {
	margin-left:20px;
	width:106px;
	background-position:-20px -35px;
}
#g_navi li.pw2 a {
	width:176px;
	background-position:-140px -35px;
}
#g_navi li.pw3 a {
	width:176px;
	background-position:-320px -35px;
}
#g_navi li.pw4 a {
	width:86px;
	background-position:-510px -35px;
}
#g_navi li.pw5 a {
	width:116px;
	background-position:-610px -35px;
}
#g_navi li.pw6 a {
	width:146px;
	background-position:-740px -35px;
}
/* コンテナの設定*/
#wrapper_cnt {
	clear:both;
	position:relative;
	width:910px;
	margin-top:-15px;
}
.cont_top {
	width:910px;
	height:25px;
	background-image:url(../img/cont_top.png);
	line-height:0;
	font-size:0em;
	background-repeat:no-repeat;
}
.cont_top2 {
	width:910px;
	height:25px;
	background-image:url(../img/cont_top2.png);
	line-height:0;
	font-size:0em;
	background-repeat:no-repeat;
}
.cont_bottom2 {
	width:910px;
	height:25px;
	background-image:url(../img/cont_btm2.png);
	line-height:0;
	font-size:0em;
	background-repeat:no-repeat;
	margin-bottom:15px;
}
#container {
	width:910px;
	text-align:left;
	background-image:url(../img/cont_bg.png);
	background-repeat:repeat-y;
}
#container2 {
	width:910px;
	text-align:left;
	background-image:url(../img/cont_bg2.png);
	background-repeat:repeat-y;
}
.banner_box {
	width:910px;
	text-align:left;
}
/* ボックス設定 */
.box1 {
	width:860px;
	line-height:1.6;
	margin-left:25px;
}
.box2 {
	width:610px;
	line-height:1.6;
}
.box3 {
	width:590px;
	margin-left:10px;
	line-height:1.6;
}
.box4 {
	width:570px;
	margin-left:20px;
	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;
}
/* 中面設定 */
#side {
	float:right;
	width:235px;
}
#doc {
	float:left;
	width:635px;
	padding-left:35px;
}
.sub1 {
	margin:0 0 20px 0;
}
.subsub {
	width:562px;
	font-size:115.4%;
	font-weight:bold;
	margin:0 0 20px 10px;
	border:1px solid #7fbb7f;
	padding:8px 5px 7px 23px;
	color:#060;
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:10px 0.8em;
	background-color:#eef8dd;
}
	
.category {
	width:200px;
	background-image:url(../img/cat_bg.png);
	background-position:bottom;
	margin-bottom:30px;
}
.category ul {
	padding:7px 10px 10px 10px;
	line-height:1.4;
	font-size:13px;
}
.category li {
	background-image:url(../img/pt_li1.gif);
	background-repeat:no-repeat;
	background-position:0 1em;
	padding:10px 0 7px 13px;
}
.category li.lineon {
	border-bottom:1px dotted #ccc;
}
.exlink ul {
	width:200px;
	line-height:1.4;
	font-size:13px;
}
.exlink li {
	background-image:url(../img/pt_li1.gif);
	background-repeat:no-repeat;
	background-position:9px 1em;
	padding:10px 0 7px 22px;
	border:1px solid #393;
	margin-bottom:10px;
}
.side_tx {
	width:200px;
	line-height:1.6;
}
/* ページトップの設定 */
.pagetop {
	float:right;
	width:163px;
	height:32px;
	margin-top:30px;
}
.pagetop a {
	display:block;
	width:138px;
	height:32px;
	background-image:url(../img/pagetop.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:0em;
}
.pagetop2 {
	float:right;
	width:163px;
	height:32px;
}
.pagetop2 a {
	display:block;
	width:138px;
	height:32px;
	background-image:url(../img/pagetop.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:0em;
}
/* フッタの設定 */
#footer {
	clear:both;
	width:910px;
	height:74px;
	background-image:url(../img/cont_btm.png);
}
#copyright {
	width:895px;
	height:40px;
	text-align:right;
	font-size:10px;
	color:#fff;
	line-height:1.4;
	padding-top:5px;
}
.f_navi {
	text-align:center;
	color:#cccccc;
	font-size:11px;
	line-height:69px;
}
#footer2 {
	clear:both;
	width:910px;
}
#copyright2 {
	width:895px;
	height:40px;
	text-align:right;
	font-size:10px;
	color:#fff;
	line-height:1.4;
}
.f_navi2 {
	text-align:center;
	color:#fff;
	font-size:11px;
	padding:30px 0 25px;
}
/* テーブルの設定 */
.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:#060;
	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:10px 10px 8px;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:10px 10px 8px;
	width:1%;
	background-color:#f5f5f5;
	white-space:nowrap;
	color:#777780;
	text-align:center;
}
.table3 {
	width:auto;
	border-width:0;
}
.table3 td {
	border-width:0;
	padding:0;
}
.table3 th {
	border-width:0;
	padding:0;
	white-space:nowrap;
}
/* リスト表示の設定 */
.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:50px 0.35em;
	padding:0 0 5px 63px;
	line-height:1.6;
}
.smap2 {
	background-image:url(../img/pt_li1.gif);
	background-repeat:no-repeat;
	background-position:100px 0.35em;
	padding:0 0 5px 113px;
	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;
}
.smemo {
	padding:15px 15px 13px;
	border:1px solid #ccc;
	background-color:#ffe;
}
ul.onmark {
	list-style:disc;
	padding-left:25px;
}
