body {
	margin:0;
	padding:0;
	text-align:center;
	background:#F6D8FB;
	background:url(images/bg_001.png) #F6D8FB repeat-y top center;
}

#back_ground {
	width:970px;
	margin:0 auto;
}

#page {
	width:950px;
	text-align:left;
	margin:0 auto;
	background-color: #FFE;
	border-left:1px solid #930;
	border-right:1px solid #930;
}

#member_menu {
	height:25px;
	text-align:right;
	line-height:20px;
	font-size:0.8em;
	padding-right:5px;
	background:url(images/member_bar.gif) no-repeat;
}

#main_area {
	width:950px;
}

#center_column {
	width:735px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0 10px 0 0;
	font-size:0.9em;
	text-align:left;
	float:right;
}

#side_column {
	width:200px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0 0 0 5px;
	text-align:left;
	float:left;
}

#logo {
	width:950px;
	height:250px;
}


#foot_bar {
	text-align:center;
	font-size:15px;
	line-height:36px;
	height:36px;
	background:url("images/foot_bar.png");
}

.blockcContent ul{
	text-align: left;
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.blockcContent li{
	margin:0 0 5px 0;
	list-style-type:none;

}

.blockContent ul{
	text-align: left;
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.blockContent li{
	margin:0 0 5px 0;
	list-style-type:none;

}

.blocksTitle {
	width:190px;
	height:36px;
	text-align:left;
	margin:0;
	background:url("images/side_bar.png");
	background-repeat:no-repeat;
}

.blocksContent {
	width:190px;
	text-align:left;
	margin:5px 0 5px 0;
	padding:0;
	font-size:15px;
}

.blockcTitle {
	width:730px;
	height:36px;
	margin:0;
	background:url("images/main_bar.png");
	background-repeat:no-repeat;
}

.blockcContent {
	width:730px;
	margin:0 0 5px 0;
	padding:0;
	font-size:15px;
	border-left:1px solid #930;
	border-bottom:1px solid #930;
}

.blocksTitle p {
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	line-height:36px;
}

.blockcTitle p {
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	line-height:36px;
}

.blocksContet table {
	font-size:15px;
}

.blockcContet table {
	font-size:15px;
}

.main_box01 {
	width:710px;
}

.new_face {
	width:710px;
	height:299px;
}

.newphoto {
	width:200px;
	height:299px;
	margin-right:10px;
	float:left;
}

.newcomment {
	width:480px;
	float:left;
}
	

.qr_code {
	text-align:center;
	font-size:10px;
}

.clear {
	clear:both;
}


/* ------------ xoops mainmenu & usermenu ------------ */
#usermenu {
	font-size:15px;
}

#mainmenu {
	font-size:15px;
}

#mainmenu a, #usermenu a {
	display: block;
	text-decoration: none;
	margin-bottom: 4px;
	padding: 3px;
	color:#666;
	border-bottom:1px dotted #AAA;
}
#mainmenu a:hover, #usermenu a:hover {
	color: #f90;
	background-color:inherit;
}
#mainmenu a.menuSub, #mainmenu a.menuSub:hover {
	padding-left: 25px;
}
#usermenu a.highlight {
	color: #FFF;
	padding: 3px;
	background: #333;
}


/* ------------ for table ------------ */

table {
	width:100%;
}

.blocksContent table {
	width:185px;
}

.outer {
	border: 1px solid #EEE;
}

th {
	padding: 3px;
	vertical-align: top;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #CCC;
	background: #EEE;
}

td {
	vertical-align:top;
}

.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F2F2F2;
}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F7F7F7;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #FAFAFA;
}
.foot {
	padding: 5px;
	font-weight: bold;
	color: inherit;
	background: #F2F2F2;
}
tr.even td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.odd td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.even {
	color: inherit;
	background: #F7F7F7;
}
tr.odd {
	color: inherit;
	background: #FAFAFA;
}
tr.odd:hover, tr.even:hover {
	color: #000;
	border-bottom: 1px solid #CACACA;
	background: #DFDFDF;
}

/* ------------ error message & quote and code ------------ */
div.errorMsg {
	background: #F5E8E8;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.confirmMsg {
	background: #EFF4DF;
	color: #003300;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.resultMsg {
	background-color: #FFF;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.xoopsCode {
	background: #EFEFEF;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 450px;
}
div.xoopsQuote { 
	background: #EFEFEF;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 450px;
}
/* ------------ for comment area ------------ */
.formButton {
	border: 1px outset #616655;
	background-color: #EEEEEE;
	color: #7F7F7F;
}
/* ------------ for comment ------------ */
.comTitle {
	margin-bottom: 2px;
}
.comText {
	padding: 2px;
}
.comUserStat {
	font-size:80%;
	border: 1px solid #CCC;
	margin: 2px;
	padding: 2px;
	background: #FFF;
	color:inherit;
}
.comUserStatCaption {
	font-weight: normal;
}
.comUserRank {
	margin: 2px;
}
.comUserRankText {
	font-size:80%;
}
.comUserImg {
	margin: 2px;
}
.comDate {
	font-size:80%;
}
.comDateCaption {
}
/* ------------ for bulletin or news module ------------ */
.itemHead {
	padding: 2px 5px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.itemInfo {
	text-align: right;
	padding: 3px 8px;
}
.itemTitle a {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
.itemPoster {
	font-size: 90%;
}
.itemPostDate {
	font-size: 90%;
}
.itemStats {
	font-size: 90%;
}
.itemBody {
	padding: 0 8px 0 13px;
	overflow: hidden;
}
.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.itemText:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}
.itemFoot {
	text-align: right;
	padding: 2px;
	border-top:1px dotted #CCC;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}

/*---- text setting ---*/

p {
	padding-left:60px;
	font-size:15px;
	line-height:30px;
}

.box_01 b {
	font-size:18px;
	line-height:20px;
}

#center_column a {
	color:blue;
}

#center_column a:HOVER {
	color:fuchsia;
}


/*-- Navigation --*/
#menu_bar {
	width:950px;
	height:40px;
}

#menu_bar ul {
	width:952px;
	height:40px;
	background:url(images/menu_bar.png) no-repeat;
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#menu_bar li {
	float:left;
	list-style-type:none;
}

#menu_bar a {
	display:block;
	width:136px;
	height:40px;
	text-indent:-9999px;
	font-size:0;
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu_bar ul li.navi_home a:active,
#menu_bar ul li.navi_home a:focus,
#menu_bar ul li.navi_home a:hover {
	background:url(images/menu_bar.png) no-repeat left bottom;
}

#menu_bar ul li.navi_system a:active,
#menu_bar ul li.navi_system a:focus,
#menu_bar ul li.navi_system a:hover {
	background:url(images/menu_bar.png) no-repeat -136px -40px;
}

#menu_bar ul li.navi_charge a:active,
#menu_bar ul li.navi_charge a:focus,
#menu_bar ul li.navi_charge a:hover {
	background:url(images/menu_bar.png) no-repeat -272px -40px;
}

#menu_bar ul li.navi_girls a:active,
#menu_bar ul li.navi_girls a:focus,
#menu_bar ul li.navi_girls a:hover {
	background:url(images/menu_bar.png) no-repeat -408px -40px;
}

#menu_bar ul li.navi_recruit a:active,
#menu_bar ul li.navi_recruit a:focus,
#menu_bar ul li.navi_recruit a:hover {
	background:url(images/menu_bar.png) no-repeat -544px -40px;
}

#menu_bar ul li.navi_link a:active,
#menu_bar ul li.navi_link a:focus,
#menu_bar ul li.navi_link a:hover {
	background:url(images/menu_bar.png) no-repeat -680px -40px;
}

#menu_bar ul li.navi_inquiry a:active,
#menu_bar ul li.navi_inquiry a:focus,
#menu_bar ul li.navi_inquiry a:hover {
	background:url(images/menu_bar.png) no-repeat -816px -40px;
}

/*-- Photo_100px --*/

.photo_fl {
	width:120px;
	height:205px;
	margin:4px;
	background:url(images/photo100.gif) no-repeat;
	text-align:left;
	float:left;
}

.photo_fl img {
	width:100px;
	height:150px;
	margin-top:7px;
	margin-left:6px;
	border:1px solid #999;
	display:inline;
}

.girl_name {
	width:100px;
	margin-left:6px;
	font-size:0.8em;
	text-align:center;
	border-bottom:1px solid #999;
}

.girl_time {
	width:100px;
	margin-left:6px;
	font-size:0.8em;
	text-align:center;
}

.main_box02 {
	width:710px;
	height:210px;
	font-size:15px;
}

.girl_list01 {
	width:710px;
	font-size:15px;
}

.age_18 {
	width:600px;
	height:250px;
	margin:0 auto;
	text-align:center;
	border:1px solid #930;
}

.site_mess {
	width:580px;
	margin:10px auto;
	padding:10px;
	border:1px solid #930;
}

.r18_mess {
	width:580px;
	margin:10px auto;
	padding:10px;
	text-align:center;
}

.enter_exit {
	margin:0 auto;
	width:440px;
	height:50px;
}

.enter {
	width:200px;
	height:50px;
	background:url(images/enter.gif) no-repeat;
	float:left;
}

.enter a {
	display:block;
	width:200px;
	height:50px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
.enter a:active,
.enter a:focus,
.enter a:hover {
	background:url(images/enter.gif) no-repeat 0 -50px;
}

.exit {
	width:200px;
	height:50px;
	float:right;
}
