@charset "Shift_JIS";

/* ブラウザのスタイルを初期化 ---------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* clearfix---------------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* 全体構造---------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.8;
}

body { background: #CCCCCC url(img/bk.gif) top no-repeat ;}
body div.wrapper { width: 821px; margin: 0 auto;}

/* テキスト---------------------------------------------------- */
.txtb { font-weight: bold; }
.txtgrn { color: #52a221; }
.txtgrn2 { color: #005221; }
.txtgrn2b { color: #005221; font-weight: bold; }
.txtgrn3 { color: #294b28; }
.txt14 { font-size:14px; }
.txt14b { font-size:14px; font-weight: bold; }

p.note { color: #ff3300; font-weight: bold; margin-top: 30px; }


/* リンク---------------------------------------------------- */
a:link { color:#005221; text-decoration:underline;}
a:visited { color:#005221; text-decoration:underline;}
a:active { color:#52a221; text-decoration:none;}
a:hover { color:#52a221; text-decoration:none;}

a.black:link { color:#000000; text-decoration:underline;}
a.black:visited { color:#000000; text-decoration:underline;}
a.black:active { color:#52a221; text-decoration:none;}
a.black:hover { color:#52a221; text-decoration:none;}


/* ナビゲーション---------------------------------------------------- */
div.hnavi { width: 824px; height: 66px; margin-top: 1px; background: transparent url(../img_cmn/hsub_bg.gif) left bottom no-repeat; line-height: 1; }
div.hnavi ul { margin-left: 12px; }
div.hnavi ul li { float: left; }
div.hnavi p.capimg { margin: 0 12px; padding: 3px 0; }


/* トップページ---------------------------------------------------- */
div.top_fla { width:824px; margin:28px 0 10px; }

div.topcont { width: 799px; background: transparent url(../img_cmn/cont_bg.gif) left repeat-y; padding: 30px 22px 0 3px; }
div.topcont div.left { float:left; width:289px;}
div.topcont div.right { float:right; width:490px;}

div.topcont div.left div.box { background-color:#f1ffcb; }
div.topcont div.left div.box table.news { margin:15px;}
div.topcont div.left div.box table.news td { line-height: 1.5; padding: 4px 0;}
div.topcont div.left div.box table.news td.date { padding-right:10px; color:#52a221; white-space:nowrap;}
div.topcont div.left div.bnr { margin-left: 9px; }

div.topcont div.right div.sec01 { padding:15px 10px 20px;}
div.topcont div.right div.sec02 { padding:20px 10px; border-top: dashed 1px #999999; }
div.topcont div.right p { margin-top:15px;}

/* フッタ---------------------------------------------------- */
div.foot { height: 40px; }

