
/* ----------------------------------
共通
---------------------------------- */
body {
	color: #000;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin:0;
	padding:0;
}
a:link		{color: #739d2f; text-decoration: none;}
a:visited	{color: #739d2f; text-decoration: none;}
a:hover		{color: #739d2f; text-decoration: underline;}
a:active	{color: #739d2f; text-decoration: none;}

/* 左右位置 */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
/* 文字 */
.txt10 {
	font-size: 10px;
}
.txt12 {
	font-size: 12px;
}
.txt16 {
	font-size: 16px;
	line-height: 160%;
}
/* 背景 */
#all_bg { 
	width: 806px;
	margin: 0 auto;
	background-image: url(../img/bg.jpg);
}
/* ヘッダー */
#header {
	width: 800px;
	margin-top: 20px;
	padding-bottom: 15px;
}
#header h1 {
	margin: 0;
	padding: 0;
}
h2 {
	width: 570px;
	height: 30px;
	font-size: 18px;
	text-align: left;
	margin: 20px 0 20px 0px;
	padding: 7px 10px 0px 10px;
	background-image: url(../img/pttl.jpg);
}
h3 {
	width: 550px;
	font-size: 16px;
	color: #739d2f;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	text-align: left;
}
h4 {
	width: 550px;
	font-size: 14px;
	color: #739d2f;
	margin: 20px 0 10px 0;
	text-align: left;
}
.pttl {
	width: 570px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 7px 10px 0px 10px;
	margin: 5px 0 0 0;
	background-image: url(../img/pttl.jpg);
}
.pttl_top {
	width: 580px;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right;
}
/* ナビ */
#nav {
	width: 800px;
}
/* パンくず */
#snav {
	width: 800px;
	text-align: left;
	background-color: #F9F9F9;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
#snav .ntxt {
	font-size: 10px;
	padding: 3px 10px 2px 10px;
}
/* ページトップ戻る */
#ptop_nav { 
	width: 550px;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 10px;
}
/* フッター */
#footer_txt { 
	width: 95%;
	font-size: 10px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer { 
	width: 95%;
	border-top: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 30px;
}

/* 内容 */
#contents {
	width: 800px;
	margin-bottom: 20px;
}
#contents .line {
	width: 190px;
	border-right: 1px solid #EBEBEB;
	margin-bottom: 30px;
	vertical-align: top;
}
/* 左メニュー */
#leftm {
	width: 180px;
	margin-bottom: 20px;
}
#leftm img {
	margin-top: 8px;
}
#leftm .sublink {
	font-size: 12px;
	font-weight: normal;
	padding: 12px 20px 10px 20px;
	border-bottom: 1px solid #EBEBEB;
	text-align: left;
}

/* ----------------------------------
トップページ
---------------------------------- */
/* バナー */
.main_ban {
	margin: 0px 5px 10px 5px;
}
#top_ban {
	width: 200px;
	background-image: url(../img/bg_ban_mdl.jpg);
	text-align: center;
}
#top_ban .tb {
	margin-top: 10px;
}
/* トピックス */
dl.top_new {
	margin-right: 15px;
	font-size: 12px;
	line-height: 130%;
}
dl.top_new dt {
	float: left;
	width: 33px;
	padding-top: 7px;
}
dl.top_new dd {
	margin: 0px 0px 0px 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #999;
}

/* ---------------------------------
中ページ
---------------------------------- */
/* 本文 */
p {
	width: 550px;
	text-align: left;
	font-size: 14px;
	line-height: 170%;
	margin: 0;
	padding: 0;
}
/* 表 （緑枠）*/
.lay {
	width: 100%;
	margin: 5px 0 5px 0;
	border-collapse: collapse;
}
.lay th {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #739d2f;
	background-color: #eaf6d7;
}
.lay td {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #739d2f;
}
/* 表（枠なし） */
.lay2 {
	width: 100%;
	margin: 5px 0 5px 0;
}
.lay2 td {
	width: 33%;
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
}
.bc_or {
	background-color: #ffe6ba;
}
.bc_gr {
	background-color: #f7f7f7;
}

/* ---------------------------------
お知らせ
---------------------------------- */
dl.news_new {
	width: 500px;
	margin-right: 15px;
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
}
dl.news_new dt {
	float: left;
	width: 33px;
	padding-top: 7px;
}
dl.news_new dd {
	margin: 0px 0px 0px 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #999;
}

