/* EC Document */

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

body {
  background:#fff url(../material/back.gif) repeat top left; 
}

/* リンク (全般) */
A { color: #2258A9; text-decoration:underline; font-weight:bold; }
A:visited  { /*color:#33C;*/ }
A:hover { color:#C30; 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:900px;
	height:auto;
	margin:0;
	padding:0;
	z-index:0;
	background:#fff;
	/* background:#fff url(../material/back_img_container.jpg) left top no-repeat; */	
}

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

/* ヘッダー・タイトル */
#header { 
	width:100%;
	height:120px;
	margin:0 auto;
	background:url(../material/back_img_header.jpg) left top repeat-x;
}
#header h1 { /* ヘッダーH1タイトル */
	font-size:100%;
	margin:0 0 0 15px;
	padding:0;
	color:#46534C;
	width:500px;
	height:50px;
	background:url(../material/logo.png) 0% 60% no-repeat;
    /*background-size: contain;*/
}
#header h1 a {
	display:block;
	height:60px;
}
#header h1 em { display:none; }

/* コンテンツエリア ////////////////// */
#contArea {
	width:auto;
	height:auto !important;
	min-height:600px;
	margin:0 0 20px 0;
	padding:0;
	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 {
	width:auto;
	height:auto !important;
	padding:20px 20px;
	margin:0;
}
#N-top #contMain {
	width:635px;
	float:right;
}
/* コンテンツサイド ////// */
#contSide {
	float:left;
	width:200px;
	padding:10px 5px;
	margin:0;
}

/* フッター ////////////////////////// */
#footer {
	width:100%;
	height:50px;
	clear:both;
	font-size:90%;
	line-height:1.4;
	text-align:center;
	margin:0;
	padding:15px 0;
	border-top:5px solid #46534C;
	background:url(../material/back_img_footer.gif) left top repeat;
}

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

address { /* 住所 */
	font-size:100%;
	margin-top:5px;
	text-align:center;
}


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

p {
	margin:8px 0 8px 15px;
	padding:0;
	line-height:1.65;
}

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

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

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_spc { margin-left:15px !important; }
.t_spcMin { margin-top:5px !important; margin-bottom:8px !important; }
.t_spc0 { margin-top:0 !important; }

/* テキスト右寄せ */
.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;
	margin:5px 15px 5px 0;
	padding:5px 10px;
	font-weight:bold;
	line-height:1.5;
}
.txt_waku { /* 注意表記（赤枠つき） */
	color:#594b49;
	border:1px solid #ffe4e1; /* 枠色 LavenderBlush */
	background-color:#fff0f5; /* 背景色 misty rose */
	margin:5px 10px 5px 0;
	padding:5px 10px;
	line-height:1.6;
}

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

h1 {
	margin:0;
	padding:0;
}

/*
h2 {
	font-size:1.8em;
	margin:15px 0;
	padding:0;
}
*/

h2#pageTitle {
	font-size:1.9em;
	margin:5px 0 15px 0;
	padding:16px 0 5px 14px;
	background:url(../material/h2_back2.png) 0 0 no-repeat;
	height:40px;
	color:#464
}
h2 {
	font-size:1.8em;
	margin:5px 0 15px 0;
	padding:10px 0 5px 0;
	/*
	background:#ffddaa;
	border-top:3px solid #C00;
	*/
	color:#960;
}
h2.page { /* ニュース用 */
	color:#333;
	background:none;
	margin:0;
	padding:0;	
}

h3 {
	font-size:1.4em;
	letter-spacing:3px;
	margin:8px 0;
	padding:5px 0 5px 0;
	margin:0;
	color:#D65915;
}

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

h5 {
	font-size:1.0em;
	padding:10px 0 5px 10px;
	margin:0;
}

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

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

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

table.cont-u { /* 下ライン付き(table) */
	margin:20px 10px 35px 15px;
	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;
}

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

.img_n { /* 写真(枠付き) */
	margin:5px 15px 10px 10px;
	border:1px solid #555;
}
a:hover .img_n {
	border:1px solid #FF0000;
}
.img_n0 { /* 写真(枠付き 横間隔なし) */
	margin:0 5px 17px 0;
	border:1px solid #555;
}

.img_n1 { /* 写真(枠付き 横間隔なし縦狭い) */
	margin:0 5px 8px 0;
	border:1px solid #555;
}

.img_n2 { /* 写真(枠なし) */
	margin:10px 5px 10px 0;
	border:none;
}

.img_n3 { /* 写真(枠なし・縦間隔なし) */
	margin:0 5px 2px 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{ 
	
}

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

