/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
	font-size: 0px;
	line-height: 0px;
}


/*--------------------------------------------------
	全体
--------------------------------------------------*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳＰゴシック";
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
a {
	color: #845900;
}
a:hover {
	color: #FFFFFF;
}

/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
/*--------------------------------------------------
	logo
--------------------------------------------------*/
#logo a{
	background-image: url(images/bg_logo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 270px;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow: hidden;
}
/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 530px;
	float: left;
}
#header h1 {
	font-size: 10px;
	margin-top: 4px;
	text-align: right;
	margin-right: 10px;
}

/*--------------------------------------------------
	main
--------------------------------------------------*/

* html #main { behavior: expression(IEPNGFIX.fix(this)); }
#main {
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-position: center 0px;
}
/*--------------------------------------------------
	navigation
--------------------------------------------------*/
#bg_navigation {
	background-image: url(images/bg_navigation.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
}
#navigation {
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	list-style: none;
}
#navigation li {
	text-indent:-9999px;
	float: left;
}
#navigation a {
	text-decoration:none;
	background:url(images/navigation.jpg) no-repeat scroll left top;
	overflow: hidden;
}
#navi_home a{background-position:0px 0px}
#navi_system a{background-position:-101px 0px}
#navi_event a{background-position:-201px 0px}
#navi_girls a{background-position:-300px 0px}
#navi_schedule a{background-position:-399px 0px}
#navi_recruit a{background-position:-498px 0px}
#navi_link a{background-position:-598px 0px}
#navi_mail a{background-position:-698px 0px}

#navi_home a:hover{background-position:0px -40px}
#navi_system a:hover{background-position:-101px -40px}
#navi_event a:hover{background-position:-201px -40px}
#navi_girls a:hover{background-position:-300px -40px}
#navi_schedule a:hover{background-position:-399px -40px}
#navi_recruit a:hover{background-position:-498px -40px}
#navi_link a:hover{background-position:-598px -40px}
#navi_mail a:hover{background-position:-698px -40px}



#navi_home li,#navi_home a {
	width: 101px;
	height: 40px;
	display: block;
}
#navi_system li,#navi_system a {
	width: 100px;
	height: 40px;
	display: block;
}
#navi_event li,#navi_event a {
	width: 99px;
	height: 40px;
	display: block;
}
#navi_girls li,#navi_girls a {
	width: 99px;
	height: 40px;
	display: block;
}
#navi_schedule li,#navi_schedule a {
	width: 99px;
	height: 40px;
	display: block;
}
#navi_recruit li,#navi_recruit a {
	width: 100px;
	height: 40px;
	display: block;
}
#navi_link li,#navi_link a {
	width: 100px;
	height: 40px;
	display: block;
}
#navi_mail li,#navi_mail a {
	width: 102px;
	height: 40px;
	display: block;
}

/*--------------------------------------------------
	top_image   page_image
--------------------------------------------------*/
#top_image {
	margin-bottom: 6px;
}
#page_image {
	margin-bottom: 6px;
}

/*--------------------------------------------------
	mobile
--------------------------------------------------*/
* html #mobile { behavior: expression(IEPNGFIX.fix(this)); }
#mobile {
	background-image: url(images/bg_mobile.png);
	background-repeat: no-repeat;
	height: 360px;
	width: 230px;
	float: left;
}
#mobile h2 {
	background-image: url(images/title_mobile_site.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 222px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}

* html #mobile .send { behavior: expression(IEPNGFIX.fix(this)); }
#mobile .send {
	background-image: url(images/bg_mobile02.png);
	background-repeat: no-repeat;
	height: 332px;
	width: 222px;
	margin-right: 4px;
	margin-left: 4px;
}
#mobile form {
	padding-top: 242px;
	padding-left: 8px;
}
#mobile .mail_address {
	font-size: 12px;
	padding: 1px;
	border: 1px solid #FFFFFF;
	width: 166px;
}
#mobile .domain {
	font-size: 12px;
	padding: 1px;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-bottom: 10px;
	width: 170px;
}

/*--------------------------------------------------
	live_news
--------------------------------------------------*/
* html #live_news { behavior: expression(IEPNGFIX.fix(this)); }
#live_news {
	background-image: url(images/bg_live_news.png);
	background-repeat: no-repeat;
	height: 360px;
	width: 328px;
	float: left;
	margin-left: 6px;
}
#live_news .live_title {
	background-image: url(images/title_live_news.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 320px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
}
#live_news h2 {
	display: none;
	float: left;
}
#live_news .rss a{
	float: right;
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 35px;
	margin-top: 5px;
	margin-right: 5px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#live_news .content {
	height: 310px;
	width: 296px;
	overflow: auto;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FFE1A4;
	scrollbar-darkshadow-color: #000000;
	scrollbar-base-color: #000000;
	padding: 5px 10px 10px 14px;
	line-height: 20px;
}


#live_news a {
	color: #845900;
}
#live_news a:hover {
	color: #FFFFFF;
}




#live_news .time {
	text-align: right;
	font-size: 10px;
}
#live_news .title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#live_news .col {
	line-height: 16px;
}
#live_news .col img {
	padding: 2px;
	border: 1px solid #986600;
	margin: 4px;
}

#live_news p {
	margin-bottom: 10px;
}

/*--------------------------------------------------
	top_schedule
--------------------------------------------------*/
* html #top_schedule { behavior: expression(IEPNGFIX.fix(this)); }
#top_schedule {
	background-image: url(images/bg_top_schedule.png);
	background-repeat: no-repeat;
	height: 360px;
	width: 230px;
	float: left;
	margin-left: 6px;
}
#top_schedule h2 {
	background-image: url(images/title_top_schedule.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 222px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}
#top_schedule .content {
	width: 222px;
	margin-right: 4px;
	margin-left: 4px;
}
/*--------------------------------------------------
	pickup
--------------------------------------------------*/
* html #pickup { behavior: expression(IEPNGFIX.fix(this)); }
#pickup {
	background-image: url(images/bg_pickup.png);
	background-repeat: no-repeat;
	height: 98px;
	width: 792px;
	margin-top: 6px;
	padding: 4px;
	margin-bottom: 6px;
}
#pickup h2 {
	background-image: url(images/title_pickup_contents.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 792px;
	text-indent: -9999px;
	margin-bottom: 4px;
}
#pickup li {
	float: left;
	list-style-type: none;
}
#pickup .banner01 {
	margin-left: 1px;
}
#pickup .banner01 a{
	height: 66px;
	width: 260px;
	background-image: url(images/banner_mail_magazine.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow: hidden;
}
#pickup .banner01 a:hover {
	background-image: url(images/banner_mail_magazine.jpg);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 66px;
	width: 260px;
}
#pickup .banner02 {
	margin-left: 4px;
}
#pickup .banner02 a{
	height: 66px;
	width: 260px;
	background-image: url(images/banner_girls.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow: hidden;
}
#pickup .banner02 a:hover {
	background-image: url(images/banner_girls.jpg);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 66px;
	width: 260px;
	float: left;
}
#pickup .banner03 {
	margin-left: 4px;
	overflow: hidden;
}
#pickup .banner03 a{
	height: 66px;
	width: 260px;
	background-image: url(images/banner_schedule.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}
#pickup .banner03 a:hover {
	background-image: url(images/banner_schedule.jpg);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 66px;
	width: 260px;
	float: left;
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
* html #footer { behavior: expression(IEPNGFIX.fix(this)); }
#footer {
	background-image: url(images/bg_footer.png);
	height: 124px;
	width: 800px;
	background-repeat: repeat;
}



#footer .foot_nav {
	float: left;
	font-size: 10px;
	margin-bottom: 20px;
	margin-top: 7px;
	margin-left: 2px;
}
#footer .foot_nav ul {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#footer .foot_nav li {
	float: left;
	border-right: 1px solid #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
#footer a {
	color: #845900;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .address {
	font-size: 10px;
	margin-left: 10px;
	line-height: 16px;
}
#footer img {
	vertical-align: middle;
}
#footer .address p {
	margin-bottom: 6px;
}

/*--------------------------------------------------
	archives
--------------------------------------------------*/
* html #archives { behavior: expression(IEPNGFIX.fix(this)); }
#archives {
	background-image: url(images/bg_archives.png);
	background-repeat: no-repeat;
	height: 360px;
	width: 230px;
	float: left;
}
#archives h2 {
	background-image: url(images/title_archives.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 222px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}

#archives .content {
	padding: 10px;
}
#archives .time {
	font-size: 10px;
	margin-bottom: 2px;
}
#archives .title {
	margin-bottom: 6px;
}

/*--------------------------------------------------
	news
--------------------------------------------------*/
* html #news { behavior: expression(IEPNGFIX.fix(this)); }
#news {
	background-image: url(images/bg_news.png);
	background-repeat: repeat-y;
	height: auto;
	width: 564px;
	float: left;
	margin-left: 6px;
}
#news h2 {
	background-image: url(images/title_news.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 556px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}

#news .content {
	margin: 4px 10px 10px;
	line-height: 22px;
}

#news .time {
	text-align: right;
	font-size: 10px;
}
#news .title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#news .col img {
	padding: 2px;
	border: 1px solid #986600;
	margin: 4px;
}


/*--------------------------------------------------
	system
--------------------------------------------------*/

#system {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#system h2 {
	background-image: url(images/title_system.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 792px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}
* html #system .content { behavior: expression(IEPNGFIX.fix(this)); }
#system .content {
	background-image: url(images/bg_system.png);
	background-repeat: no-repeat;
	height: 667px;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#system .button {
	padding-top: 336px;
	padding-left: 580px;
}

/*--------------------------------------------------
	event
--------------------------------------------------*/

#event {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#event h2 {
	background-image: url(images/title_event.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 792px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}
* html #event .content { behavior: expression(IEPNGFIX.fix(this)); }
#event .content {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 694px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#event .title {
	float: left;
	padding-bottom: 5px;
	font-size:16px;
}
#event .time {
	float: right;
	padding-bottom: 4px;
}
#event .border {
	padding-bottom: 20px;
}

#event .event_warp{
	background: url(images/event_bg.jpg) no-repeat;
	width:654px;
	height:130px;
	margin:0 0 10px 0;
	padding:10px 20px;
}

#event .event_warp .col {
	padding:5px 15px 0 15px;
}


/*--------------------------------------------------
	mail
--------------------------------------------------*/

#mail {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#mail h2 {
	background-image: url(images/title_mail.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 792px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}
#mail .content {
}




#mail table {
	border-top: 1px solid #4D422E;
	border-left: 1px solid #4D422E;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 694px;
	margin-top: 20px;
	margin-bottom: 20px;
}
html>body table {border-collapse: separate}

#mail th {
	border-right: 1px solid #4D422E;
	border-bottom: 1px solid #4D422E;
	color: #FFFFFF;
	padding: 6px;
	font-weight: normal;
	background-color: #1C1300;
	line-height: 18px;
}
#mail td {
	border-right: 1px solid #4D422E;
	border-bottom: 1px solid #4D422E;
	padding: 6px;
	line-height: 18px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}

#mail table span {
	color: #990000;
	font-size: 10px;
}
#mail .form_size {
	padding: 1px;
}
 

/*--------------------------------------------------
	link
--------------------------------------------------*/

#link {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#link h2 {
	background-image: url(images/title_link.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 792px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}
#link h3 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 53px;
	margin-top: 20px;
}
#link .content {

}
#link ul {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 686px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #4D422E;
}
#link li {
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
	clear: both;
}
#link li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 200px;
	float: left;
	background-color: #3E2900;
	height: auto;
	margin-right: 5px;
	padding-left: 5px;
}
#link li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	width: 200px;
	float: left;
	background-color: #271E0C;
	height: auto;
}
#link li img {
	padding: 2px;
	border: 1px solid #503701;
}
#link .border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4D422E;
	margin-top: 10px;
	margin-bottom: 10px;
}
#link .down {
	margin-bottom: 10px;
}

#link .link_free_box {
	background-color: #CCAD66;
	padding: 6px;
	color: #000000;
	margin-bottom: 6px;
}
#link .link_free {
	border: 1px solid #D9C080;
	padding: 5px;
	margin-bottom: 12px;
	line-height: 16px;
}

#link .link_free p {
	margin-bottom: 10px;
}



/*--------------------------------------------------
	mail_magazine
--------------------------------------------------*/

#mail_magazine {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#mail_magazine h2 {
	background-image: url(images/title_mail_magazine.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 792px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}
#mail_magazine .content {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 674px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #4D422E;
}

#mail_magazine span {
	font-size: 10px;
}
#mail_magazine p {
	margin-bottom: 20px;
}
#mail_magazine form {
	margin-bottom: 10px;
}



/*--------------------------------------------------
	hotel_list
--------------------------------------------------*/

#hotel_list {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#hotel_list h2 {
	background-image: url(images/title_hotel_list.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 792px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}
#hotel_list .content {
}




#hotel_list table {
	border-top: 1px solid #4D422E;
	border-left: 1px solid #4D422E;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 694px;
	margin-top: 20px;
	margin-bottom: 20px;
}
html>body table {border-collapse: separate}

#hotel_list th {
	border-right: 1px solid #4D422E;
	border-bottom: 1px solid #4D422E;
	color: #FFFFFF;
	padding: 6px;
	background-color: #1C1300;
	line-height: 18px;
}
#hotel_list td {
	border-right: 1px solid #4D422E;
	border-bottom: 1px solid #4D422E;
	padding: 6px;
	line-height: 18px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}

#hotel_list table span {
	color: #990000;
	font-size: 10px;
}
#hotel_list .special {
	vertical-align: middle;
}
#hotel_list .special img {
	vertical-align: middle;
	margin-left: 6px;
}
/*--------------------------------------------------
	vip_course
--------------------------------------------------*/

#vip_course {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#vip_course h2 {
	background-image: url(images/title_vip_course.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 792px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}
* html #vip_course .content { behavior: expression(IEPNGFIX.fix(this)); }
#vip_course .content {
	background-image: url(images/bg_vip.png);
	background-repeat: no-repeat;
	height: 320px;
	width: 734px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}


/*--------------------------------------------------
	recruit
--------------------------------------------------*/

#recruit {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#recruit h2 {
	background-image: url(images/title_recruit.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 792px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -9999px;
}
* html #recruit h3 { behavior: expression(IEPNGFIX.fix(this)); }
#recruit h3 {
	background-image: url(images/title_recruit_treatment.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 386px;
	margin-top: 4px;
	margin-right: 4px;
	text-indent: -9999px;
}
* html #recruit .content { behavior: expression(IEPNGFIX.fix(this)); }
#recruit .content {
	height: auto;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#recruit .block {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 686px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #4D422E;
}
* html #recruit .title01 { behavior: expression(IEPNGFIX.fix(this)); }
#recruit .title01 {
	background-image: url(images/title_recruit_01.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 278px;
	text-indent: -9999px;
}
#recruit table {
	border-top: 1px solid #4D422E;
	border-left: 1px solid #4D422E;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 670px;
	margin-top: 10px;
	margin-bottom: 8px;
}
html>body table {border-collapse: separate}

#recruit th {
	border-right: 1px solid #4D422E;
	border-bottom: 1px solid #4D422E;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	background-color: #1C1300;
	line-height: 18px;
}
#recruit td {
	border-right: 1px solid #4D422E;
	border-bottom: 1px solid #4D422E;
	padding: 5px;
	line-height: 18px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}
#recruit span {
	font-size: 10px;
}
#recruit .title {
	background-color: #2F1209;
	background-image: url(images/title_recruit_bg.jpg);
	background-repeat: repeat-x;
	color: #FFD379;
}

* html #recruit .day { behavior: expression(IEPNGFIX.fix(this)); }
#recruit .day {
	background-image: url(images/bg_recruit_1day.png);
	background-repeat: no-repeat;
	height: 216px;
	width: 668px;
}
#recruit .text {
	line-height: 22px;
	padding-top: 10px;
	padding-left: 10px;
	width: 660px;
}

* html #recruit .information { behavior: expression(IEPNGFIX.fix(this)); }
#recruit .information {
	background-image: url(images/bg_recruit_information.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 250px;
}

* html #recruit .question { behavior: expression(IEPNGFIX.fix(this)); }
#recruit .question {
	background-image: url(images/bg_recruit_question.png);
	background-repeat: no-repeat;
	height: 350px;
	width: 660px;
}
#recruit ul {
	padding-top: 80px;
	line-height: 20px;
	padding-left: 10px;
}
#recruit .quest01 {
	padding-bottom: 50px;
}
#recruit .quest02 {
	padding-bottom: 50px;
}