@charset "UTF-8";
/* CSS Document */
/* リセット */
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, th, td, form, fieldset, input, textarea {
	margin:0;
	padding:0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	empty-cells:show;
}
caption {
	text-align:left;
}
th {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
td {
	vertical-align:top;
}
img {
	border:0;
	vertical-align:bottom;
}
fieldset {
	border:0;
}
input {
	_margin:-1px 0;
}
/* IE6用送信ボタン調整 */
* html input.submit {
	line-height:1.2;
	padding-top:0.2em;
}
/* IE7用送信ボタン調整 */
*:first-child+html input.submit {
	line-height:1.2;
	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;
}
/* */
/* 背景設定 */
html {
	height:100%;/*	margin-bottom:1px;*/
}
body {
	height:100%;
	background-image:url(../img/hd_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	line-height:1;
	color:#444444;
}
body.pop {
	background-image:url(../img/blank.gif);
}

/* テキスト設定 */
/* font-size:123.1%（16px）、font-size:115.4%（15px）、font-size:107.7%（14px）、100%（13px）、92.3%（12px）、84.6%（11px）*/
.small {
	font-size:84.6%;
	color:#666666;
}
.small_px {
	font-size:11px;
	color:#666666;
}
.large {
	font-size:115.4%;
}
.xlarge {
	font-size:123.1%;
}
.date {
	font-size:13px;
	color:#997755;
}
.mono {
	font-family:"Courier New", Courier, monospace;
}
.eng {
	font-family:"Verdana", "Arial", sans-serif;
}
strong {
	font-weight:bold;
}
.black {
	color:#444444;
}
.red {
	color:#ff3333;
}
.orange {
	color:#ff6600;
}
.green {
	color:#007299;
}
.blue {
	color:#3388cc;
}
.purple {
	color:#4b60a2;
}
.brown {
	color:#993333;
}
.fukuoka_color {
	color:#069;
}
.kitaq_color {
	color:#6d3d0d;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
/* クリア */
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0em;
}
/* テキストリンク */
a:link {
	color:#05a;
	text-decoration:none;
}
a:visited {
	color:#05a;
	text-decoration:none;
}
a:hover {
	color:#3ae;
	text-decoration:underline;
}
a:active {
	color:#f00;
	text-decoration:underline;
}
.main_cat a:link {
	color:#333;
	text-decoration:none;
}
.main_cat a:visited {
	color:#333;
	text-decoration:none;
}
.main_cat a:hover {
	color:#999;
	text-decoration:none;
}
.main_cat a:active {
	color:#f00;
	text-decoration:none;
}
/* リンクの点線対策（FireFox用）focus無しだとDWで不具合 */
a:focus {
	overflow:hidden;
}
/* ライン設定 */
.line {
	clear:both;
	margin-bottom:20px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
/* 汎用設定 */
.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;
}
.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;
}
.kome {
	text-indent:-1em;
	padding-left:1em;
}
.link_tx_r {
	float:right;
}
.link_tx {
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:0 0.4em;
	padding:0 0 0 8px;
}
/* リスト表示の設定 */
.list_tx {
	background-image:url(../img/pt_2.gif);
	background-repeat:no-repeat;
	background-position:0 0.6em;
	padding:0 0 0 10px;
	line-height:1.6;
}
.list_tx_end {
	background-image:url(../img/pt_2.gif);
	background-repeat:no-repeat;
	background-position:0 0.6em;
	padding:0 0 0 10px;
	line-height:1.6;
}
.list_tx_l {
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:0 0.6em;
	padding:0 0 10px 13px;
	line-height:1.6;
}
.num_on {
	list-style-type:decimal;
	padding-left:2.5em;
}
.num_on li {
	padding-bottom:10px;
}
/* ヘッダーの設定 */
#header {
	width:900px;
	height:89px;
	position:relative;
	margin:0 auto;
}
#header h1 a {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:343px;
	height:72px;
	background-image:url(../img/hd_com2.png);
	text-indent:-9999px;
	font-size:0em;
}
#header p a {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:172px;
	height:39px;
	background-image:url(../img/hd_contact.gif);
	text-indent:-9999px;
	font-size:0em;
}
#header p a:hover {
	background-position:-172px 0;
}
#header ul {
	position:absolute;
	bottom:15px;
	right:0;
	width:295px;
	height:22px;
}
#header ul li {
	float:left;
}
#header ul li a {
	display:block;
	height:22px;
	background-image:url(../img/hd_hw.gif);
	text-indent:-9999px;
	font-size:0em;
}
a.hw1 {
	width:72px;
	background-position:0 0;
}
a:hover.hw1 {
	background-position:0 -22px;
}
a.hw2 {
	width:86px;
	background-position:-72px 0;
}
a:hover.hw2 {
	background-position:-72px -22px;
}
a.hw3 {
	width:91px;
	background-position:-158px 0;
}
a:hover.hw3 {
	background-position:-158px -22px;
}
a.hw4 {
	width:150px;
	background-position:-249px 0;
}
a:hover.hw4 {
	background-position:-249px -22px;
}
a.hw5 {
	width:71px;
	background-position:-399px 0;
}
a:hover.hw5 {
	background-position:-399px -22px;
}
/* フラッシュの設定*/
#flash_area {
	margin:0 auto;
	width:100%;
	height:420px;
}
/* コンテナの設定*/
#container {
	width:900px;
	margin:0px auto;
	text-align:left;
}
/* メニューの設定 */
#navi {
	width:240px;
	float:left;
}
/* コンテンツエリアの設定 */
#doc {
	float:right;
	width:650px;
}
#doc_details {
	width:880px;
	margin:15px 0 0 10px;
}
/* ページトップの設定 */
.pagetop a {
	display:block;
	width:106px;
	height:20px;
	margin-left:auto;
	margin-right:10px;
	margin-bottom:10px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
.pagetop a:hover {
	background-position:-106px 0;
}
/* フッタの設定 */
#footer {
	clear:both;
}
#footer p.copyright {
	color:#999;
	font-size:10px;
	/* font-size:76.9%; */
	font-family:"Verdana", "Arial", sans-serif;
	text-align:right;
	padding:15px 0 30px;
	border-top:1px solid #003399;
}
/* テーブルの設定 */
.table1{ 
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.table2{ 
	width:410px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.table1 td, .table2 td{
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px;
}
.table1 th, .table2 th{
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px;
	background-color:#eee;
	white-space:nowrap;
	width:1%;
}

#navi li.cvoice {
	margin-bottom:10px;
}
#navi li.cvoice a {
	width:240px;
	height:114px;
	background-image:url(../img/customer.png);
}
#navi li.cvoice a:hover {
	background-position:-240px 0;
}

#navi li.thg {
	margin-bottom:10px;
}
#navi li.thg a {
	width:240px;
	height:70px;
	background-image:url(../img/thg_ban.gif);
}
#navi li.thg a:hover {
	background-position:0 -70px;
}
