@charset "UTF-8";

/* contents , section */

#ch3 {
	width: 635px;
}


.section {
	background: url(../images/section_bg.gif) repeat-y;
	width: 635px;
	margin: 0 0 15px 0;
}


.section_bg {
	background: url(../images/section_bottom_bg.gif) no-repeat bottom;
	padding: 0 20px 20px 20px;
	line-height: 160%;
}

.section_bg_in {
	background: url(../images/section_bottom_bg.gif) no-repeat bottom;
	padding: 0 20px 20px 20px;
	text-indent: 1.8em;
	line-height: 160%;
}

.section_bottom {
	background: url(../images/section_bottom_bg.gif);
	width: 635px;
	height:40px;
}

/* oshirase
--------------------------------------------------*/
/*oshirase*/
.oshirase_subj {
	color: #333333;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.oshirase_date {
	color: #32cd32;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.oshirase_mesg {
	color: #333333;
	text-align: left;
	padding: 10px;
	line-height: 2em;
}

