/* captain Document */

/* ----------------------------------------- */
/* ＢＯＤＹ・ページ全般                      */
/* ----------------------------------------- */
body { /* ▼ページ全般 */
	margin:0;
	padding:0;
	font-family: 'Meiryo','メイリオ',"ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	*font-size: 92.25%; /* for IE6,IE7 */
	line-height:1.4;
	letter-spacing:1px;
	color:#343D66;
	background:#9CF;
}

/* リンク (全般) */
a {
	color: #2258A9;
	text-decoration:underline;
	font-weight:bold;
}
a:visited  { /*color:#33C;*/ }
a:hover { 
	color:#F66;
	text-decoration:none;
}

.clearfloat:after { /* フロートの後処理 */
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfloat { min-height:1px; }
*html .clearfloat { /* IE対策 */
	height:1px;
	/*\//*/
	height:auto;
	overflow:hidden;
	/**/
}

/* ----------------------------------------- */
/* レイアウト（ページ全般で使用）            */
/* ----------------------------------------- */
#container { /* コンテンツ全体 */
	position:relative;
	width:960px;
	height:auto;
	margin:15px auto;
	padding:0;
	z-index:0;
	background:#082BA3 url(../material/backimg_container.jpg) 0px 15px repeat-x;
}

/* ヘッダー ////////////////////////// */

/* ヘッダー・タイトル */
#header { 
	width:100%;
	height:160px;
	margin:0 auto;
	padding:0;
	background:url(../material/backimg_headerline.jpg) 0 0 repeat-x;
}

#header h1 { /* ヘッダーH1タイトル */
	font-size:86%;
	margin:0 0 0 10px;
	padding:35px 25px 0 0;
	color:#fff;
	text-align:right;
}

#header h1 a {
	color:#9BAFCD;
	text-decoration:none;
}
#header h1 a:hover {
	color:#F30;
	text-decoration:underline;	
}

#titleLogo a { /* タイトルロゴ */
	position:absolute;
	width:260px;
	height:80px;
	top:55px;
	left:35px;	
	display:block;
	/*background:url(../material/title_panatec.png) 0 0 no-repeat;*/
}

/* イントロダクション */
#introduction {
	font-weight:bold;
}
#introduction p {
	margin:25px 0 0 0;
	padding:0 15px;
	font-size:13px;
	color:#fff;
	text-shadow: 1px 1px 1px #036; /* CSS3 */
	line-height:1.75;
}

/* お問い合せ電話番号 */
#contactus {
	position: absolute;
	top:50px;
	right:20px;
	width:200px;
	height:35px;
	background:url(../material/img_telephone.png) 0 0 no-repeat;
}

/* 加盟店 */
#bn_kamei { 
	position: absolute;
	top: 140px;
	left: 35px;
    display: block;
	margin-top:5px;
	width: 180px;
	height: 80px;	
	background: url(../material/bn_kameiten2.png) 0 0 no-repeat;
	z-index: 10;
}
#bn_kamei em { display:none; }

/* エリアマップ */
#imgArea {
	margin-top:20px;
	width: 240px;
	height: 180px;
	display: block;
	background-image: url(../material/img_areamap.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
}
#imgArea em { display:none; }

/* ダウンロード用 */
.download {
	margin:5px 0;
}
.download img {
	margin-left:5px;
}
.download a img {
	border:none;
}
.download a:hover img {
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;	
}

/* フッターバナー */
#footer_bn { 
	width:150px;
	height:60px;
	position:absolute;
	top:30px;
	right:50px;
}
#footer_bn a:hover {
	color:#FC3;
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;
}

/* コンテンツエリア ////////////////// */
#contArea {
	width:100%;
	height:auto !important;
	margin:0 auto;
	clear:both;
}
/*\*/
* html #contArea { /* floatボックスのIE対策 */
    height: 1em;
    overflow: visible;
}
/**/
#contArea:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}

/* コンテンツメイン ////// */
#contMain {
	float:right;
	width:580px;
	height:auto !important;
	min-height:400px;
	padding:25px 20px 10px 20px;
	margin:0 25px 0 0;
	background:#fff;
}

/* コンテンツサイド ////// */
#contSide {
	float:left;
	width:270px;
	margin:0 0 10px 0;
	padding:50px 0 0 25px;
}

/* フッター ////////////////////////// */
#footer {
	position:relative;
	width:100%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:0;
	background:#fff url(../material/backimg_footer.jpg) 0 0 repeat-x;
}
.contact {
	width:900px;
	height:auto;
	color:#343D66;
	text-align:left;
	line-height:1.35;
	margin:0 0 0 25px;
	padding:20px 0 10px 10px;
	font-size:92%;
}
.contact  h5 { padding:0 0 5px 0; font-size:110%; }
.contact p {
	margin:0;
	padding:0;
	line-height:1.3;
}

.copyright { /* コピーライト */
	margin:0 auto;
	padding:0;
	clear:both;
	font-size:82%;
	letter-spacing:0;
	color:#277AA9;
	text-align:center;
}

address { } /* 住所 */

/* フッター用イメージ */
#img_footer {
	position: absolute;
	width: 180px;
	height: 150px;
	bottom: 0px;
	right: 0px;
	background: url(../material/backimg_footer.png) left top no-repeat;	
}

/* ----------------------------------------- */
/* 改行処理（P）の書式設定                   */
/* ----------------------------------------- */

p {
	margin:8px 0 8px 20px;
	padding:0;
	line-height:1.6;
}

p.print { /*印刷改行処理*/
  page-break-before: always; page-break-after: always;
}

/* ----------------------------------------- */
/* リスト（ul）の書式設定                    */
/* ----------------------------------------- */
/* ▼ リスト全般 */
ul { 
	margin:0 0 0 30px;
	padding:6px 0;
	list-style-type:disc;
}
ul ul {
	margin:0;
	list-style-type:circle;
}

li { 
	margin:4px 8px 14px 30px;
	line-height:1.45;
	list-style-image: none;
	letter-spacing:1px;
}

ul strong, ol strong{
	font-size:110%;
}

ul p, ol p{
	font-weight:normal;
	margin:0;
	padding:0;
}

/* ----------------------------------------- */
/* ページコンテンツ装飾（内容）              */
/* ----------------------------------------- */

.strong { /* 太字 */
  font-size:110%;
}

.red { /* 赤文字 */
  color:red;
}

.green { /* 緑文字 */
  color:green;
}
.darkgreen { /* 深緑文字 */
  color:#143018;
}

.blue { /* 青文字 */
  color:#366C97;
}

.orange { /* 橙文字 */
	color:#F90;
}


.txt_s { /* テキスト（小） */
	font-size: 70%;
	padding: 0 10px 3px 0;
}
.txt_ms { /* テキスト（やや小） */
  font-size: 86%;
  padding: 0 10px 3px 0;
}
.txt_m { /* テキスト(中) */
	font-size:118%;
} 
.txt_l { font-size:140%; } /* テキスト(大) */

/* 回り込み解除 */
.clear { clear:both; }

/* テキスト右寄せ */
.t_left {
	text-align:left !important;
}
/* テキスト右寄せ */
.t_right {
	text-align:right !important;
}
/* テキスト中央寄せ */
.t_center {
	text-align:center !important;
}
/* アンダーライン */
.u_line { border-bottom:#C00 1px solid; }

/* 枠 */
.frame {
	border:2px solid #f7b2b2;
	background:#fff;
	padding:8px 10px;
	margin:5px 35px 15px 15px;
	font-weight:bold;
	line-height:1.5;
}
/* 枠 */
.frame2 {
	border:1px solid #363;
	background:#fff;
	padding:8px;
	margin:5px 35px 15px 15px;
	line-height:1.2;
}

.txt_waku2 { /* 注意表記（赤枠つき）【div】 */
	color:#594b49;
	border:1px solid #ffe4e1; /* 枠色 LavenderBlush */
	background-color:#fff0f5; /* 背景色 misty rose */
	margin:15px 32px 15px 26px; padding:10px;
	line-height:1.6;
}

/* 反転文字 */
.txt_red {
	background:#F00;
	color:#FF6;
	font-size:14px;
	padding-left:8px;
	padding-right:8px;
}

/* ----------------------------------------- */
/* 装飾（H1〜H6）の書式設定                  */
/* ----------------------------------------- */
h1,h2,h3,h4,h5 {
	line-height:1.3;
	clear:both;
}

h1 {
	margin:0;
	padding:0;
}

h2 {
	font-size:1.8em;
	margin:5px 0;
	padding:10px 0 0 0;
	text-align:left;
	letter-spacing:5px;
	line-height:1.65;
	color:#6A62D7;
}

h3 {
	font-size:1.5em;
	letter-spacing:3px;
	line-height:1.5;
	margin:10px 0;
	padding:5px 0 0 5px;
	color:#6A62D7;
}

/*
h3 {
	font-size:1.4em;
	letter-spacing:3px;
	margin:6px 0;
	padding:5px 0 5px 30px;
	margin:0;
	color:#D65915;
	background:url(../material/icon_h3.gif) 0 50% no-repeat;	
}
*/

h4 {
	font-size:1.2em;
	color:#F63;
	margin:18px 10px 5px 10px;
}

h5 {
	font-size:1.1em;
	padding:10px 0 10px 0;
	margin:0;
	color:#396;
}

/* ----------------------------------------- */
/* テーブル装飾                              */
/* ----------------------------------------- */
td { font-size:100%; } /* テーブル全般 */

/* ノーマル・テーブルコンテンツ ///// */
table.normal { 
	margin:5px 0 10px 20px;
	line-height:1.45;
}
.normal td, .normal th { /* ノーマル */
	text-align:left;
	padding:5px;
	vertical-align:top;
}

/* ライン付きテーブルコンテンツ (０)  //// */

table.cont0 { /* 枠つき・テーブルコンテンツ(table) */
  margin:6px 0 6px 20px;
  line-height:1.45;
  border-collapse:separate;
}
.cont0 td { /* クラスcont0設定 (td) 全般 */
  padding:5px 10px 5px 10px;
  vertical-align:middle;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #61ADED;
  border-bottom: 1px solid #61ADED;
  border-left: 1px solid #FFFFFF;
  background:#E5F1F9;
  color:#4D2E33;
} 
.cont0 th { /* クラスcont0設定 (th) 全般 */
  padding:5px 6px 5px 12px;
  vertical-align:middle;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #61ADED;
  border-bottom: 1px solid #61ADED;
  border-left: 1px solid #FFFFFF;
  background:#B0D1E0;
  color:#00244D;
  font-size:100%;
  font-weight:normal;
  text-align:left;
  letter-spacing:5px;
} 
.cont0 td.cont0 { /* クラスcont0設定 (td) */
  text-align:center;
  border-right: 1px solid #C2B5AB;
  border-bottom: 1px solid #C2B5AB;
  background:#FAF2F0;
  color:#3896D6;
}

.cont0 td.not { /* クラスnot設定 ラインなし(td) */
  border:none;
  background:none;
  color:#3896D6;
}

/* ライン付きテーブルコンテンツ (１)  //// */

table.cont1 { /* ライン付き(table) */
	margin:6px 0 6px 15px;
	line-height:1.45;
	border-collapse: collapse;
}

.cont1 td { /* ライン付き(td) */
	border: 1px solid #CCC;
	padding:5px 8px 5px 12px;
	line-height:1.45;
	background-color:#f0faff;
}

.cont1 th { /* ライン付き(th) */
	font-size:100%;
	color:#fff;
	border: 1px solid #9a9;
	padding:5px 0 5px 5px;
	background:#3E87BD;
	text-align:center;
}

td.cont1-t { /* ライン付きテーブルコンテンツ (１)- タイトル用 */
	font-weight:bold;
	border: 1px solid #9a9; 
	padding:3px;
	background-color:#3E87BD;
	color: #ffffff;
	vertical-align:top;
	text-align:center;
	letter-spacing:2px;
}

td.cont1-g { /* ライン付きテーブルコンテンツ (１)- 緑 */
	border: 1px solid #9a9; 
	padding:5px;
	background-color:#f6fffb;
	color: #117a11;
	text-align:center;  
}

/* アンダーライン型テーブル装飾 //////// */

table.cont-u { /* 下ライン付き(table) */
	margin:10px 10px 25px 25px;
	border:none; 
	border-collapse: collapse;
	line-height:1.5;
}
.cont-u td { /* 下ライン付き(td) */
	vertical-align:top;
	border-bottom: 1px dotted #406081; 
	padding:5px 3px 5px 20px;
	font-family: monospace,"ＭＳ ゴシック","Osaka−等幅";
	letter-spacing:1px;
}
.cont-u th {
	vertical-align:top;
	text-align:left;
	padding:5px 10px 0 20px;
	letter-spacing:1px;
	font-weight:bold;
	border-bottom: 1px dotted #8b7d6b;
	/*background:#BBD6EF;*/
}
.cont-u .en {
	font-family:Arial, Helvetica, sans-serif;
}
.cont-u ul {
	margin-left:0;
}

/* あっと！電化・テーブルコンテンツ ///// */
table.denkapack { 
	margin:5px 0 10px 20px;
	line-height:1.45;
}
.denkapack td, .denkapack th { /* ノーマル */
	text-align:left;
	padding:5px;
	vertical-align:middle;
	font-weight:bold;
}

/* ----------------------------------------- */
/* イメージ書式設定                          */
/* ----------------------------------------- */

.img_n { /* 写真(枠付き) */
	margin:8px 0 8px 10px;
	border:1px solid #555;
}
a:hover .img_n {
	border:1px solid #FF0000;
}

.img_n0 { /* 写真(枠なし) */
	margin:8px 0 8px 5px;
	border:none;
}
.img_n1 { /* 写真(枠あり・横間隔小) */
	margin:0 5px 8px 0;
	border:1px solid #555;
}
.img_n2 { /* 写真(枠あり・横縦間隔なし) */
	margin:0 5px 3px 0;
	border:1px solid #555;
}

.img_n3 { /* 写真(枠なし・横縦間隔なし) */
	margin:0 5px 3px 0;
	border:none;
}

.img_l { /* 写真のテキスト回り込み（左） */
 	float:left;
  	margin:0 20px 10px 10px;
}

.img_r { /* 写真のテキスト回り込み（右） */
 	float:right;
  	margin:0 10px 20px 20px;
}

.img_mid { /* イメージ中央揃え */ 
	vertical-align:middle;
}

/* ----------------------------------------- */
/* 印刷時の処理                             */
/* ----------------------------------------- */

@media print{ 
	
}

/* ----------------------------------------- */
/* その他                                    */
/* ----------------------------------------- */

#service {
	border-collapse:separate;
	border-spacing:2px;
}
#service .parsonal, #service .business {
	vertical-align:top;
	width:245px;
	height:150px;
	margin:0;
	padding:35px 20px 25px 15px;
}
#service .parsonal {
	background:url(../material/backimg_service01.png) 0 0 no-repeat;
}
#service .business {
	background:url(../material/backimg_service02.png) 0 0 no-repeat;
}
#service ul {
	margin:15px 0 0 0;
	padding:0;
}
#service li {
	font-size:90%;
	font-weight:bold;
	line-height:1.35;
	margin:0 0 3px 35px;
}

/* サイド・インフォメーション */
#sideinfo {
	margin:10px 12px 0 10px;
	padding:0;
	background:url(../material/backimg_sideinfo.png) 0 0 repeat;
}
#sideinfo ul {
	margin:0;
	padding:8px;
}
#sideinfo li {
	list-style-type:none;
	margin:0;
	padding:0 3px 0 0;
	line-height:1.35;
	font-size:88%;
	color:#fff;
}

/* アクセスマップ */
.accessmap {
	width:620px;
	height:auto !important;
	min-height:420px;
	margin:6px 0 6px 15px;
}

/* ----------------------------------------- */
/*  ニュース表示		                     */
/* ----------------------------------------- */

#news {	
	width:auto;
	height:auto;
	margin:0;
	color:#333;
}
#news h3 {
	font-size:125%;
	color:#F93;
	margin:0;
	padding:0;
}
#news h4 {
	font-size:110%;
	color:#066;
	margin:0;
	padding:0;
}
.news ul {
	margin:0 15px;
	padding:0;
}

#news li {
	list-style-type:none;
	margin:0 0 5px 0;
	padding:10px 5px 2px 25px;
	line-height:1.5;
	border-bottom:1px dotted #03F;
	width:92%;
	height:24px;
}
#news li a { color:#03F; }
#news li a:hover { color:#F33; }

#news li strong { /* 項目タイトル */
	font-size:110%;
	padding-left:5px;
	font-weight:normal;
}

#news li .topic_date { /* リスト用・日付 */
	color:#096;
	font-size:82%;
	letter-spacing:0;
	font-weight:normal;
	padding:0 3px 0 2px;
}

#news li em { /* カテゴリ */
	font-size:78%;
	padding:0 3px;
	/* color:#363; */
	color:#fff;
	margin:0 8px 0 2px;
}

#news ul li .topic_new_class { background:#F66; padding:1px 3px; } /* カテゴリ */ 

/* バックナンバーへのリンク */
#news .backnumber { text-align:right; }
#news .backnumber a {
	padding:0 0 0 20px;
	background:url(../material/icon_arrow.gif) left top no-repeat;
	color:#F60;
}
#news .backnumber a:hover { color:#F00; }
