@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #666666;
}

img {
	border: 0px;
}

/*--- wrapper ----------*/
#wrapper {
	width: 741px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#wrapper_bg {
	background-color: #FFFFFF;
	height: auto;
}

/*--- header ----------*/
#header {
	width: 744px;
	height: 158px;
	background: url(../img/bg_header.png) no-repeat center center;
	margin-right: auto;
	margin-left: auto;
}

#header_bg {
	background: url(../img/bg_body.png) repeat-x top center #FFFFFF;
	height: auto;
}

#header_box {
	padding-top: 20px;
	margin-left: 17px;
	margin-right: 20px;
}

#logo {
	float: left;
	width: 220px;
}

#logo img {
	float: left;
	margin-right: 10px;
}
#logo p {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin-top: 10px;
}

#h_menu {
	float: right;
}

#h_menu ul {
	width: 140px;
	display: block;
	list-style: none;
}

#h_menu li {
	display: block;
	width: 140px;
	height: 24px;
	text-indent: -1000em;
}

#h_menu li a {
	display: block;
	width: 140px;
	height: 24px;
}

#h_menu01 a:hover {background: url(../img/h_menu01_on.png) no-repeat center center;}
#h_menu02 a:hover {background: url(../img/h_menu02_on.png) no-repeat center center;}
#h_menu03 a:hover {background: url(../img/h_menu03_on.png) no-repeat center center;}

#h_menu01 {background: url(../img/h_menu01.png) no-repeat center center;}
#h_menu02 {background: url(../img/h_menu02.png) no-repeat center center;}
#h_menu03 {background: url(../img/h_menu03.png) no-repeat center center;}

/*--- menu ----------*/
#menu_bg {
	height: 26px;
	background: url(../img/bg_menu2.png) repeat-x center center;
}

#menu {
	width: 741px;
	height: 26px;
	background: url(../img/bg_menu1.png) repeat-x center center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#menu ul {
	width: 705px;
	display: block;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}

#menu li {
	float: left;
	display: block;
	height: 26px;
	text-indent: -1000em;
}

#menu li a {
	display: block;
	height: 26px;
}

#menu01 {width: 118px; background: url(../img/menu01.png) no-repeat center center;}
#menu02 {width: 117px; background: url(../img/menu02.png) no-repeat center center;}
#menu03 {width: 117px; background: url(../img/menu03.png) no-repeat center center;}
#menu04 {width: 117px; background: url(../img/menu04.png) no-repeat center center;}
#menu05 {width: 117px; background: url(../img/menu05.png) no-repeat center center;}
#menu06 {width: 118px; background: url(../img/menu06.png) no-repeat center center;}

#menu01 a:hover {background: url(../img/menu01_on.png) no-repeat center center;}
#menu02 a:hover {background: url(../img/menu02_on.png) no-repeat center center;}
#menu03 a:hover {background: url(../img/menu03_on.png) no-repeat center center;}
#menu04 a:hover {background: url(../img/menu04_on.png) no-repeat center center;}
#menu05 a:hover {background: url(../img/menu05_on.png) no-repeat center center;}
#menu06 a:hover {background: url(../img/menu06_on.png) no-repeat center center;}

/*--- navi ----------*/
#navi {
	width: 741px;
	height: 21px;
	background: url(../img/bg_01.png) repeat-x top left;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

#navi p {
	width: 741px;
	line-height: 21px;
	color: #999999;
	vertical-align: middle;
	text-indent: 20px;
}

/*--- top_flash&top_image ----------*/
#top_flash {
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
}
#top_image {
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
}

/*--- main ----------*/
#main {
	display: block;
	width: 741px;
	height: auto;
	background: url(../img/bg_01.png) repeat-x top left;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
}

/*--- contents ----------*/
#contents_body {
	float: left;
	width: 550px;
	height: auto;
	margin-top: 28px;
}

.contents01 {
	float: left;
	width: 548px;
	height: auto;
	background-color: #F5F5F5;
	border: 1px solid #E8E8E8;
}
.contents01 p {
	line-height: 17px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 14px;
}

.contents02 {
	float: left;
	width: 548px;
	height: 83px;
	background: url(../img/bg_contents02.png) repeat-x top left #E6F3F7;
	border: 1px solid #CCCCCC;
}
.contents02 p {
	width: 447px;
	line-height: 14px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.contents03 {
	float: left;
	width: 548px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.contents03 p {
	line-height: 14px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 14px;
	letter-spacing: 1px;
}

/*--- side ----------*/
#side {
	float: right;
	width: 175px;
	height: auto;
	margin-top: 18px;
	margin-bottom: 15px;
}

#side p {
	font-size: 10px;
}

#side ul{
	list-style: none;
}
#side li {
	display: block;
	width: 175px;
	margin-bottom: 10px;
	text-indent: -1000em;
}
#side li a {
	display: block;
	width: 175px;
}

#s_menu01 a {height: 60px; background: url(../img/banner_elite.png) no-repeat center center;}
#s_menu02 a {height: 50px; background: url(../img/banner_counseling.png) no-repeat center center;}
#s_menu03 a {height: 50px; background: url(../img/banner_profile.png) no-repeat center center;}
#s_menu04 a {height: 50px; background: url(../img/banner_love.png) no-repeat center center;}

#s_menu01 a:hover {background: url(../img/banner_elite_on.png) no-repeat center center;}
#s_menu02 a:hover {background: url(../img/banner_counseling_on.png) no-repeat center center;}
#s_menu03 a:hover {background: url(../img/banner_profile_on.png) no-repeat center center;}
#s_menu04 a:hover {background: url(../img/banner_love_on.png) no-repeat center center;}

#side table {
	width: 175px;
	height: 20px;
	border: 0px;
}

#side input#textfield {
	width: 118px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #999999;
}

/*--- pagetop ----------*/
.pagetop {
	display: block;
	clear: both;
	width: 641px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;
	bottom: 14px;
}

.pagetop2 {
	display: block;
	clear: both;
	height: 0px;
	width: 528px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;
	left: 152px;
	bottom: 28px;
}


/*--- f_menu ----------*/
#f_menu {
	clear: both;
	height: 37px;
	line-height: 37px;
	background: url(../img/bg_01.png) repeat-x top left #FFFFFF;
	vertical-align: middle;
	text-align: center;
	color: #999999;
}

/*--- footer ----------*/
#footer_bg {
	background: url(../img/bg_footer.png) #666666 repeat-x top center;
}

#footer {
	width: 741px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

address {
	float: left;
	font-style: normal;
	letter-spacing: 1px;
}

#footer p {
	float: right;
	letter-spacing: 0px;
}
