@charset "UTF-8";
#main {
	text-align:center
}
#main .contents-other {
	padding-top: 20px;
}
#main .contents-other .section {
	line-height:160%;
	padding-bottom: 40px;
	*padding-bottom : 20px; /* IE7とそれ以下用 */
	text-align: left;
	overflow: hidden;
    height:100%;
	zoom:100%;
}
#main .contents-other .section h2 {
	margin-bottom: 35px;
}
#main .contents-other .section h3 {
	margin-bottom: 18px;
}



/*　段落　*/
.setbox {
	clear: both;
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 916px;
}

.setbox_end {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 916px;
	text-align: left;
}

.txt_area {
	margin: 0;
	padding: 0 15px 0 10px;
	line-height: 200%;
}

.txt_area a:link,
.txt_area a:visited {
	text-decoration: underline;
	color: #CC6600;
}

.txt_area a:hover,
.txt_area a:active {
	text-decoration: underline;
	color: #E89C58;
}







/* float */
.float_left {
	margin: 0;
	padding: 0;
	width: 610px;
	float: left;
	text-align: left;
}

.float_right {
	margin: 0;
	padding: 0;
	width: 291px;
	float: right;
	text-align: right;
}

.photo_center {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}






