@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.hBox {
	margin-bottom: 40px;
}

#main .inner {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CC3366;
}

#main .inner dl {
	padding-left: 10px;
	width: 390px;
	float: left;
}

#main .inner dt a {
	color: #d83a6b;
	font-size: 1.3em;
	text-decoration: none;
}

#main .inner dt a:hover {
	color: #f8779f;
}

#main .inner dd {
	margin: 1px 0 8px 15px;
	font-size: 1.1em;
	line-height: 1.1;
}

#main .inner02 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#main .inner02 dt a {
	color: #6a4292;
}

#main .inner02 dt a:hover {
	color: #9966cc;
}
