@charset "UTF-8";

/*
--------------------------------------------------
Point Style
--------------------------------------------------
	1.H3
	2.H4
	3.P
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/point_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 50px;
	margin-bottom: 20px;
}
#body h3 strong {
	display: none;
}


/* 2.H4
--------------------------------------------------*/
#body h4 {
	float: left;
	width: 80px;
	font-size: 2.0em;
	margin: 0 0 10px 20px;
}
#body strong {
	float: right;
	display: block;
	width: 860px;
	height: 50px;
	font-size: 2.0em;
	font-weight: normal;
	color: #ff9900;
	text-align: left;
	vertical-align: middle;
	mragin: 0 20px 10px 0;
	padding-top: 30px;
}


/* 3.P
--------------------------------------------------*/
#body p {
	clear: both;
	width: 740px;
	font-size: 1.2em;
	color: #666666;
	line-height: 1.5;
}


/* 4.Left
--------------------------------------------------*/
.left {
	float: left;
	margin: 0 0 30px 20px;
}


/* 5.Right
--------------------------------------------------*/
.right {
	float: right;
	margin: 0 20px 30px 0;
}


/* 6.Hr
--------------------------------------------------*/
#body hr {
	clear: both;
}
