@charset "UTF-8";
/* CSS Document */
/* テキストカラー */
.gray {
	color:#666;
}
.red {
	color:#c00;
}
.blue {
	color:#2053ad;
}
.green {
	color:#3b83ba;
}
.brown {
	color:#5c2927;
}
.purple {
	color:#603;
}
/* テキストリンク */
a:link {
	color:#933;
	text-decoration:none;
}
a:visited {
	color:#a44;
	text-decoration:none;
}
a:hover {
	color:#c66;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
.nc_link a:link {
	color:#ddd;
	text-decoration:none;
}
.nc_link a:visited {
	color:#aaa;
	text-decoration:none;
}
.nc_link a:hover {
	color:#777;
	text-decoration:none;
}
.nc_link a:active {
	color:#f00;
	text-decoration:none;
}
.bg_link a:link {
	color:#333;
	text-decoration:none;
}
.bg_link a:visited {
	color:#666;
	text-decoration:none;
}
.bg_link a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#222;
}
.bg_link a:active {
	color:#fff;
	text-decoration:none;
	background-color:#603;
}
/* 背景設定 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	color:#333;
	background-color:#e0e0d1;
	background-image:url(../images/bg.png);
	background-position:center top;
	background-repeat:repeat-y;
}
#wrapper {
	height:100%;
}
body > #wrapper {
	height:auto;
	min-height:100%;
}
/* ヘッダーの設定 */
.hd_bg {
	background-color:#000;
	background-image:url(../images/hd_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#header {
	width:960px;
	height:101px;
	margin:0 auto;
	position:relative;
	text-align:left;
	line-height:1.6;
}
.p_head {
	height:80px !important;
}
#header h1 a {
	display:block;
	position:absolute;
	top:39px;
	left:0;
	width:241px;
	height:23px;
	background-image:url(../images/hd_logo.png);
	text-indent:-9999px;
	font-size:0em;
}
#header h2 {
	color:#ccc;
	font-size:13px;
	text-align:center;
	font-weight:normal;
	padding-top:33px;
}
#header h3 {
	color:#ccc;
	font-size:11px;
	text-align:center;
	font-weight:normal;
}
/* ヘッダナビの設定*/
.hnavi {
	position:absolute;
	width:232px;
	height:27px;
	right:0;
	top:37px;
	background-image:url(../images/hw.gif);
}
.hnavi li {
	float:left;
	width:111px;
	height:27px;
	margin-right:10px;
	display:inline;
}
.hnavi li a {
	display:block;
	width:111px;
	height:27px;
	background-image:url(../images/hw.gif);
	text-indent:-9999px;
	font-size:0em;
}
.hnavi li.hw1 a {
	background-position:0 -27px;
}
.hnavi li.hw2 {
	margin-right:0 !important;
}
.hnavi li.hw2 a {
	background-position:-121px -27px;
}
/* グトーバルナビの設定 */
.gnavi {
	padding:20px 0;
}
.gnavi ul {
	width:956px;
	height:30px;
	background-image:url(../images/gw.gif);
	background-position:0 -30px;
	margin:0 auto;
}
.gnavi li {
	float:left;
	height:30px;
	margin-right:21px;
	display:inline
}
.gnavi li a {
	display:block;
	height:30px;
	background-image:url(../images/gw.gif);
	text-indent:-9999px;
	font-size:0em;
}	
.gw1 {
	width:106px;
}
.gw1 a {
	width:106px;
}
.gw2 {
	width:133px;
}
.gw2 a {
	width:133px;
	background-position:-127px 0;
}
.gw3 {
	width:109px;
}
.gw3 a {
	width:109px;
	background-position:-281px 0;
}
.gw4 {
	width:135px;
}
.gw4 a {
	width:135px;
	background-position:-411px 0;
}
.gw5 {
	width:108px;
}
.gw5 a {
	width:108px;
	background-position:-567px 0;
}
.gw6 {
	width:95px;
}
.gw6 a {
	width:95px;
	background-position:-696px 0;
}
.gw7 {
	width:144px;
	margin-right:0 !important;
}
.gw7 a {
	width:144px;
	background-position:-812px 0;
}
/* コンテナの設定 */
#container {
	clear:both;
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:20px 0 180px;
}
#right {
	float:right;
	width:230px;
	padding-bottom:60px;
}
#doc {
	float:left;
	width:710px;
}
#top_left {
	float:left;
	width:250px;
}
#top_left p {
	margin-bottom:10px;
}
#top_center {
	float:left;
	width:460px;
}
/* サイドの設定 */
#right ul {
	width:230px;
}
#right ul li {
	float:left;
	width:230px;
	height:70px;
}
#right ul li a {
	display:block;
	width:230px;
	height:60px;
	background-image:url(../images/rw.png);
	text-indent:-9999px;
	font-size:0em;
}
.rw2 a {
	background-position:0 -60px;
}
.rw3 a {
	background-position:0 -120px;
}
.rw4 {
	height:95px !important;
}
.rw4 a {
	height:85px !important;
	background-position:0 -180px;
}
#right h4 {
	clear:both;
	text-indent:-9999px;
	font-size:0em;
	height:0;
}
#right dl {
	background-color:#fff;
	background-image:url(../images/rw_fc_tx.gif);
	background-repeat:no-repeat;
	background-position:center 15px;
	padding:40px 10px 10px;
	border:2px solid #222;
	margin-bottom:10px;
	font-size:85%;
}
#right dt {
	font-weight:bold;
	background-color:#e5e5e2;
	padding:5px 3px 3px 10px;
	margin:5px 0;
}
#right dd a {
	display:block;
	padding:3px 0 2px 10px;
}
/* ページトップの設定 */
.btm_cnt {
	position:relative;
	width:960px;
	height:80px;
	margin-top:-60px;
}
.btm_cnt p {
	position:absolute;
	top:0;
	right:0;
	width:230px;
	height:60px;
}
.btm_cnt p a {
	display:block;
	width:230px;
	height:60px;
	background-image:url(../images/rw.png);
	text-indent:-9999px;
	font-size:0em;
}
.pagetop {
	width:960px;
	height:31px;
	margin:0 auto;
}
.pagetop p {
	float:right;
	width:117px;
	height:11px;
	background-repeat:no-repeat;
}
.pagetop a {
	display:block;
	width:117px;
	height:11px;
	background-image:url(../images/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* フッタの設定 */
#footer {
	position:relative;
	margin-top:-180px;
	height:180px;
	background-color:#000;
	background-image:url(../images/ft_bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.ft_box {
	width:960px;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
}
.fnavi {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:11px 10px 8px;
	font-size:85%;
	line-height:2;
	color:#666;
	margin-bottom:20px;
}
.copyright {
	text-align:right;
	color:#ccc;
	font-size:77%;
}
/* 見出し設定 */
.title {
	background-color:#222;
	height:70px;
	background-image:url(../images/title_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.title h2 {
	width:960px;
	height:70px;
	margin:0 auto;
	text-indent:-9999px;
	font-size:0em;
	background-repeat:no-repeat;
	background-position:10px center;
}
h3.sub {
	margin-bottom:20px;
}
h4.sub {
	font-size:13px;
	border:1px solid #666;
	padding:9px 0 7px 12px;
	margin:0 19px 20px 9px;
	background-color:#fff;
}
/* ボックス設定 */
.box0 {
	width:700px;
	line-height:1.6;
}
.box1 {
	width:680px;
	margin-left:10px;
	line-height:1.6;
}
.box2 {
	width:660px;
	margin-left:20px;
	line-height:1.6;
}
.box3 {
	width:640px;
	margin-left:30px;
	line-height:1.6;
}
.line {
	clear:both;
	width:680px;
	margin-left:10px;
	height:0;
	border-bottom:dotted 1px #bbb;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:660px;
	margin-left:20px;
	height:0;
	border-bottom:dotted 1px #bbb;
	line-height:0;
	font-size:0em;
}
* html .line {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
* html .line2 {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
/* テーブルの設定 */
.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;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#999;
	border-collapse:collapse;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#999;
	padding:15px;
	background-color:#fff;
	text-align:left;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#999;
	padding:15px;
	color:#666;
	background-color:#edc;
	white-space:nowrap;
	text-align:left;
	margin:0;
}
.table3 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#999;
	border-collapse:collapse;
}
.table3 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#999;
	padding:15px;
	background-color:#fff;
	text-align:left;
	margin:0;
}
.table3 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#999;
	padding:15px;
	color:#666;
	background-color:#e5e5dd;
	white-space:nowrap;
	text-align:left;
	margin:0;
}
.link_tx {
	background-image:url(../images/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.55em;
	padding-left:7px;
	line-height:1.6;
}
form.btn_back {
	float:left;
}
form.btn_next {
	float:right;
}
.fc_ban {
	float:right;
	width:108px;
	height:26px;
	padding-top:7px;
}
.fc_ban a {
	display:block;
	width:108px;
	height:26px;
	background-image:url(../images/fc_ban.gif);
	text-indent:-9999px;
	font-size:0em;
}