/* CSS Document */

/*---------------------------------
_ページタイトル
-----------------------------------*/

h3 {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-size: large;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 20px;



/*---------------------------------
_新着情報
-----------------------------------*/
}.news_box {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.news_title {
	font-size: medium;
	font-weight: bold;
	color: #FF1D67;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 10px;
}
.news_title p {
	margin: 0px;
}

.news_date {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
.news_comment {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news_comment p {
	margin: 0px;
}

