@charset "UTF-8";
/* CSS Document */
/* テキストカラー */
.white {
	color:#fff;
}
.gray {
	color:#777;
}
.red {
	color:#c00;
}
.blue {
	color:#005bac;
}
.green {
	color:#090;
}
.brown {
	color:#611;
}
.gold {
	color:#e7d9a4;
}
.black {
	color:#333;
}
/* テキストリンク */
a:link {
	color:#005bac;
	text-decoration:none;
}
a:visited {
	color:#005bac;
	text-decoration:none;
}
a:hover {
	color:#39c;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
.news a:link {
	color:#fff;
	text-decoration:none;
}
.news a:visited {
	color:#fff;
	text-decoration:none;
}
.news a:hover {
	color:#ccc;
	text-decoration:none;
}
.news a:active {
	color:#f00;
	text-decoration:none;
}
#bread a:link {
	color:#333;
	text-decoration:none;
}
#bread  a:visited {
	color:#333;
	text-decoration:none;
}
#bread a:hover {
	color:#888;
	text-decoration:none;
}
#bread  a:active {
	color:#f00;
	text-decoration:none;
}
.ft_navibox a:link {
	color:#fff;
	text-decoration:none;
}
.ft_navibox a:visited {
	color:#fff;
	text-decoration:none;
}
.ft_navibox a:hover {
	color:#ccc;
	text-decoration:none;
}
.ft_navibox a:active {
	color:#f00;
	text-decoration:none;
}
.mininavi a:link {
	color:#333;
	text-decoration:none;
}
.mininavi a:visited {
	color:#333;
	text-decoration:none;
}
.mininavi a:hover {
	color:#666;
	text-decoration:none;
}
.mininavi a:active {
	color:#f00;
	text-decoration:none;
}
/* 背景設定 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	color:#333;
	background-color:#fff;
}
/* ヘッダーの設定 */
#header {
	position:relative;
	width:960px;
	height:90px;
	margin:0 auto;
	text-align:left;
}
#header h1 {
	font-size:11px;
	font-weight:normal;
	padding:20px 0 0 0;
	text-align:right;
	color:#999;
}
#header h2 {
	position:absolute;
	top:26px;
	left:0;
	width:247px;
	height:39px;
}
.hw {
	position:absolute;
	bottom:14px;
	right:106px;
	width:248px;
	height:23px;
	line-height:0;
	font-size:1px;
}
.hw a {
	margin-right:30px;
}
.tsize {
	position:absolute;
	width:108px;
	height:23px;
	bottom:14px;
	right:0;
	line-height:0;
	font-size:1px;
}
.tsize2 {
	float:right;
	width:108px;
	height:33px;
	line-height:0;
	font-size:1px;
}

/* グローバルナビの設定 */
#gnavi {
	position:relative;
	background-image:url(../img/gw_bg.png);
	height:50px;
	font-size:1px;
	line-height:0;
}
.gw {
	width:960px;
	margin:0 auto;
	background-color:#4ca9e0;
}


/* スライドの設定 */
#main_img {
	height:330px;
	background-image:url(../img/main_bg.png);
}
.main_box {
	width:960px;
	height:330px;
	margin:0 auto;
	background-image:url(../img/main_img.png);
}

/* コンテナの設定 */
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#navi {
	float:right;
	width:170px;
}
#doc {
	float:left;
	width:760px;
	padding-top:30px;
}
#navi2 {
	float:left;
	width:170px;
	background-image:url(../fukuwakai/img/bg.png);
	background-repeat:repeat-x;
	height:740px;
	text-align:center;
}
#doc2 {
	float:right;
	width:760px;
	padding-top:10px;
}
#title {
	height:80px;
	background-image:url(../img/title_bg.png);
	margin-bottom:9px;
}
#bread {
	width:960px;
	margin:0 auto;
	font-size:11px;
	color:#999;
	text-align:left;
}
#bread p {
	margin-right:200px;
	padding-bottom:7px;
	padding-left:10px;
	border-bottom:1px dotted #c4e3f8;
}

/* フッタの設定 */
#footer {
	width:960px;
	margin:0 auto;
	padding:30px 0;
	line-height:1.5;
	background-image:url(../img/ft_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
}
.credit {
	font-size:11px;
}
.copyright {
	font-size:10px;
	text-align:right;
	color:#999;
}
.pagetop {
	text-align:right;
	padding:0 0 15px 0;
	font-size:1px;
	line-height:0;
}
/* ボックス設定 */
.sub {
	background-image:url(../img/sub_bg.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	margin:0 0 20px;
	padding:8px 18px;
	font-size:108%;
	font-weight:bold;
	color:#195da3;
	border-bottom:1px solid #c3e3f9;
}
.sub2 {
	background-image:url(../fukuwakai/img/sub_bg.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	margin:0 0 20px;
	padding:8px 18px;
	font-size:108%;
	font-weight:bold;
	color:#267d7d;
	border-bottom:1px solid #c3e3f9;
}
.subsub {
	margin:0 20px 20px;
	padding:8px 18px;
	font-weight:bold;
	color:#195da3;
	border:1px solid #c3e3f9;
}
.subsub2 {
	margin:0 20px 20px;
	padding:8px 18px;
	font-weight:bold;
	color:#267d7d;
	border:1px solid #c3e3f9;
}
.box0 {
	line-height:1.8;
}
.box1 {
	margin-left:20px;
	margin-right:20px;
	line-height:1.8;
}
.box2 {
	margin-left:40px;
	margin-right:40px;
	line-height:1.8;
}
.lh_m {
	line-height:1.6;
}
.lh_s {
	line-height:1.4;
}
.line {
	clear:both;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	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;
}
* 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 {
	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:#669bca;
	font-size:12px;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.tb_end {
	border-bottom:0 !important;
}
.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:15px 15px;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#fff;
	padding:5px 15px;
	color:#669bca;
	background-color:#e3f2fc;
	white-space:nowrap;
	text-align:center;
	margin:0;
	font-size:12px;
}
.table3 {
	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:10px 15px;
	margin:0;
}
.table3 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:10px 15px;
	white-space:nowrap;
	margin:0;
	background-color:#f0f8f8;
}
.table4 {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	border-collapse:collapse;
}
.table4 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:10px;
	text-align:left;
	margin:0;
}
.table4 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:10px;
	color:#777;
	background-color:#f5f5f5;
	white-space:nowrap;
	text-align:left;
	margin:0;
}

/* 各ページの設定 */
.news_left {
	float:left;
	width:195px;
	height:150px;
	margin-bottom:30px;
}
.news_right {
	float:left;
	width:534px;
	height:150px;
	border-left:1px solid #c4e3f8;
	padding-left:30px;
	margin-bottom:30px;
}
.news_box {
	height:150px;
	overflow:auto;
	line-height:1.5em;
}
.news_box dt {
	font-size:11px;
	font-family:monospace;
	color:#666;
}
.news_box dd {
	margin:-1.5em 0 15px 0;
	padding:0 0 13px 90px;
	border-bottom:1px dotted #c4e3f8;
}
.news_left2 {
	float:left;
	width:195px;
	height:150px;
	margin-bottom:30px;
	padding-left:20px;
}
.news_right2 {
	float:left;
	width:494px;
	height:150px;
	border-left:1px solid #c4e3f8;
	padding-left:30px;
	margin-bottom:30px;
}
.news_box2 {
	height:150px;
	overflow:auto;
	line-height:1.5em;
}
.news_box2 dt {
	font-size:11px;
	font-family:monospace;
	color:#666;
}
.news_box2 dd {
	margin:-1.5em 0 15px 0;
	padding:0 0 13px 90px;
	border-bottom:1px dotted #c4e3f8;
}
.waku1 {
	padding:20px 30px;
	border:1px solid #c4e3f8;
}

.sitemap a {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:8px;
}
.ind1 {
	background-position:50px 3px !important;
	padding-left:58px !important;
}
.ind2 {
	background-position:100px 3px !important;
	padding-left:108px !important;
}
.link a {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:8px;
}
#gMap {
	width:720px;
	height:480px;
	margin:0 20px 30px;
}
.client {
	width:440px;
	background-color:#e3f2fc;
	padding:5px 15px 4px;
}
.fuku_box {
	padding:20px;
	background-image:url(../fukuwakai/img/main_bg.jpg);
	background-repeat:no-repeat;
}