@charset "utf-8";
/*------------ページ------------*/
body {
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#page {
	text-align: center;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
/*------------ページEND------------*/
/*------------ヘッダー------------*/
#header {
	height: 110px;
	width: 860px;
	background-image: url(../img/bg_head.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#header h1 {
	padding-top: 20px;
	padding-left: 17px;
	float: left;
	width: 200px;
}
#header #logo {
	padding-left: 580px;
	padding-top: 11px;
}
/*------------ヘッダーEND------------*/
/*------------メニュー------------*/
#menu {
	float: left;
	width: 210px;
	background-color: #f0f0f0;
	margin-left: 10px;
	padding-top: 10px;
}
#menu h2 {
	margin-top: 10px;
}
#menu .hedTxt {
	background-color: #999999;
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu li {
	margin-bottom: 5px;
}
/*------------メニューEND------------*/
/*------------コンテンツ------------*/
#contents {
	float: right;
	width: 590px;
	background-color: #f0f0f0;
	margin-right: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents #video {
	height: 380px;
	width: 590px;
	background-image: url(../img/bg_egrowup-video.jpg);
	background-repeat: no-repeat;
}
#contents #egrowPromo {
	width: 161px;
	float: left;
	padding-left: 22px;
	padding-top: 145px;
}
#contents #egrowAnime {
	padding-left: 183px;
	padding-top: 204px;
}
#contents h2 {
	margin-bottom: 10px;
}
#contents .titleTxt {
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #999999;
	padding-left: 20px;
}
#contents .hedTxt {
	color: #FF9900;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../img/icn_book.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 10px;
}
#contents .subhedTxt {
	font-size: 1.5em;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents .listTxt {
	background-image: url(../img/icn_circle.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 40px;
	margin-top: 5px;
}
#contents .imgTxt {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


#contents .txt {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.8em;
}
#contents .columnCheck {
	float: left;
	width: 184px;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
}
#contents .columnCheck p {
	font-size: 0.9em;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents .userMan {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../img/icn_man.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 50px;
	height: 20px;
	color: #FF9900;
	font-size: 1.5em;
	padding-top: 30px;
}
#contents .userWoman {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../img/icn_woman.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 50px;
	height: 20px;
	color: #FF9900;
	font-size: 1.5em;
	padding-top: 30px;
}
#contents .userMan2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../img/icn_man2.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 55px;
	height: 20px;
	color: #FF9900;
	font-size: 1.5em;
	padding-top: 30px;
}
#contents .userWoman2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../img/icn_woman2.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 55px;
	height: 20px;
	color: #FF9900;
	font-size: 1.5em;
	padding-top: 30px;
}/*------------コンテンツEND------------*/
/*------------フッター------------*/
#footer {
	clear: both;
	width: 860px;
}
/*------------フッターEND------------*/
