@charset "utf-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	main-content
--------------------------------------*/

/*--------------------------------------
	div#main-content
--------------------------------------*/


#main-visual {
	clear: both;
	height: 419px;
	background: url(../../image/bg_main.jpg) no-repeat;
}

#main-visual h2 img {
	margin: 23px 0 46px 22px;
}

#main-visual ul {
	margin-left: 29px;	
}

#main-visual ul li {
	float: left;
}

#main-visual ul li.tel {
	margin-right: 23px;
	float: left;
}

/*	div.image-set
--------------------------------------*/

#main-content div.image-set {
	display: table;
	width: 100%;
}

#main-content div.image-set.reverse {
	direction: rtl;
}

#main-content div.image-set div.image {
	display: table-cell;
	*float: left;
	width: 1%;
	*width: auto;
	vertical-align: top;
}

#main-content div.image-set.reverse div.image {
	*float: left;
}

#main-content div.image-set div.text {
	display: table-cell;
	vertical-align: top;
	zoom: 1;
}

#main-content div.image-set.reverse div.text {
	direction: ltr;
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
}


/*	div.banner
--------------------------------------*/

#main-content div.banner {
	padding-bottom: 10px;
	clear: both;
}


/*	div.section
--------------------------------------*/

#main-content div.section {
	margin-bottom: 20px;
	width: 672px;
	/zoom: 1;
}

#main-content div.section:after {
	content:'';
	display:block;
	clear:both;
}


#main-content div.section  p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

#main-content div.content-link,
#main-content div.content-link02 {
	clear: both;
	text-align: right;
	margin-bottom: 15px;
}

#main-content div.content-link a,
#main-content div.content-link02 a {
	padding-left: 10px;
	background: url(../../shared/image/icon_arrow_01_right.gif) no-repeat left center;
}

.font12red {
	font-family: "MS PGothic", Osaka; 
	font-size: 12px; 
	color: #c00;
	font-weight: bold;
}

.font14red {
	font-family: "MS PGothic", Osaka;
	font-size: 14px;
	color: #c00;
		font-weight: bold;
}

.font16red {
	font-family: "MS PGothic", Osaka;
	font-size: 16px;
	color: #c00;
		font-weight: bold;
}

.font18red {
	font-family: "MS PGothic", Osaka;
	font-size: 18px;
	color: #c00;
		font-weight: bold;
}

.font20red {
	font-family: "MS PGothic", Osaka;
	font-size: 20px;
	color: #c00;
		font-weight: bold;
}

#main-content div.btn {
	clear: both;
	text-align: right;
	margin: 10px 0px;
}

#main-content .list-check {
	margin: 10px 0;
	padding-left: 35px;
	list-style-image: url(../../shared/image/checkmark.gif);
	list-style-position: outside;
}

#main-content .list-check li {
	margin-top: 5px;
	color: #333;
	font-weight: bold;
}

#main-content .list-check02 {
	margin: 10px 0;
	padding-left: 35px;
}

#main-content .list-check02 li {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image: url(../../shared/image/checkmark.gif);
	list-style-position: outside;
	color: #333;
	font-weight:normal;
	line-height: 180%;
}

#main-content .list-check02 li span {
	font-size: 18px;
	color: #c00;
	font-weight: bold;
}

/*	#section-01
--------------------------------------*/

#main-content #section-01 h2.section-title {
	margin-bottom: 10px;
}

#main-content #section-01 {
	font-size: 16px;
	line-height: 160%;
	font-weight: normal;
	vertical-align: top;
	zoom: 1;
	background:url(../../image/bg_greeting.jpg) no-repeat right top;
}

#main-content #section-01 p {
	margin-bottom: 1em;
}

#main-content #section-01 strong {
	color: #FF6600;
	font-weight: bold;
}

#main-content #section-01 a {
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;	
}

/*	#section-02
--------------------------------------*/

#main-content #section-02 {
	float: left;
	width: 330px;	
}

#main-content #section-02 h2.section-title {
	margin-bottom: 10px;
}

#main-content #section-02 dl {
	font-size: 16px;
	line-height: 160%;
}

#main-content #section-02 dd {
	border-bottom: 1px dotted #666666;
}

/*	#section-03
--------------------------------------*/

#main-content #section-03 {
	float: right;
	width: 330px;	
}


#main-content #section-03 h2.section-title {
	margin-bottom: 10px;
}

#main-content #section-03 dl {
	font-size: 16px;
	line-height: 160%;
}

#main-content #section-03 dd {
	border-bottom: 1px dotted #666666;
}

/*	#section-04
--------------------------------------*/

#main-content #section-04 {
	clear: both;
}

#main-content #section-04 h2.section-title {
	margin-bottom: 10px;
}

#main-content #section-04 div.results {
	margin: 0px 6px 7px 0px;
	_margin: 0px 4px 7px 0px;
	padding: 10px 6px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 206px;
	_width: 218px;
}

#main-content #section-04 div.results02 {
	margin: 0px 0px 7px 0px;
	padding: 10px 6px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 206px;
	_width: 218px;
}

#main-content #section-04 div.results p.moreBt,
#main-content #section-04 div.results02 p.moreBt {
	margin-bottom: 0;
	text-align: right;
}


/*	#section-05
--------------------------------------*/

#main-content #section-05 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
	clear: both;
}

#main-content #section-05 h2.section-title {
	margin-bottom: 10px;
}

#main-content #section-05 .voiceBox {
	float: left;
	width: 328px;
}

#main-content #section-05 .voiceBox02 {
	float: right;
	width: 328px;
}

#main-content #section-05 .voiceBox .voiceImage,
#main-content #section-05 .voiceBox02 .voiceImage {
	float: left;
	width: 155px;
}

#main-content #section-05 .voiceBox .voiceComment,
#main-content #section-05 .voiceBox02 .voiceComment {
	float: right;
	width: 165px;
}

#main-content #section-05 .voiceBox .voiceComment h3,
#main-content #section-05 .voiceBox02 .voiceComment h3 {
	border-bottom: 1px dotted #666666;
	font-size: 14px;
	font-weight: bold;	
}

.maintitle {
	clear: both;
	width: 660px;
	margin-top: 15px;
	padding: 10px 0 7px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
	color: #333333;
	background-color: #FFF8E6;
	border-bottom: 3px solid #FF6A0B;
}

.maintitle a {
	color: #333333;
	text-decoration: none;
}

.pic-right {
	float: right;
	margin-left: 10px;
	padding: 3px;

}

.pic-left {
	float: left;
	margin-right: 10px;
	padding: 3px;

}
