
/* 1. DEFAULT ********************************************/
body {
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif ;
	font-size:80%;
	color:#333;
	background:#fff;
	margin:0px;
	padding:0px;
}
img { border:0px; }

/* 2. HEADER ******************************************/
div#all {
	background:#fff url(../images/back01.gif) repeat-y;
}
div#header {
	width:980px;
	text-align:left;
	background:#016120 url(../images/headbg.jpg) left top no-repeat;
}

/* 3. TITLE ********************************************/
div#title {
	padding: 5px 0px 6px 10px;
}

/* 4. CONTENTS ********************************************/
div#contents {
	width:740px;
	margin: 30px 120px 30px 120px;
}

/* 6. CONTENTS2 ********************************************/
div#contents2 {
	width:852px;
	margin: 30px 120px 30px 8px;
}

/* 5. FOOTER ********************************************/
div#footer {
	width:980px;
	height:20px;
	background-color:#016120;
}
div#cpyarea { width:980px; margin:0px; padding:0px; }
div#cpyrgt {
	float:right;
	font-size:85%;
	margin:5px 0px 0px 0px;
	text-align:right;
}

/* 6. other ********************************************/

/*  見出し1  */
h1{font-size:1.5em; line-height: 110%; color:#666666}

/*  見出し2  */
h2{font-size:1.25em; line-height: 110%}

/*  見出し3  */
h3{font-size:1.0em; line-height: 110%; margin-top:0.65em; margin-bottom:0}

/*  見出し3―30px下げ  */
h3.indent30px{font-size:1.0em; line-height: 110%; margin-top:0.65em; margin-bottom:0; margin-left:30px}

/*  本文テキストブロック―サイズ可変  */
.s0-140{line-height: 140%; margin-top:0.65em; margin-bottom:0.85em}

/*  本文テキストブロック―サイズ可変  */
p{line-height: 140%; margin-top:0.65em; margin-bottom:0.85em}

/*  本文テキストブロック―サイズ可変―1段（30px）下げ  */
p.indent1{line-height: 140%; margin-top:0.65em; margin-bottom:0.85em; margin-left:30px}

/*  パンくず  */
p.breadcrumbs{line-height: 140%; margin-top:0.65em; margin-bottom:0.45em; margin-left:10px}

/*  パンくず-アンダーライン  */
p.breadcrumbs-underline{border-top:solid 2px #CCCCCC; margin-bottom:1px; margin-top:1px; width:980px}

/*  左ナビゲーションテキスト  */
p.navigationleft{line-height:110%; border-top:solid 1px #CCCCCC; padding-top:10px; width:174px; margin-top:0px }


/*  大・ボールドのテキスト */
.s6b{font-size: 16px; line-height: 20px; font-weight: bold; }

/*  大きめのテキスト */
.s4{font-size: 14px; line-height: 16px;}

/*  大きめのテキスト2 */
.s4n{font-size: 14px; line-height: 105%;}

/*  デフォルトテキスト */
.s3{font-size: 12px; line-height: 14px;}

/*  デフォルトテキスト2(行間空きバージョン) */
.s3m{font-size: 12px; line-height: 16px;}

/*  デフォルトテキスト3(行間空きバージョン) */
.s3n{font-size: 12px; line-height: 105%;}

/*  デフォルトテキスト4(行間空きバージョン) */
.s3o{font-size: 12px; line-height: 150%;}

/*  小さめのテキスト */
.s2{font-size: 11px; line-height: 12px;}

/*  小さめのテキスト2(行間空きバージョン) */
.s2m{font-size: 11px; line-height: 16px;}

/*  小さめのテキスト2-gray(行間空きバージョン) */
.s2m-g{font-size: 11px; line-height: 16px; color:#666666}

/*  小さめのテキスト3(行間空きバージョン) */
.s2n{font-size: 11px; line-height: 105%;}

/*  小さめのテキスト3キャプション(行間空きバージョン) */
.s2n-cap{font-size: 10.5px; line-height: 140%; color:#666666}

/*  最小のテキスト */
.s1{font-size: 9px; line-height: 10px;}

/*  最小のテキスト2(行間空きバージョン)  */
.s1n{font-size: 9px; line-height: 105%;}

/*  2012年3月追加分*/
ul {
	margin-left: 0;
	padding-left: 20px;
}


