@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	margin: 30px auto 10px auto;
	background-attachment: fixed;
	background-image: url("../image/lp_web_manual_bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.title {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	text-align: center;
}
.contents_box {
	background-color: #FFF;
	border: 1px solid #000;
	margin-bottom: 20px;
}
.main_image {
	
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.text_style1 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #e80092;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e80092;
	padding-left: 4px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
.text_box {
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}
.text_style2 {
	font-size: 12px;
	line-height: 16px;
}
.text_style3 {
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
}
.text_style4 {
	font-size: 12px;
	line-height: 16px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.text_style5 {
	font-size: 12px;
	line-height: 16px;
	text-align:center;
}