/*---- Basic---*/
html{
	overflow:auto;
}

body{
	background-color: #fff;
	color: #000;
	font-family: Helvetica,Geneva,Arial,sans-serif;
	font-size: 20px;
	line-height: 130%;
	width: 100%;
	letter-spacing: 0.1ex;
}

h1{
	font-size: 140%;
	color:#3050C0;
	font-weight: bold;
	max-width: 100%;
	line-height: 110%;
}

.toppage_ttl{
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #3050C0;
	margin-top: 54px;
	margin-bottom: 54px;
}

hr{
	margin:0px;
}

/*---- DIV-Main section ---*/
#top_section{
	width: 700px;
	margin: 0 auto;
}

.main_section{
	width: 800px;
	height: 270px;
	margin: 0 auto;
	margin-top: 30px;
}

.box_txt{
	float: right;
	width: 475px;
}

p.body_txt{
	color: #333333;
	font-size: 90%;
	margin-top: 25px;
	margin-bottom: 12px;
	line-height: 1.25em;
}

/*--- Image ---*/

img.img_top {
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	width: 420px;
}

img.img_body {
	display: block;
	width: 300px;
	float: left;
}

/*---- foot Bar ---*/
.footer_bar{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px;
	min-width: 300px;
	background: #f0f0f0;
	height: auto;
	border-top: 1px solid #e0e0e0;
}


/*---- Previous Page ---*/
button.prevBtn {
	position: relative;
	float: left;
	height: 60px;
	border-radius:4px;
	border:2px solid;
	border-color: #b4b4b4;
	margin: 5px;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-appearance: none;
	background-color:#e6e6e6;
}
button.prevBtn:hover {
	border:2px solid;
	border-color: #cccccc;
	background-color:#f5f5f5;
}

/*---- Next Page ---*/
button.nextBtn {
	position: relative;
	float: right;
	height: 60px;
	border-radius:4px;
	border:2px solid;
	border-color: #b4b4b4;
	margin: 5px;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-appearance: none;
	background-color:#e6e6e6;
}
button.nextBtn:hover {
	border:2px solid;
	border-color: #cccccc;
	background-color:#f5f5f5;
}

img.btnImage {
	vertical-align: middle;
}

/*---- Page Number ---*/
.page_number{
	clear: both;
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 120%;
	line-height: 70px;
}
