@charset "utf-8";
#wrapper {
	background-image: url(../images/set/set_head_back.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

#set_contents_box {
	overflow: hidden;
	width: 1100px;
	padding-top: 234px;
	clear: both;
}
#contents_L_box {
	float: left;
	padding-left: 70px;
	width: 710px;
	overflow: hidden;
	position: relative;
}
#main_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 336px;
	top: 38px;
	width: 178px;
	text-align: center;
}
#contents_L_box #set_navi_box {
	height: 28px;
	overflow: hidden;
}
#set_navi_box .on {
	float: left;
	line-height: 30px;
	text-align: center;
	height: 28px;
	width: 142px;
	font-size: 13px;
	color: #FFF;
	background-image: url(../images/set/menu_tab.png);
	background-repeat: no-repeat;
	background-position: 0px -28px;
	display: block;
	list-style-type: none;
}
#set_navi_box .off {
	float: left;
	line-height: 30px;
	text-align: center;
	height: 28px;
	width: 142px;
	font-size: 13px;
	color: #FFF;
	background-image: url(../images/set/menu_tab.png);
	background-repeat: no-repeat;
	list-style-type: none;
}

#set_navi_box a:link {
	color: #006F85;
	text-decoration: none;
}
#set_navi_box a:visited {
	color: #006F85;
	text-decoration: none;
}
#set_navi_box a:hover {
	color: #006F85;
	text-decoration: underline;
}
#set_navi_box a:active {
	color: #006F85;
	text-decoration: underline;
}
#contents_L_box #case_box {
	margin-top: 70px;
	color: #333;
	font-size: 13px;
	line-height: 21px;
}
#contents_L_box #case_box p {
	margin-bottom: 14px;
}
#contents_L_box #case_box img {
	float: left;
	padding-right: 8px;
	padding-top: 2px;
}
