@charset "utf-8";

/* 基本レイアウト */

#point div.section p {
	line-height: 180%;	
}

.section {
	clear:both;
	padding: 0 20px;
}

/* 見出し */



h2 {
	clear:both;
	padding: 5px 0px 0px;
	margin-bottom: 10px;
	color: #FF1A00;
	font-size: 18px;
}

h3 {
	margin: 10px 0;
	padding-left: 80px;
	border-bottom: 1px solid #ccc;
	background: url(img/kumo.gif) no-repeat;
	color: #FF0000;
	font-size: 24px;
	font-weight: normal;
}

/* 共通スタイル */

.bg_sub {
	background:#FFDFDF;
}

strong {
	color:#FF0000;
}