/* CSS Document */

.img_box01 {
	float: left;
	padding-left: 20px;
	width: 180px;
}
#text_box01 {
	float: left;
	padding-left: 30px;
	width: 480px;
}
.banner_index01 {
	width: 470px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#map {
	float: left;
	height: 300px;
	width: 340px;
	border: 2px solid #346701;
	margin-left: 20px;
	margin-top: 10px;
}
#text_box02 {

	float: left;
	padding-left: 30px;
	width: 320px;
}
#text_box02_nanatoku {
	padding-top: 15px;
}
.nanacell_left {
	width: 20%;
	padding-left: 30px;
}
.nanacell_right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	width: 80%;
}
.index_mainimage {
	background-image: url(../main_img01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
	padding-bottom: 10px;
}
#news_topics {
	padding-left: 13px;
	padding-bottom: 50px;
	width: 700px;
}
#news_topics:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.news_box {
	background-image: url(../whatsnew.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 671px;
	margin-left: 14px;
	height: 239px;
	padding: 11px;
}
.news_body {
	font-size: 14px;
	line-height: 180%;
	color: #990;
}
.news_body p {
	margin: 0px;
	padding: 0px;
}
.news_body .non {
	display: none;
}
.news_body .art-date {
	float: left;
	margin-right: 15px;
}
.news_body .art-sub {
	float: left;
	font-weight: bold;
}
.news_body .topics_comment {
	clear: both;
	width: 96%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #999;
}
.shintyaku_box {
	padding-bottom: 20px;
}
.new_syaden {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	border: 3px solid #FB9BA3;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 150%;
	font-family: "ヒラギノ明朝 pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.new_syaden span.red {
	font-size: 25px;
	font-weight: bold;
	color: #C30;
	margin-bottom: 20px;
	display: block;
}
.new_syaden p.box {
	margin-bottom: 20px;
}
.new_syaden_text {
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}