/*---------------------------------------------------------------------------
	css re-definition
	(for browser default difference)
---------------------------------------------------------------------------*/

* {
	/*margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;*/
	font-size: 12px;
	text-decoration: none;
}

img{
	border:0px;
	}

li, ul {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

body {
	font-size: 80%;
	/*color: #523021;*/
	text-align: center;
	background: #ffffff;
}

html, body {
	margin: 0px;
	padding: 0px;
}

* html body { /* for IE */
	font-size: 75%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

a {
	color: #31309c;
}

a:hover {
	text-decoration: underline;
}


p {
	line-height: 1.7
}

b {
	font-style: inherit;
	font-weight: bold;
}

strong {
	font-style: inherit;
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: inherit;
}

i {
	font-style: italic;
	font-weight: inherit;
}

font {
	font-style: inherit;
	font-weight: inherit;
}

u {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

strike {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: line-through;
}

ul,ol {
	list-style: none outside;
}

hr {
	clear: both;
	height: 1px;
	border: none;
}
/*
table,tr,td {
	border-collapse: collapse;
}

table,tr,td {
	border: none;
}
*/


h2 span,
h3 span,
h4 span {
	display: none;
}

/* for firefox select */
option{ 
    padding-right:10px; 
}

/*-----------------------------------------------------------------------------------------------
	body design
-----------------------------------------------------------------------------------------------*/

body{ 
margin:0; 
padding:0; 
text-align:center;
background:url("../../images/bg.jpg");
background-repeat: repeat-x;
} 

#pagewidth{ 
width:746px; 
text-align:left; 
margin-left:auto; 
margin-right:auto; 
border-left: 2px solid #8A6717;
border-right: 2px solid #8A6717;
background-color: white;
} 

#wrapper {
	margin-top: 10px;
	margin-bottom: 20px;
}

#header{
position:relative; 
background-color:#FFFFFF; 
width:100%;
} 

#leftcol{
width:213px; 
margin-left:10px;
float:left; 
position:relative; 
border-left: 1px solid #A08343;
border-right: 1px solid #A08343;
border-bottom: 1px solid #A08343;
}

.left_col{
width:213px;
float:left;
position: relative;
border: 0px solid #A08343;
}

#maincol{
text-align:left;
float: right; 
display:inline; 
position: relative; 
width:491px;
margin-left: 10px; 
margin-right: 10px;
margin-top: 1px;
margin-bottom: 10px;
}

#footer {
	clear: both;
	background: url("../../images/footer.jpg");
	width: 742px;
	height: 120px;
	color: white;
	padding: 4px;
	text-align: right;
	margin: 0 auto;
}

#footer * {
	color: white;
}
.ftlogo {
	float: left;
	width: 120px;
	margin: 25px 0 20px 15px;
	height: auto;
	text-align: left;
	background: url("../../images/footer.jpg") ;
}
.fttxt {
	clear: right;
	float: right;
	width: 593px;
	height: auto;
	font-size: 75%;
	word-spacing: 0.2em;
	padding: 5px 0 0 5px;
	line-height: 1.3em;
	text-align: left;
}

.toiate {
	width: 477px;
	height: 200px;
	text-align: center;
	display: none;
}
.saiyobtn {
	margin: 10px 0;
	width: 402px;
	height: 39px;
	border: 1px solid #8A6717;
}
.oubo {
	background: url("../../images/saiyo_img_oubobtn20081013.jpg") no-repeat right bottom;
	width:475;
	height:40px;
	cursor : pointer;
}

.btnwrap {
	width: 315px;
	height: 40px;
	float: left;
	text-align: left;
}

.oubo a, .oubo a:hover {
	width: 120px;
	height: 40px;
	display: block;
	margin-left: 315px;
	cursor : pointer;
}

.space_10px {
	margin: 10px 0;
}

.orange {
	color: #FF6600;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*-----------------------------------------------------------------------------------------------
	h* design
-----------------------------------------------------------------------------------------------*/

h1 a span {
	display:none;
}

h1 {
	font-size: 50%;
	/* display: inline; */
}

h1 a {
	display: block;
	float: left;
	width: 746px;
	/* height: 75px;
	background: url("../../images/header1.gif");*/
}

/*-----------------------------------------------------------------------------------------------
	clock design
-----------------------------------------------------------------------------------------------*/

#clock {
	margin-top: 78px;
	margin-left: 5px;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	position: absolute;
}

/*IE7 clock position hack */
*:first-child+html #clock {
	margin-left: -741px;
}
/*Safari clock position hack */
html[xmlns*=""] body:last-child #clock {
	margin-left: 5px;
}
/*IE6 clock position hack */
* html body #clock {
	margin-left: -741px;
}
#belt_text {
	margin-top: 317px;
	margin-left: 5px;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	position: absolute;
}
/*IE7 belt_text position hack */
*:first-child+html #belt_text {
	margin-left: -741px;
}
/*Safari belt_text position hack */
html[xmlns*=""] body:last-child #belt_text {
	margin-left: 5px;
}
/*IE6 belt_text position hack */
* html body #belt_text {
	margin-left: -741px;
}
.headft_rm50 {
 width: 356px;
 margin-top: 315px;
 margin-left: 365px;
 color: #fff;
 font-size: 10px;
 font-weight: 200;
 padding: 0;
 position: absolute;
}

/*IE7 clock position hack */
*:first-child+html .headft_rm50 {
	margin-left: -360px;
}
/*Safari clock position hack */
html[xmlns*=""] body:last-child .headft_rm50 {
	margin-left: 390px;
}
/*IE6 clock position hack */
* html body .headft_rm50 {
	margin-left: -360px;
}

.headft_rm50 a, .headft_rm50 a:hover {width: auto; color: #fff; margin: 0 5px;}

/*-----------------------------------------------------------------------------------------------
	leftmenu design
-----------------------------------------------------------------------------------------------*/

.leftmenu {
	width: 200px;
	height: 850px;
	margin-left: 5px;
}

.leftmenu li {
	float: left;
	display: block;
}

.leftmenu li a {
	display: block;
	_display: inline-block;
	width: 200px;
	height: 45px;
}

.leftmenu li a span {
	display: none;
}

li.leftmenu_tworings a {
	background: url("../../images/menubtn.jpg") 0 0 no-repeat;
}
li.leftmenu_tworings a:hover, li.leftmenu_tworings a:active, li.leftmenu_tworings a.selected {
	background: url("../../images/menubtn.jpg") -200px 0 no-repeat;
}

li.leftmenu_entrance a {
	background: url("../../images/menu.jpg") 0 -45px no-repeat;
}
li.leftmenu_entrance a:hover, li.leftmenu_entrance a:active, li.leftmenu_entrance a.selected {
	background: url("../../images/menu.jpg") -200px -45px no-repeat;
}

li.leftmenu_party a {
	background: url("../../images/menubtn.jpg") 0 -90px no-repeat;
}
li.leftmenu_party a:hover, li.leftmenu_party a:active, li.leftmenu_party a.selected {
	background: url("../../images/menubtn.jpg") -200px -90px no-repeat;
}

li.leftmenu_premium a {
	background: url("../../images/menu.jpg") 0 -135px no-repeat;
}
li.leftmenu_premium a:hover, li.leftmenu_premium a:active, li.leftmenu_premium a.selected {
	background: url("../../images/menu.jpg") -200px -135px no-repeat;
}

li.leftmenu_corporation a {
	background: url("../../images/menubtn.jpg") 0 -178px no-repeat;
}
li.leftmenu_corporation a:hover, li.leftmenu_corporation a:active, li.leftmenu_corporation a.selected {
	background: url("../../images/menubtn.jpg") -200px -178px no-repeat;
}

li.leftmenu_concierge a {
	background: url("../../images/menu.jpg") 0 -225px no-repeat;
}
li.leftmenu_concierge a:hover, li.leftmenu_concierge a:active, li.leftmenu_concierge a.selected {
	background: url("../../images/menu.jpg") -200px -225px no-repeat;
}

li.leftmenu_mm a {
	background: url("../../images/menu.jpg") 0 -270px no-repeat;
}
li.leftmenu_mm a:hover, li.leftmenu_mm a:active, li.leftmenu_mm a.selected {
	background: url("../../images/menu.jpg") -200px -270px no-repeat;
}

li.leftmenu_faq a {
	background: url("../../images/menu.jpg") 0 -315px no-repeat;
}
li.leftmenu_faq a:hover, li.leftmenu_faq a:active, li.leftmenu_faq a.selected {
	background: url("../../images/menu.jpg") -200px -315px no-repeat;
}

li.leftmenu_hogo a {
	background: url("../../images/menu.jpg") 0 -360px no-repeat;
}
li.leftmenu_hogo a:hover, li.leftmenu_hogo a:active, li.leftmenu_hogo a.selected {
	background: url("../../images/menu.jpg") -200px -360px no-repeat;
}

li.leftmenu_kiyaku a {
	background: url("../../images/menu.jpg") 0 -405px no-repeat;
}
li.leftmenu_kiyaku a:hover, li.leftmenu_kiyaku a:active, li.leftmenu_kiyaku a.selected {
	background: url("../../images/menu.jpg") -200px -405px no-repeat;
}

li.leftmenu_inquiry a {
	background: url("../../images/menubtn.jpg") 0 -450px no-repeat;
}
li.leftmenu_inquiry a:hover, li.leftmenu_inquiry a:active, li.leftmenu_inquiry a.selected {
	background: url("../../images/menubtn.jpg") -200px -450px no-repeat;
}

li.leftmenu_home a {
	background: url("../../images/menubtn.jpg") 0 -495px no-repeat;
}
li.leftmenu_home a:hover, li.leftmenu_home a:active, li.leftmenu_home a.selected {
	background: url("../../images/menubtn.jpg") -200px -495px no-repeat;
}

li.leftmenu_zokusei a {
	background: url("../../images/menubtn.jpg") 0 -540px no-repeat;
}
li.leftmenu_zokusei a:hover, li.leftmenu_zokusei a:active, li.leftmenu_zokusei a.selected {
	background: url("../../images/menubtn.jpg") -200px -540px no-repeat;
}

li.leftmenu_basho a {
	background: url("../../images/menubtn.jpg") 0 -585px no-repeat;
}
li.leftmenu_basho a:hover, li.leftmenu_basho a:active, li.leftmenu_basho a.selected {
	background: url("../../images/menubtn.jpg") -200px -585px no-repeat;
}

li.leftmenu_trial a {
	background: url("../../images/menubtn.jpg") 0 -630px no-repeat;
}

li.leftmenu_trial a:hover, li.leftmenu_trial a:active, li.leftmenu_trial a.selected {
	background: url("../../images/menubtn.jpg") -200px -630px no-repeat;
}

li.leftmenu_shirei a {
	background: url("../../images/menubtn.jpg") 0 -676px no-repeat;
}

li.leftmenu_shirei a:hover, li.leftmenu_shirei a:active, li.leftmenu_shirei a.selected {
	background: url("../../images/menubtn.jpg") -200px -676px no-repeat;
}

li.leftmenu_saikon a {
	background: url("../../images/menubtn.jpg") 0 -723px no-repeat;
}

li.leftmenu_saikon a:hover, li.leftmenu_saikon a:active, li.leftmenu_saikon a.selected {
	background: url("../../images/menubtn.jpg") -200px -723px no-repeat;
}

li.leftmenu_campaign a {
	background: url("../../images/menubtn.jpg") 0 -904px no-repeat;
}
li.leftmenu_campaign a:hover, li.leftmenu_campaign a:active, li.leftmenu_campaign a.selected {
	background: url("../../images/menubtn.jpg") -200px -904px no-repeat;
}

li.leftmenu_mobi a {
	background: url("../../images/menubtn.jpg") 0 -949px no-repeat;
}
li.leftmenu_mobi a:hover, li.leftmenu_mobi a:active, li.leftmenu_mobi a.selected {
	background: url("../../images/menubtn.jpg") -200px -949px no-repeat;
}

li.leftmenu_aboutomiai a {
	background: url("../../images/menubtn.jpg") 0 -815px no-repeat;
}
li.leftmenu_aboutomiai a:hover, li.leftmenu_aboutomiai a:active, li.leftmenu_aboutomiai a.selected {
	background: url("../../images/menubtn.jpg") -200px -815px no-repeat;
}
li.leftmenu_farmrings a {
	background: url("../../images/menubtn.jpg") 0 -861px no-repeat;
}
li.leftmenu_farmrings a:hover, li.leftmenu_farmrings a:active, li.leftmenu_farmrings a.selected {
	background: url("../../images/menubtn.jpg") -200px -861px no-repeat;
}
li.leftmenu_koncale a {
	background: url("../../images/menubtn.jpg") 0 -994px no-repeat;
}
li.leftmenu_koncale a:hover, li.leftmenu_koncale a:active, li.leftmenu_koncale a.selected {
	background: url("../../images/menubtn.jpg") -200px -994px no-repeat;

}
/*--- leftmenu title ---*/
.leftmenu_omiai {
	background: url("../../images/leftmenu_tit_bar.jpg") 0 -102px no-repeat;
	width: 213px;
	height: 34px;
}
.leftmenu_mobile {
	background: url("../../images/leftmenu_tit_bar.jpg") 0 -68px no-repeat;
	width: 213px;
	height: 34px;
}
.leftmenu_preserv {
	background: url("../../images/leftmenu_tit_bar.jpg") 0 -34px no-repeat;
	width: 213px;
	height: 34px;
}
.leftmenu_pr {
	background: url("../../images/leftmenu_tit_bar.jpg") 0 0px no-repeat;
	width: 213px;
	height: 34px;
	float: left;
	border-left: hidden;
	border-right: hidden;
	border-bottom: hidden;
}
/*--- leftmenu title ---*/

.submenu_party {
	display: block;
	position: absolute;
	width: 200px;
	height: 225px;
	visibility: visible;
	z-index: 0;
	
	top: 0px;
	left: -200px;
}

.submenu_party li {
	float: left;
	display: block;
}

.submenu_party li a {
	display: block;
	_display: inline-block;
	width: 200px;
	height: 45px;
}

.submenu_party li a span {
	display: none;
}

li.party_concept a {
	background: url("../../images/submenu_party.jpg") 0 0 no-repeat;
}
li.party_concept a:hover, li.party_concept a:active, li.party_concept a.selected {
	background: url("../../images/submenu_party.jpg") -200px 0 no-repeat;
}

li.party_ginza a {
	background: url("../../images/submenu_party.jpg") 0 -45px no-repeat;
}
li.party_ginza a:hover, li.party_ginza a:active, li.party_ginza a.selected {
	background: url("../../images/submenu_party.jpg") -200px -45px no-repeat;
}

li.party_omiai a {
	background: url("../../images/submenu_party.jpg") 0 -90px no-repeat;
}
li.party_omiai a:hover, li.party_omiai a:active, li.party_omiai a.selected {
	background: url("../../images/submenu_party.jpg") -200px -90px no-repeat;
}

li.party_event a {
	background: url("../../images/submenu_party.jpg") 0 -135px no-repeat;
}
li.party_event a:hover, li.party_event a:active, li.party_event a.selected {
	background: url("../../images/submenu_party.jpg") -200px -135px no-repeat;
}

li.party_schedule a {
	background: url("../../images/submenu_party.jpg") 0 -180px no-repeat;
}
li.party_schedule a:hover, li.party_schedule a:active, li.party_schedule a.selected {
	background: url("../../images/submenu_party.jpg") -200px -180px no-repeat;
}



.submenu_premium {
	display: block;
	position: absolute;
	width: 200px;
	height: 315px;
	visibility: visible;
	z-index: 0;
	
	top: 0px;
	left: -200px;
}

.submenu_premium li {
	float: left;
	display: block;
}

.submenu_premium li a {
	display: block;
	_display: inline-block;
	width: 200px;
	height: 45px;
}

.submenu_premium li a span {
	display: none;
}

li.premium_shikai a {
	background: url("../../images/submenu_premium.jpg") 0 0 no-repeat;
}
li.premium_shikai a:hover, li.premium_shikai a:active, li.premium_shikai a.selected {
	background: url("../../images/submenu_premium.jpg") -200px 0 no-repeat;
}

li.premium_space a {
	background: url("../../images/submenu_premium.jpg") 0 -45px no-repeat;
}
li.premium_space a:hover, li.premium_space a:active, li.premium_space a.selected {
	background: url("../../images/submenu_premium.jpg") -200px -45px no-repeat;
}

li.premium_manner a {
	background: url("../../images/submenu_premium.jpg") 0 -90px no-repeat;
}
li.premium_manner a:hover, li.premium_manner a:active, li.premium_manner a.selected {
	background: url("../../images/submenu_premium.jpg") -200px -90px no-repeat;
}

li.premium_esthe a {
	background: url("../../images/submenu_premium.jpg") 0 -135px no-repeat;
}
li.premium_esthe a:hover, li.premium_esthe a:active, li.premium_esthe a.selected {
	background: url("../../images/submenu_premium.jpg") -200px -135px no-repeat;
}

li.premium_counceling a {
	background: url("../../images/submenu_premium.jpg") 0 -180px no-repeat;
}
li.premium_counceling a:hover, li.premium_counceling a:active, li.premium_counceling a.selected {
	background: url("../../images/submenu_premium.jpg") -200px -180px no-repeat;
}

li.premium_senior a {
	background: url("../../images/submenu_premium.jpg") 0 -225px no-repeat;
}
li.premium_senior a:hover, li.premium_senior a:active, li.premium_senior a.selected {
	background: url("../../images/submenu_premium.jpg") -200px -225px no-repeat;
}

li.premium_flower a {
	background: url("../../images/submenu_premium.jpg") 0 -270px no-repeat;
}
li.premium_flower a:hover, li.premium_flower a:active, li.premium_flower a.selected {
	background: url("../../images/submenu_premium.jpg") -200px -270px no-repeat;
}

li.premium_discount a {
	background: url("../../images/submenu_premium.jpg") 0 -315px no-repeat;
}
li.premium_discount a:hover, li.premium_discount a:active, li.premium_discount a.selected {
	background: url("../../images/submenu_premium.jpg") -200px -315px no-repeat;
}



/*-----------------------------------------------------------------------------------------------
	toppage design
-----------------------------------------------------------------------------------------------*/

.whatsnew {
	background: url("../../images/bg_info.gif");
	padding-top: 5px;
	padding-bottom: 20px;
	margin-left: 15px;
	width: 476px;
}

.servicemenu {
	margin-top: 20px;
}

.box {
	width: 228px;
	/*margin-left: 5px;
	margin-right: 5px;*/
	float: left;
}

.boxtop {
	width: 228px;
	height: 20px;
	background: url("../../images/waku1.jpg") no-repeat;
}

.boxmiddle {
	width: 208px;
	padding-left: 14px;
	padding-right: 14px;
	background: url("../../images/waku_bg.jpg") repeat-y;
}

.boxmessage {
	padding:5px;
	font-size: 12px;
}

.boxbottom {
	width: 228px;
	height: 20px;
	background: url("../../images/waku4.jpg") no-repeat;
}

.box2 {
	width: 444px;
}

.box2top {
	width: 444px;
	height: 18px;
	background: url("../../images/concierge_line_top.gif") no-repeat;
}

.box2middle {
	width: 430px;
	padding-left: 0px;
	padding-right: 14px;
	background: url("../../images/concierge_line_bg.gif") repeat-y;
}

.box2message {
	padding:5px;
	font-size: 12px;
}

.box2bottom {
	width: 444px;
	height: 18px;
	background: url("../../images/concierge_line_bottom.gif") no-repeat;
}

.catelis {
	width:480px;
	height: 100%;
	font-size: 8px;
	margin-bottom: 5px;
	padding: 2px;
	float: left;
}

*:first-child+html .catelis {
	padding: 0;
}

*:first-child+html .catelis_alpha {
	padding: 0;
}

*:first-child+html .catelis_beta {
	padding: 0;
}

*:first-child+html .catelis_gamma {
	padding: 0;
}

*:first-child+html .catelis_seta {
	padding: 0;
}

*:first-child+html .catelis_inner_a {
	padding: 0;
	background: url("../../images/sitemap_line_1.gif") repeat-y;
}

*:first-child+html .catelis_inner_b {
	padding: 0;
	background: url("../../images/sitemap_line_1.gif") repeat-y;
}

*:first-child+html .catelis_inner_c {
	padding: 0;
}

.catelis_alpha{
	width:467px;
	height: auto;
	float: left;
	font-size: 6px;
	margin-bottom: 10px;
	padding: 2px;
	border: .5px solid #FFCCFF;
	list-style:none none;
}

.catelis_beta{
	width:467px;
	height: auto;
	font-size: 6px;
	float: left;
	margin-bottom: 10px;
	padding-left: 2px;
	border: .5px solid #FFCCFF;
	list-style:none none;
}

.catelis_gamma{
	width:467px;
	height: auto;
	font-size: 6px;
	float: left;
	margin-bottom: 10px;
	padding-left: 2px;
	border: .5px solid #FFCCFF;
	list-style:none none;
}

.catelis_seta{
	width:467px;
	height: auto;
	font-size: 6px;
	float: left;
	margin-bottom: 10px;
	padding-left: 2px;
	border: .5px solid #FFCCFF;
	list-style:none none;
}

.catelis_inner_a{
	width: 150px;
	height: auto;
	float: left;
	padding-left: 2px;
	line-height: 16px;
}
.catelis_inner_b{
	width: 150px;
	height: auto;
	float: left;
	padding-left: 2px;
	line-height: 16px;
	border-left: .5px solid #FFCCFF;
	border-right: .5px solid #FFCCFF;

}
.catelis_inner_c{
	width: 150px;
	height: auto;
	float: left;
	padding-left: 2px;
	line-height: 16px;
}
.caltelis_alpha li,
.caltelis_beta li,
.caltelis_gamma li,
.caltelis_seta li
{
	background: url("../../images/top_img_daiya.gif") no-repeat;
}

/*-----------------------------------------------------------------------------------------------
	page design
-----------------------------------------------------------------------------------------------*/
.content {
	margin-left: 8px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.trimgcenter {
	margin: 0 140px;
	padding: 0;
	text-align: center;
}
.bashoimgcenter {
	margin: 0 20px;
	padding: 0;
	text-align: center;
}
/*--------------------------------
	saikon_page : 2008_09_30
----------------------------------*/

/* .saikon_3koumoku{
	background: url("/images/saikon_img_3komoku.gif") no-repeat;
	width: 478px;
	height: 277px;
	text-indent: -9999px;
}*/

.saikon_tokucho{
	background: url("/images/saikon_img_tokucho.gif") no-repeat;
	width: 478px;
	height: 390px;
	text-indent: -9999px;
}

.saikon_txtbox{
	width: 468px;
	height: 100%;
	_height: auto;
	line-height: 1.5em;
	word-spacing: 0.2em;
}

._963 {
	color: #996633;
	font-size: 24px;
	font-style: normal;
}

.red {
	color: #FF0000;
	font-size: 24px;
	font-style: normal;
}

.toi{
	margin-top: 15px;
	margin-bottom: 15px;
}

.inscla{
	padding: 0 5px;
	margin:3em;
	/* border: 1px dotted #996600; */
}

.jimu{
	margin: 15px 0;
	width: 478px;
	height: 150px;
	background: url("/images/saikon_img_jimu.jpg") no-repeat;
}

.gaccess{
	width: 477px;
	height: auto;
	margin-right: 0px;
	font-size: 50px;
	text-align: center;
}

.RelArea dl{
	margin: 0px;
	padding: 0px;
}
.RelArea dl dt{
	margin: 0px 0px 15px;
	padding: 0px 10px 0px 20px;
	background: url("/images/company_img_daiya.gif") no-repeat 0px center;
	float: left;
}
.RelArea dl dd{
	margin: 0px 0px 15px;
	padding: 0px;
}
.zokusei_mal{
	width: 477px;
	height: auto;
	background: url("../../images/zokusei_img_b_477.gif") repeat-y #33CCFF;
	border: 2px solid #8A6717;
}
.zokusei_fem{
	width: 477px;
	height: auto;
	background: url("../../images/zokusei_img_p_477.gif") repeat-y #FFCCFF;
	border: 2px solid #8A6717;
}
h3.zokusei_tit{
	margin-top: 10px;
}
.zokusei_col{
	width:477px;
	height: auto;
	font-size: 6px;
	float: left;
	list-style:none none;
}

.zokusei_col_a{
	width: 30px;
	height: auto;
	float: left;
	line-height: 16px;
}
.zokusei_col_b{
	width: 120px;
	height: auto;
	float: left;
	line-height: 16px;
}
.zokusei_col_c{
	width: 100px;
	height: auto;
	float: left;
	line-height: 16px;
}
.zokusei_col_d{
	height: auto;
	float: left;
	line-height: 16px;
}

/* パーティー紹介 **************************************************************/

.main02 {
    width:100%;	/* IEのバグ対策 */
	margin:0 0 20px 0;
	/*border:1px solid #d5d5d5;*/
	background-color:#FAF9F5;
}
.main02 h2 {
    margin:0;
	padding:0;
	border:0;
	text-indent: -9999px;
    width: 477px;
	height:34px;
	background:url(../../images/menu04.jpg) no-repeat;
}

.box01 {
    margin:20px 0;
	padding:0;	
    width: 477px;
    background:url(../../images/party01.jpg) no-repeat;
	border: 1px solid #CC9998;
}

.box01 hr {
    clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	border: none;
}

.box01 h3{
    margin:5px 10px;
	padding:0;
	font-size:16px;
	font-weight:bolder;
}

.box_l {
    margin:20px 0 0 0;
	padding:0;
	width:323px;
	float:left;
}

.box_l p {padding:0 10px;
}

.box_l p img {
    float:left;
	margin:0 10px 5px 0;
}

.box_r {
    margin:20px 0 0 0;
	padding:0;
	width:150px;
	float:right;
	text-align:center;
}

.box_r p img {
    margin:0;
	padding:0;
}


/*-----------------------------------------------------------------------------------------------
	old design
-----------------------------------------------------------------------------------------------*/


form {
	margin : 0;
	padding : 0;
}
.txt {
	font-size: 12px;
	line-height: 16px;
}

.txt2 {
	font-size: 12px;
	line-height: 20px;
}

.txt3{
    font-size:15px;
	line-height: 20px;
    font-weight:bold}


.txt4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #996600;
}

.img {
	background-repeat : repeat-y;
	background-image: url(images/sideline_left.gif);
}

.img2 {
	background-repeat : repeat-y;
	background-image: url(images/sideline_right.gif);
}


.img3 {
	background-repeat : repeat-y;
	background-image: url(images/waku2.jpg);
}

.img4 {
	background-repeat : repeat-y;
	background-image: url(images/waku3.jpg);
}


.img5 {
	background-repeat : repeat-y;
	background-image: url(images/gold_line.gif);
}

.img6 {
	background-repeat : repeat-y;
	background-image: url(images/party_line_left.gif);
}

.img7 {
	background-repeat : repeat-y;
	background-image: url(images/party_line_right.gif);
}

.img8 {
	background-repeat : repeat-y;
	background-image: url(images/concierge_line_side.gif);
}


.txt5 {
	font-size: 10px;
	color: #FFFFFF;
}

.txt6 {
	font-size: 12px;
	color: #FFFFFF;

}

.txt7 {
	width: 400px;;
	margin: 12px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	border-right: 2px solid #996600;
	border-bottom: 2px solid #996600;
}

A:link { 
　　　　text-decoration:none
}
 
A:visited { 
　　　　text-decoration:none
}
 
A:hover { 
　　　　text-decoration:underline
}
