/* kayano Document */

/* ----------------------------------------- */
/* ＢＯＤＹ・ページ全般                      */
/* ----------------------------------------- */
body { /* ▼ページ全般 */
	margin:0;
	padding:0;
	font-family: 'Meiryo','メイリオ',"ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	*font-size: 81.25%; /* for IE6,IE7 */
	color:#2A3442;
	line-height:1.2;
	letter-spacing:1px;
	background:#fff url(../material/back.gif) left top repeat;
}

/* リンク (全般) */
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:960px;
	height:auto;
	margin:0 auto;
	padding:0;
	background:#B08570;
	z-index:0;
}

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

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

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

/* ヘッダー・フッターのライン */
#headerLine , #footerLine {
	height:21px;
	color:#fff;
	font-size:90%;
	line-height:1.2;
	padding:5px 0 0 15px;
}

/* コンテンツエリア ////////////////// */
#contArea {
	width:750px;
	height:auto !important;
	min-height:300px;
	margin:0 auto;
	padding:0 25px;
	line-height:1.65;
	background:#fff url(../material/back_cont-h.jpg) left top no-repeat;
	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:700px;
	height:auto !important;
	padding:10px 25px;
	margin:0;
}
/* コンテンツサイド ////// */
#contSide {
	float:left;
	width:200px;
	margin:10px 0 25px 20px;
}

/* フッター ////////////////////////// */
#footer {
	width:800px;
	height:90px;
	clear:both;
	text-align:center;
	margin:0 auto;
	padding:15px 0 10px 0;
	line-height:1.5;
	background:#fff url(../material/back_cont-f.gif) left bottom no-repeat;
	border-bottom:5px solid #8A0119;
}
.contact {
	color:#342A24;
	font-weight:bold;
}
.contact p {
	margin:0;
	padding:0;
	line-height:1.4;
}

address { } /* 住所 */


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

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

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

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_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:15px;
	margin:10px 25px 20px 25px;
	font-weight:bold;
	line-height:1.5;
}

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

h1 {
	margin:0;
	padding:0;
}

h2 {
	font-size:1.8em;
	margin:0 auto 10px auto;
	padding:0;
	text-align:center;
}

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

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

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

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

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

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

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

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

.cont1 th { /* ライン付き(th) */
	font-size:112%;
	color:#666;
	border: 1px solid #CCC;
	padding:5px 0 5px 5px;
	background:#f7eea0;
	text-align:center;
}
/* アンダーライン型テーブル装飾 //////// */

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_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{ 
	
}

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

