/* navi070612専用スタイルシート */

/* 基本 */
p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 1.4em;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.9em;
	line-height:1.4em;
}

/* 水平線 */
#DoubleHR {
	width: 100%;
	border-top-width: thick;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #007b43;
	height: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* バナースペース */
#Spacer {
	width: 100%;
	height: 20px;
	padding-top: 20px;
}

/* バナースペース */
#Banner {
	width: 798px;
	height: auto;
}

/* 記事掲載スペース */
#Container {
	width: 798px;
	margin-top: 5px;
}

/* ［記事］右　［画像］左 */
#Container .NewsR {
	float: left;
	width: 788px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.NewsR .item_box {
	float: right;
	width: 376px;
	font-size: medium;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#Container .NewsR img {
	float: left;
	width: 388px;
}
#Container .NewsR h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 1.4em;
	font-weight: normal;
	color: #192f60;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #7fffd4;
	padding-left: 4px;
	width: auto;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 192f60;
}
.NewsM .item_box {
	float: right;
	width: 778px;
	font-size: medium;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/* ［記事］左　［画像］右 */
#Container .NewsL {
	float: left;
	width: 788px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.NewsL .item_box {
	float: left;
	width: 376px;
	font-size: medium;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#Container .NewsL img {
	float: right;
	width: 388px;
}
#Container .NewsL h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: large;
	line-height: 1.4em;
	font-weight: bold;
	color: #E95295;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #e95295;
	padding-left: 4px;
	width: auto;
	background-repeat: repeat;
	border-bottom-width: medium;
	border-bottom-style: ridge;
}
