@charset "Shift_JIS";

/* title
--------------------------------------------------------------------------------------------------------------*/
#title {
	background: url(img/title.jpg) no-repeat;
}

#main h3 {
	background: url(img/tit.gif) no-repeat;
	width: 595px;
	height: 30px;
	margin: 2px 0 10px;
	text-indent: -9999px;
}
#main h4 {
	margin-top: 30px;
}

/* main
--------------------------------------------------------------------------------------------------------------*/
#main p {
	line-height: 1.5;
	margin-bottom: 7px;
}
#main ul {
	margin: 0 0 7px;
	font-size: 131%;
}
	#main ul li{
		background: url(../img/common/check.gif) no-repeat 0 7px;
		padding: 3px 0 7px 16px;
	}
#main ol {
	margin: 0 0 7px 25px;
	list-style: decimal;
}
	#main ol li{
		padding: 5px 0;
		line-height: 1.4;
	}
#main .photo {
	float: right;
	padding: 0 0 10px 10px;
}

