* {
margin: 0;
padding: 0;
}

html {
	color : #333;
	font : small/1.5em verdana,arial,sans-serif;
}

body {
	padding:0;
	background-color:#313131;
	background-image: url(../img_top/top_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	margin: 10px 0px;
}

/* div {border :1px solid red} */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
}
#top {
}
#navi li.naviitem {
	display:inline;
}

#navi li.naviitem a {
	display:block;
	float:left;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	margin-right:20px;
}

#navi li#navi01 a {
	width:97px;
	background: url(../img/navi01.jpg) no-repeat;
}
#navi li#navi02 a {
	width:139px;
	background: url(../img/navi02.jpg) no-repeat;
}
#navi li#navi03 a {
	width:119px;
	background: url(../img/navi03.jpg) no-repeat;
}
#navi li#navi04 a {
	width:119px;
	background: url(../img/navi04.jpg) no-repeat;
}
#navi li#navi05 a {
	width:47px;
	background: url(../img/navi05.jpg) no-repeat;
}
#navi li#navi06 a {
	width:75px;
	background: url(../img/navi06.jpg) no-repeat;
}
#navi li#navi07 a {
	width:85px;
	background: url(../img/navi07.jpg) no-repeat;
}
#navi li#navi08 a {
	width:107px;
	background: url(../img/navi08.jpg) no-repeat;
}

#navi li#navi01 a.active {
	background: url(../img/navi01_active.jpg) no-repeat;
}
#navi li#navi02 a.active {
	background: url(../img/navi02_active.jpg) no-repeat;
}
#navi li#navi03 a.active {
	background: url(../img/navi03_active.jpg) no-repeat;
}
#navi li#navi04 a.active {
	background: url(../img/navi04_active.jpg) no-repeat;
}
#navi li#navi05 a.active {
	background: url(../img/navi05_active.jpg) no-repeat;
}
#navi li#navi06 a.active {
	background: url(../img/navi06_active.jpg) no-repeat;
}
#navi li#navi07 a.active {
	background: url(../img/navi07_active.jpg) no-repeat;
}
#navi li#navi07 a.active {
	background: url(../img/navi08_active.jpg) no-repeat;
}

#navi li#navi01 a:hover {
	background: url(../img/navi01_over.jpg) no-repeat;
}
#navi li#navi02 a:hover {
	background: url(../img/navi02_over.jpg) no-repeat;
}
#navi li#navi03 a:hover {
	background: url(../img/navi03_over.jpg) no-repeat;
}
#navi li#navi04 a:hover {
	background: url(../img/navi04_over.jpg) no-repeat;
}
#navi li#navi05 a:hover {
	background: url(../img/navi05_over.jpg) no-repeat;
}
#navi li#navi06 a:hover {
	background: url(../img/navi06_over.jpg) no-repeat;
}
#navi li#navi07 a:hover {
	background: url(../img/navi07_over.jpg) no-repeat;
}
#navi li#navi08 a:hover {
	background: url(../img/navi08_over.jpg) no-repeat;
}

#contents {
	clear:both;
}

#contents #concept {
}
#contents #main {
	padding:0 15px 15px 15px;
}
#contents #news {
	float:left;
	width:640px;
	padding-bottom:30px;
}

#contents #news ul{
	list-style:none;
	background: url(../img/whatsnew.jpg) no-repeat scroll 30px 30px;
	padding-left:0px;
	margin-left:0;
}
#contents #news ul#whatsnew {
	background: url(../img/whatsnew.jpg) no-repeat scroll 0px 0px;
	padding-top:25px;
}

#contents #news ul#whatsnew_blog {
	background: url(../img/whatsnew_blog.jpg) no-repeat scroll 0px 15px;
	padding-top:35px;
}

#contents #news li{
	background: url(../img/arrow.gif) no-repeat scroll 0 6px;
	padding-left:0px;
	margin-left:0;
}
#contents #news li a{
	padding-left:20px;
}

#contents #banner {
	float:left;
	width:200px;
}
#contents #banner img {
	float:left;
	width:200px;
	padding-bottom:10px;
	border:0px
}

#main img.separator {
	padding-top:10px;
	padding-bottom:10px;
}

#main img.menu_title {
	padding-bottom:10px;
}

#recommend td.description {
	width:139px;
	vertical-align:bottom;
	font-size: 0.85em;
}
#recommend img.photo, #course img.photo, #shop01 img.photo, #shop02 img.photo {
}
#other td {
	font-size: 0.85em;
	width:217px;
	vertical-align:top;
}

#info span.notice {
	font-size: 0.82em;
}

#shop01, #shop02 {
	margin-left:-5px;
	font-size: 0.85em;
}
#shop01 td {
	padding:5px;
	vertical-align:top;
}
#shop02 td {
	padding:5px;
	vertical-align:top;
}

.small {
	font-size: 0.85em;
}

#footer {
	padding:20px 20px 0 20px;
	clear:both;
	font-size: 0.9em;
}

#footer li {
	list-style:none;
	float:left;
	display:block;
	padding:0 10px;
	border-left:1px solid #FFF;
}

#footer li a{
	color:#FFF;
}

#footer #footer_top {
	margin:0 auto;
	padding-bottom:10px;
	color:#FFF;
}

#footer_top a {
	color:#FFF;
}

#copyright {
	border-top:1px solid #ff679a;
	margin-top:5px;
	color:#FFF;
	text-align:center;
	padding:10px 0 30px 0;
}

a 			{ color: #ff679a; text-decoration: none; }
a:link		{ color: #ff679a; text-decoration: none; }
a:visited	{ color: #ff679a; text-decoration: none; }
a:active	{ color: #ff679a; text-decoration: none; }
a:hover		{ color: #ff679a; text-decoration: none; }


blockquote {
	border: 1px dotted #CCC;
	padding: 0.2em;
	margin: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.pink {
	color:#ff679a;
}

#inner-contants {
	margin:25px;
}

.roundedcornr_box {
   background: #eeeeee;
}
.roundedcornr_top div {
   background: url(../img/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../img/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../img/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../img/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 10px; }

#recruit-page p, #service-page p {
	padding-left:10px;
}
#recruit-page dl#step dt {
	color:#ff679a;
	font-weight:bold;
	float:left;
	width:50px;
	margin:5px;
	padding-left:10px;
}

#recruit-page dl#step dd {
	float:left;
	width:750px;
	margin:5px;
}

#service-page ul#plan dt {
	float:left;
	width:150px;
	margin:5px;
	padding-left:10px;
}

#service-page dl#plan dd {
	float:left;
	width:650px;
	height:35px;
	margin:5px;
}

div.topic_path {
	font-size:8pt;
	color:#999;
}

p.title_text {
	color:#FFFFFF;
	padding-bottom:20px;
}

span.circle {
	font-weight:bold;
	color:#ff679a;
	font-size:24pt;
}


#faq-page p.title, #company-page p.title {
	font-weight:bold;
	color:#ff679a;
	font-size:12pt;
}

#faq-page p.text {
	padding-left:10px;
	margin:5px;
}


#concierge-page #calendar {
  color:#FFFFFF;
}

#concierge-page #calendar li {
  display:inline;
  float:left;
  width:28px;
  text-align:center;
  border:1px solid #313131;
}

#concierge-page #calendar li a {
  color:#FFFFFF;
}

#concierge-page #calendar li a:hover {
  color:#ff679a;
}

#concierge-page #calendar li.selected {
  border:1px solid #ff679a;
}

#concierge-page #girls {
  color:#FFFFFF;
}

.purple {
  color:#cb9bff;
}

#concierge-page #girls li {
  display:inline;
  float:left;
  width:400px;
  padding:25px 25px 15px 25px;
}
