/* boyoferry Document */

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

body {
	background:#958D72 url(../material/backimg_body.jpg) left top no-repeat;
}

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

.clear { 
	clear:both;
}

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

.spc { height:5px; }
.lhmin { line-height:1; }

/* ----------------------------------------- */
/* レイアウト（ページ全般で使用）            */
/* ----------------------------------------- */
#container { /* コンテンツ全体 */
	position:relative;
	width:960px;
	height:auto;
	margin:8px auto;
	padding:0;
	background:#fff;
	z-index:0;
}

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

/* ヘッダー・タイトル */
#header { 
	width:auto;
	height:90px;
	background:url(../material/backimg_header2.jpg) left top no-repeat;
	padding:20px 0 0 25px;
}

/* ヘッダー・コンテンツ */
#header2 {
	width:auto;
}
#top #header2 {
	height:360px;
	background:none; 
}

#header h1 { /* ヘッダーH1タイトル */
	color:#1C4768;
	font-size:13px;
	margin:0;
	padding:0;
    width:600px;
}

/* コンテンツエリア ////////////////// */
#contArea {
	width:920px;
	height:auto !important;
	min-height:500px;
	margin:0;
	padding:0 20px;
	line-height:1.65;
	clear:both;
}

/*\*/
* html #contArea { /* floatボックスのIE対策 */
    height: 1em;
    overflow: visible;
}
/**/

#contArea:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}

/* コンテンツメイン ////// */
#contMain {
	float:left;
	width:680px;
	height:auto !important;
	min-height:400px;
	height:400px; /* for IE6 */ 
	padding:0 15px;
	margin:0;
}
/* コンテンツサイド ////// */
#contSide {
	float:left;
	width:200px;
	margin:10px 0 25px 5px;
}
#contSide img {
	margin-bottom:20px;
}
#contSide a:hover img {
	filter:alpha(opacity=75);
	opacity:0.75; white-space:nowrap;
}

/* フッター ////////////////////////// */
#footer {
	width:960px;
	height:260px;
	clear:both;
	text-align:center;
	color:#fff;
	margin:0;
	padding:15px 0 10px 0;
	background:#fff url(../material/backimg_footer.jpg) left bottom no-repeat;
}
.contact {
	clear:both;
	color:#342A24;
	margin:118px 0 0 20px;
	font-weight:bold;
}
address { /* 住所 */
	float:left;
	font-size:95%;
}

#copyright { /* フッター(コピーライト) */
	letter-spacing:0;
	margin:5px 0 0 0;
	clear:both;
	font-size:87%;
	color:#A18760;
	text-align:center;
}

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

p {
	margin:8px 0 8px 15px;
	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;
}

li { 
	margin:4px 8px 12px 20px;
	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 !important;
	padding:0 !important;
}
/* テーブル内の段落 */
td p {  }

/* リスト内のリスト */
ol li ol, ol li ul, ul li ul, ul li ol {
	margin-left:0 !important; margin-right:10px;
}

/* テーブル内のリスト */
td ol, td ul { margin:5px 10px 0 15px !important; }
td ol li, td ul li { margin:0 0 5px 5px; }

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

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

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

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

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

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

.pink { /* ピンク文字 */
	color:#f36;
}

/* 背景色 */
.bk_yellow { background:#FFFCD6 !important; }
.bk_pink { background:#fff0f5 !important; }
.bk_yellow_stripe { background:#FFFCD6 url(../material/back_stripe_yellow.png) left top repeat !important; }

.txt_s { /* テキスト（小） */
	font-size: 70%;
}
.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_left2 {
	text-align:left !important;
	padding-left:10px !important;
}
/* テキスト右寄せ */
.t_right {
	text-align:right !important;
}
/* テキスト中央寄せ */
.t_center {
	text-align:center !important;
}
/* アンダーライン */
.u_line { border-bottom:#C00 1px solid; }

.hl_pink {
	background-color:#fff0f5;
}
.hl_yellow {
	background-color:#FFE158;
}
.hl_red {
	background-color:#FB999A;
}
.ess { /* 必須 */
	font-size: 82%;
	font-style:normal;
	background:#C00;
	padding:1px 2px;
	margin-left:2px;
	line-height:1;
	letter-spacing:0;
	color:#fff;
}

.txt_waku1 { /* 注意表記 */
	margin:15px 32px 15px 26px;
	padding:10px;
	line-height:1.6;
}

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

.waku_color_g { /* 枠のカラー薄緑 */
	color:#003200;
	border:1px solid #bddcad;
	background-color:#edffdc;
}

/* 枠 */
.frame {
	border:2px solid #f7b2b2;
	background:#fff;
	padding:15px;
	margin:10px 25px 20px 25px;
	font-weight:bold;
	line-height:1.5;
}

/* テーブルスペース */
.t_spc { margin-left:35px !important; }
.t_spcMin { margin-top:5px !important; margin-bottom:8px !important; }
.t_spc0 { margin-top:0 !important; }

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

h1 {
	margin:0;
	padding:0;
}

#contMain h2 {
	font-size:1.8em;
	margin:0 0 10px 0;
	padding:10px 10px 0 0;
	background:url(../material/title_page.gif) left top repeat-x;
	border:solid 1px #B8661E;
	height:40px;
	color:#B45821;
	text-align:right;
	letter-spacing:2px;
}


h3 {
	font-size:1.6em;
	letter-spacing:3px;
	padding:10px 0;
	margin:0;
}

#contMain h3 {
	background:url(../material/title_cont.gif) left top no-repeat;
	padding:5px 0 5px 30px;
	margin:15px 0;
}
#contMain h3 em {
	background:#fff;
	padding:0 5px 0 10px;
	margin:0;
}

h4 {
	font-size:1.2em;
	padding:5px 0 2px 10px;
	margin:0;
	color:#FFF;
	/*background:#818e3d;*/
	background:#405062;
}

h5 {
	font-size:1.2em;
	padding:10px 0 8px 0;
	margin:0;
}

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

/* ノーマル・テーブルコンテンツ ///// */
table.normal { 
  margin:5px 0px 5px 15px;
  line-height:1.45;
}
.normal td {  /* ノーマル(td) */
	padding:5px; 
	vertical-align:top;
}

.normal table td { 
	font-family:Arial,Helvetica,Verdana,'ＭＳ ゴシック','Osaka−等幅';
	letter-spacing:0;
	font-size:90%;
}

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

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

.cont1 td { /* ライン付き(td) */
	font-size: 100%;
	color:#163452;  
	border: 1px solid #4C6476;
	padding:5px 0px 5px 15px;
	line-height:1.45;
	background:#fff;
}

.cont1 th { /* ライン付き(th) */
	font-size: 100%;
	color:#163452;
	border: 1px solid #4C6476;
	padding:5px 0 5px 5px;
	background:#FFF3C9;
	text-align:center;
}
.cont1 caption {
    text-align: left;
    font-size:1.1em;
    padding:5px 0;
}
.cont1 caption:before {
    content: "■";
}
/* アンダーライン型テーブル装飾 //////// */

table.cont-u { /* 下ライン付き(table) */
	margin:15px 10px 20px 20px;
	border:none; 
	border-collapse: collapse;
	line-height:1.5;
}

.cont-u td { /* 下ライン付き(td) */
	vertical-align:top;
	border-bottom: 1px dotted #8b7d6b; 
	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 10px;
	font-family: monospace,"ＭＳ ゴシック","Osaka−等幅";
	letter-spacing:1px;
	font-weight:bold;
	border-bottom: 1px dotted #8b7d6b;
}

table.cont-u2 { /* 下ライン付き(table) */
	margin:0 10px 0 0;
	border:none; 
	border-collapse: collapse;
	line-height:1.3;
}

.cont-u2 td { /* 下ライン付き(td) */
	vertical-align:top;
	border-bottom: 1px dotted #8b7d6b; 
	padding:5px 3px 5px 3px !important;
	letter-spacing:0;
 	font-size:90%;
}
.table_l { /* テーブル回り込み（左） */
 	float:left;
  	margin:0 20px 0 0;
}
.table_r { /* テーブル回り込み（左） */
 	float:right;
  	margin:0 20px 0 0;
}

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

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

.img_n2 { /* 写真(枠なし) */
	margin:10px 5px 10px 0;
	border:none;
}
.img_n3 { /* 写真(枠なし・縦間隔狭い) */
	margin:2px 0 6px 0;
	border:none;
}
.img_n4 { /* 写真(枠なし・縦間隔なし) */
	margin:0 5px 0 0;
	border:none;
}
.img_l { /* 写真のテキスト回り込み（左） */
 	float:left;
  	margin:0 20px 10px 0;
}

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

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

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

@media print{ 
	body { background:#fff; }
	#container { width:760px; padding:0; }
	#header { background:none; height:auto; }
	#header2 { display:none; }
	#footer { width:auto; height:auto; background:none; }
	#contArea { width:auto; padding:0; }
	#contSide { display:none; }
	#contMain { float:none; width:auto; padding:20px 0; }
	#footerMenu { display:none; }
	/*#path_navi { display:none; }*/
	#img_char1,#img_char2 { display:none; }
	#bn_picup { display:none; }
	
}

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