body {
	margin: 0px;
	overflow-y:scroll;
}
*html body {  　　　　　/*IE6だけに適用*/
	overflow-y:auto;
}
*+html body {　　　　　/*IE7だけに適用*/
	overflow-y:auto;
}

#retenpo_container {
	width: 800px;
	height: auto;
	position: absolute;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	left: 50%;
	margin-left: -400px;
}

#retenpo_content {
	width: 800px;
	height: auto;
	position: relative;
}

#retenpo_footer {
	width: 800px;
	height: 30px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

a.mail:link, a.mail:visited {
	text-decoration: none;
	border:0;
}

/* Top用CSS ここから */
.retenpo_top_style_jpn {
	position: relative;
	width: 760px;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 200%;
}

.retenpo_top_style_jpn2 {
	position: relative;
	width: 800px;
	height: auto;
	margin-right: 10px;
	margin-left: 30px;
	padding-bottom: 20px;
	padding-top: 0px;
	line-height: 150%;
}

.retenpo_top_style_jpn h1 {
	font-size: 1.2em;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
.retenpo_top_style_jpn2 h2 {
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.retenpo_top_style_jpn2 ul {
	margin-left: 20px;
}

.font_l {
	font-size: large;
}

.font_l_b {
	font-size: large;
	font-weight: bold;
}

/* Top用CSS ここまで */

