@charset "UTF-8";
/* CSS Document */
/* テキストカラー */
.gray {
	color:#666;
}
.red {
	color:#c00;
}
.blue {
	color:#2053ad;
}
.green {
	color:#090;
}
.brown {
	color:#704e47;
}
.gold {
	color:#e7d9a4;
}
/* テキストリンク */
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
.wtlink a:link {
	color:#fff;
	text-decoration:none;
}
.wtlink a:visited {
	color:#ccc;
	text-decoration:none;
}
.wtlink a:hover {
	color:#f60;
	text-decoration:none;
}
.wtlink a:active {
	color:#f00;
	text-decoration:none;
}
/* 背景設定 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	color:#333;
	background-color:#fff;
}
body#top {
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}
/* ヘッダーの設定 */
#header {
	width:960px;
	height:200px;
	position:relative;
	text-align:left;
	margin:0 auto;
}
#header h1 {
	font-size:85%;
	font-weight:normal;
	color:#999;
	padding:28px 207px 0 0;
	line-height:1.5;
	text-align:right;
}
#header h2 {
	position:absolute;
	top:20px;
	left:0;
	width:193px;
	height:48px;
}
#header .hw {
	position:absolute;
	top:64px;
	right:187px;
	width:331px;
	height:21px;
}
#header .hw img {
	margin-right:20px;
}
#header .gw {
	position:absolute;
	top:121px;
	left:14px;
	width:946px;
	height:27px;
	background-image:url(../img/gw_bg.gif);
	background-repeat:no-repeat;
}
#header .gw img {
	margin-right:20px;
}
#header .gw_end {
	margin-right:0 !important;
}
#header .gn {
	position:absolute;
	top:169px;
	left:0;
	width:850px;
	height:22px;
	background-image:url(../img/gn_bg.gif);
	background-repeat:no-repeat;
	background-position:130px 0;
}
#header .gn img {
	margin-right:10px;
}
#header .gn_tx {
	margin-right:20px !important;
}
#header .gn5 {
	position:absolute;
	top:169px;
	right:0;
	width:110px;
	height:22px;
	background-image:url(../img/gn5_bg.gif);
	background-repeat:no-repeat;
}
#header .contact {
	position:absolute;
	top:20px;
	right:0;
	width:187px;
	height:27px;
}
#header .tel {
	position:absolute;
	top:58px;
	right:0;
	width:187px;
	height:30px;
}
/* タイトルの設定 */
h2.title {
	width:920px;
	height:70px;
	margin:5px auto 0;
	text-align:left;
}
/* コンテナの設定 */
#container {
	width:980px;
	height:508px;
	margin:0 auto;
	background-image:url(../img/container_bg.png);
	background-repeat:no-repeat;
}
body > #container {
	height:auto;
	min-height:508px;
}
#contents {
	width:980px;
	text-align:left;
	padding-top:10px;
}
#wrap {
	position:relative;
	width:980px;
}
/* 右枠の設定 */
#side {
	position:absolute;
	width:225px;
	height:426px;
	top:15px;
	right:0;
	z-index:100;
}
#doc {
	width:665px;
	padding:40px 0 0 50px;
}
/* ページトップの設定 */
.pagetop {
	float:right;
	width:117px;
	height:21px;
	padding-right:40px;
}
/* フッタの設定 */
#footer {
	clear:both;
	width:900px;
	margin:0 auto;
	padding:20px 0 30px;
	text-align:left;
}
.copyright {
	text-align:right;
	color:#999;
}
/* ボックス設定 */
.box0 {
	width:960px;
	margin-left:10px;
	line-height:1.8;
}
.box1 {
	width:900px;
	margin-left:40px;
	line-height:1.8;
}
.box1fr {
	margin-left:40px;
	line-height:1.8;
}
.box2 {
	width:880px;
	margin-left:50px;
	line-height:1.8;
}
.box3 {
	width:860px;
	margin-left:60px;
	line-height:1.8;
}
.box0s {
	width:665px;
	line-height:1.8;
}
.box1s {
	width:645px;
	margin-left:10px;
	line-height:1.8;
}
.lh_m {
	line-height:1.6;
}
.line {
	clear:both;
	width:900px;
	margin-left:40px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:880px;
	margin-left:50px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
* html .line {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
* html .line2 {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
/* テーブルの設定 */
.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;
}
.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:#279ca4;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#666;
	border-collapse:collapse;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#666;
	padding:7px 10px 5px;
	text-align:left;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#666;
	padding:7px 10px 5px;
	width:30%;
	color:#ccc;
	background-color:#444;
	white-space:nowrap;
	text-align:left;
	margin:0;
}
.table3 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	border-collapse:collapse;
}
.table3 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	background-color:#fff;
	margin:0;
}
.table3 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	width:15%;
	background-color:#eeeeee;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	color:#666;
	margin:0;
}
.link_tx {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.55em;
	padding:0 0 5px 7px;
	line-height:1.6;
}

