@charset "UTF-8";

/* カテゴリー 観る
---------------------------------------------------- */
#main h3 {
	clear: both;
	width: 680px;
	height: 40px;
	line-height: 36px;
	margin: 20px 0 15px 0;
	color: #FF61A8;
	background: url(../../images/about/heading2.gif) no-repeat left bottom;
	font-size: 138.5%;
	font-weight: bold;
}
#main h3.other {
	width: 670px;
	height: 32px;
	line-height: 32px;
	margin: 50px 0 15px 0;
	padding-left: 10px;
	color: #FF61A8;
	background: url(../../images/about/heading3_other.gif) no-repeat left bottom;
	font-size: 108%;
	font-weight: bold;
}
	
#main h4 {
	clear: both;
	color: #FF61A8;
	font-weight: bold;
}
#main h5 {
	/* スタイル設定不可 */
}
#main h5.unei {
	margin-top: 15px;
	padding-top: 8px;
	border-top: 1px dotted #b2b2b2;
	font-weight: bold;
}
#main p {
	margin-bottom: 15px;
}
#main p.note {
	margin-top: 30px;
}
#main p.note a {
	color: #FF61A8;
}
/* カテゴリー
---------------------------------------------------- */
div#main div.row {
	clear: both;
	width: 680px;
	margin-top: 20px;
}
#main .row p {
	margin: 8px 0;
}
div.row div.leftblock {
	float: left;
	width:330px;
}
div.row div.rightblock {
	float: right;
	width: 330px;
}