@charset "utf-8";
@import "base.css";
@import "reset.css";

/* 構造 */

div#cont_right div.txbox {
	padding:0 10px 10px;
}

div.txbox p {
	font-size:1.2em;
	line-height:1.5;
	padding-bottom:10px;
}

.bnbox {
	padding:0 0 10px 8px;
}

.leftbox {
	width:196px;
	float:left;
	padding:0 10px 15px 0;
}

.leftbox p {
	font-size:1.2em;
	line-height:1.5;
	padding:0 5px;
}

div#cont_right h4 {
	width:620px;
	font-family:メイリオ;
	font-size:1.6em;
	background:url(../image/title_bg.jpg) no-repeat;
	padding:10px 0 5px 10px;
	color:#FFF;
	margin:0;
	clear:both;
}

.newsbox {
	border:1px solid #637e6f;
}

.newsbox p {
	margin:0;
	padding:0;
}

.newsbox table {
	padding:0;
	font-size:14px;
	color:#375540;
	width:100%;
}

.newsbox table tr th {
	font-weight:normal;
	width:100px;
	padding:5px 0 5px 15px;
	text-align:left;
}

.newsbox table tr td {
	padding-left:15px;
}

.newsbox table tr.grn th {
	background:#eefdd0;
	font-weight:normal;
	width:100px;
	padding:5px 0 5px 15px;
	text-align:left
}

.newsbox table tr.grn td {
	background:#eefdd0;
	padding-left:15px;
}

.lastbox {
	width:500px;
	background:url(../image/banner_bg.jpg) no-repeat;
	margin:20px auto;
}

.lastbox p {
	padding:70px 0 10px 212px;
}


/* seo master
-------------------------------------------------------------------- */
div.sbox table { margin:0 auto; }
div.summary { margin-left: 1em;}
div.sbox h1.stext,
div.sbox div.summary {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height: 1.6;
}


