@charset "UTF-8";
/* CSS Document */
/* テキストカラー */
.black {
	color:#000;
}
.gray {
	color:#666;
}
.red {
	color:#f33;
}
.blue {
	color:#6ac;
}
.green {
	color:#7a4;
}
.pink {
	color:#f87;
}
.orange {
	color:#f90;
}
.purple {
	color:#6c509a;
}
.beju {
	color:#dfdcb5;
}
.lred {
	color:#d84c4c;
}
/* テキストリンク */
a:link {
	color:#06b;
	text-decoration:none;
}
a:visited {
	color:#09d;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
/* 背景設定 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	color:#333;
}
/* ヘッダの設定 */
#header {
	width:980px;
	margin:0 auto 20px;
	text-align:left;
}
.hd_box1 {
	height:41px;
}
.hd_box1 h1 {
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#390;
	line-height:41px;
}
.tx_size {
	float:right;
	width:235px;
	height:41px;
	line-height:0;
	font-size:1px;
}
.hd_box2 {
	position:relative;
	width:980px;
	height:120px;
	background-image:url(../img/hd_bg.png);
}
.hd_logo {
	position:absolute;
	width:256px;
	height:86px;
	top:17px;
	left:17px;
}
.hd_tx1 {
	position:absolute;
	width:476px;
	height:39px;
	top:17px;
	left:288px;
}
.hd_box2 h2 {
	font-size:12px;
	color:#fff;
	padding:67px 0 0 290px;
	line-height:1.5;
}
.hd_box3 {
	position:relative;
	width:980px;
	height:70px;
}
.hd_logo2 {
	position:absolute;
	width:190px;
	height:60px;
	top:0;
	left:0;
}
.hd_tx2 {
	position:absolute;
	width:780px;
	height:60px;
	top:0;
	right:0;
}
.pw {
	padding-top:1px;
}
/* コンテナの設定 */
#container {
	width:980px;
	margin:0 auto;
	text-align:left;
}
/* レイアウトの設定 */
#left {
	float:left;
	width:200px;
	padding-right:20px;
}
#center {
	float:left;
	width:540px;
}
#right {
	float:right;
	width:200px;
	padding-bottom:20px;
}
#doc {
	float:right;
	width:760px;
}
.wd670 {
	margin-left:45px;
	width:670px;
}
/* サイドナビの設定 */
.nv_top {
	background-image:url(../img/nv_top.gif);
	width:200px;
	height:5px;
	line-height:0;
	font-size:0;
}
.nv_btm {
	background-image:url(../img/nv_btm.gif);
	width:200px;
	height:5px;
	line-height:0;
	font-size:0;
}
.nv_box1 {
	background-image:url(../img/nv_bg.gif);
	padding:5px 10px;
}
.nv_box2 {
	background-image:url(../img/nv_bg.gif);
	padding:5px 8px 3px;
}
.nv_item1 {
	background-color:#fff;
	padding:5px;
}
.nv_tx1 {
	font-size:11px;
	line-height:1.5;
	padding:10px 5px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
}
.nv_tx2 {
	font-size:11px;
	line-height:1.5;
	padding:5px 5px 10px;
}
.nv_tx3 {
	font-size:11px;
	line-height:1.5;
	padding:5px;
}
.nv_more {
	text-align:right;
}
.nv_more a {
	font-size:11px;
	padding:0 5px 0 10px;
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}
.pt_list a {
	font-size:11px;
	padding:0 5px 0 10px;
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}
	
/* 検索フォームの設定 */
#sc_form {
	position:relative;
	width:200px;
	height:21px;
	margin-bottom:20px;
}
#q {
	position:absolute;
	width:88px;
	height:19px;
	padding-left:35px;
	font-size:11px;
	line-height:20px;
	border:1px solid #CCC;
	background-image:url(../img/google_s.gif);
	background-repeat:no-repeat;
	background-position:3px 4px;
}
#btnG {
	position:absolute;
	right:0;
	width:65px;
	height:21px;
}
/* メインナビの設定 */
.ct_top {
	background-image:url(../img/ct_top.gif);
	width:540px;
	height:5px;
	line-height:0;
	font-size:0;
}
.ct_btm {
	background-image:url(../img/ct_btm.gif);
	width:540px;
	height:5px;
	line-height:0;
	font-size:0;
}
.ct_box1 {
	background-image:url(../img/ct_bg.gif);
	padding:5px 10px;
}
.ct_item1 {
	padding:10px;
	line-height:1.5;
	font-size:93%;
}
.ct_tx1 {
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
.ct_more {
	text-align:right;
}
.ct_more a {
	font-size:11px;
	padding:0 5px 0 10px;
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}
/* RSSの設定 */
.kj_title {
	color:#666;
	font-size:11px;
	height:23px;
	border-bottom:1px solid #ccc;
}
.kj_title strong {
	font-size:13px;
}
.kj_rss {
	float:right;
	font-size:11px;
	padding-top:2px;
}
.kj_tx {
	padding:15px 10px 5px;
	font-size:93%;
	line-height:1.5;
}
.kj_tx a {
	padding-left:10px;
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}

/* フッタの設定 */
.pagetop {
	text-align:right;
	padding-bottom:10px;
}
#footer {
	width:980px;
	margin:0 auto;
	background-image:url(../img/ft_bg.png);
	height:100px;
}
.fw {
	font-size:11px;
	color:#999;
	padding:20px;
}
.copyright {
	clear:both;
	font-size:11px;
	color:#999;
}
/* 見出しの設定 */
#bread {
	font-size:11px;
	color:#999;
	margin-bottom:10px;
}
.dc_top {
	background-image:url(../img/doc_top.gif);
	width:760px;
	height:5px;
	line-height:0;
	font-size:0;
}
.dc_btm {
	background-image:url(../img/doc_btm.gif);
	width:760px;
	height:5px;
	line-height:0;
	font-size:0;
}
.dc_box1 {
	background-image:url(../img/doc_bg.gif);
	padding:5px 10px;
}
.subnavi {
	font-size:12px;
	line-height:1.5
}
.subnavi p {
	padding:10px;
	background-color:#fff;
	color:#999;
}
h3.sub1 {
	background-image:url(../img/sub_bg1.gif);
	font-size:108%;
	padding:7px 0 6px 10px;
	margin:0 10px 20px;
}
h3.sub2 {
	background-image:url(../img/sub_bg2.gif);
	font-size:108%;
	padding:7px 0 6px 10px;
	margin:0 10px 20px;
}
h3.sub3 {
	background-image:url(../img/sub_bg3.gif);
	font-size:108%;
	padding:7px 0 6px 10px;
	margin:0 10px 20px;
}
h3.sub4 {
	background-image:url(../img/sub_bg4.gif);
	font-size:108%;
	padding:7px 0 6px 10px;
	margin:0 10px 20px;
	color:#fff;
}
h4.subsub1 {
	font-size:100%;
	padding:6px 0 5px 10px;
	border:2px solid #fc6;
	margin:0 20px 20px;
}
h4.subsub2 {
	font-size:100%;
	padding:6px 0 5px 10px;
	border:2px solid #9c9;
	margin:0 20px 20px;
}
h4.subsub3 {
	font-size:100%;
	padding:6px 0 5px 10px;
	border:2px solid #9cf;
	margin:0 20px 20px;
}
/* ボックスの設定 */
.box0 {
	margin-left:10px;
	margin-right:10px;
	line-height:1.7;
}
.box1 {
	margin-left:20px;
	margin-right:20px;
	line-height:1.7;
}
.box2 {
	margin-left:30px;
	margin-right:30px;
	line-height:1.7;
}
.line {
	clear:both;
	margin-left:20px;
	margin-right:20px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
* html .line {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
/* 詳細フッタの設定 */
.d_credit {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#9c0;
}
.d_credit td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#9c0;
	padding:12px 15px 10px;
	margin:0;
	text-align:left;
	line-height:1.6;
	background-color:#ffe;
}
.d_credit td.area {
	width:1%;
	font-size:85%;
	white-space:nowrap;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#9c0;
	line-height:1.231;
}
.d_credit th {
	width:1%;
	vertical-align:middle;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#9c0;
	padding:12px 15px 10px;
	margin:0;
	white-space:nowrap;
	background-color:#9c0;
	font-size:85%;
	color:#fff;
	text-align:center;
	line-height:1.6;
}
/* テーブルの設定 */
.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}
.table0p {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0p td {
	vertical-align:top;
	text-align:left;
	padding:5px;
	margin:0;
}
.table0p th {
	vertical-align:top;
	text-align:left;
	padding:5px;
	margin:0;
	width:20%;
}
.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:#58b;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	border-collapse:collapse;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	text-align:left;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	color:#666;
	background-color:#eee;
	white-space:nowrap;
	text-align:left;
	margin:0;
}
/* 送りボタンの設定 */
form.btn_back {
	float:left;
}
form.btn_next {
	float:right;
}
.link_tx {
	padding:0 5px 0 10px;
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}
.priv {
	padding:15px;
	background-color:#f0f0f0;
}
.sitemap li {
	padding:0 5px 0 10px;
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}
.mt_box td {
	background-color:#f0f0f0;
	width:220px;
	text-align:center;
	vertical-align:middle;
}
.mt_box td img {
	margin:auto;
}
.waku {
	border:1px solid #ccc;
	padding:15px;
}
.waku2 {
	border:1px solid #f90;
	background-color:#ffe;
	padding:15px;
}
