﻿@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 13px;
	/*Firefox、Safari、Opera等モダンブラウザやMac IE5に適用*/
	*font-size: small;
	/*Win IE7およびWin IE6標準準拠モードに適用*/
	*font: x-small;
	/*Win IE 5-5.5､6(後方互換モード)に適用*/
	line-height:1.5em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table {
    font-size:inherit;
    font:100%;
	line-height:1.5em;
}


/*　リンク文字色　*/
a:link    { color: #016c8b;text-decoration: underline}
a:visited { color: #d1121b;text-decoration: underline}
a:active  { color: #d1121b;text-decoration: none}
a:hover   { color: #d1121b;text-decoration: none}


img { border:0;}

H1 {
	font-size:116%;
	}
.small { font-size:85%; }

#container {
	width: 900px;
	margin: 0 auto; 
	text-align: left;
}

#header {
	background-color:#d1121b;
	height:70px;
}

#headerContainer {
	width: 900px;
	margin: 0 auto; 
	}

#headerLogo {
	margin: 23px 0;
	text-align:left;
	float: left;
	}
	
#main {
	clear:both;
	margin-bottom:15px;

}

#left {
float:left;
width:660px;
padding: 0 15px 30px 0;
}

#right {
float:left;
width:210px;
padding:0 0 0 15px;
}

.rightBanner {
	margin-bottom:15px;
	}

#footer {
	background:#d1121b;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	padding:15px 0;
	clear:both;
}
	
#footer a:link    { color: #FFFFFF;text-decoration: underline}
#footer a:visited { color: #FFFFFF;text-decoration: underline}
#footer a:active  { color: #FFFFFF;text-decoration: none}
#footer a:hover   { color: #FFFFFF;text-decoration: none}

#copyright { font-size:11px; font-family:Arial, Helvetica, sans-serif; padding-top:3px; }

.title {
	margin-bottom: 15px ;
	}

.formTable {
	margin-top: 20px;
	border-top:solid 1px #f2c0c2;
	border-right:solid 1px #f2c0c2;
	border-collapse:collapse;
	}

	
.formTable td {
	padding: 15px 1.5em;
	border-bottom: solid 1px #f2c0c2;
	border-left:solid 1px #f2c0c2;
	line-height:180%;
}


.formTable th {
	text-align:right;
	border-bottom: solid 1px #f2c0c2;
	border-left:solid 1px #f2c0c2;
	padding: 15px 1.2em;
	background-color:#fdf5f5;
	}
	
.linkTable {
	border-top:dashed 1px #f2c0c2;
	border-right:solid 0px #f2c0c2;
	border-collapse:collapse;
	width:100%;
	}

	
.linkTable td {
	padding: 15px 1.5em;
	border-bottom: dashed 1px #f2c0c2;
	border-left:solid 0px #f2c0c2;
	line-height:180%;
}


.linkTable th {
	text-align:right;
	border-bottom: solid 1px #f2c0c2;
	border-left:solid 1px #f2c0c2;
	padding: 15px 1.2em;
	background-color:#fdf5f5;
	}
	
	
.basicTable {
	margin-top: 20px;
	border-top:solid 1px #E3E3E3;
	border-right:solid 1px #E3E3E3;
	border-collapse:collapse;
	}

	
.basicTable td {
	padding: 15px 1.5em;
	border-bottom: solid 1px #E3E3E3;
	border-left:solid 1px #E3E3E3;
	line-height:180%;
}


.basicTable th {
	text-align:left;
	border-bottom: solid 1px #E3E3E3;
	border-left:solid 1px #E3E3E3;
	padding: 15px 1.2em;
	background-color:#f5f5f5;
	}
	

.topBn {
	float:left;
	}

#topBnStaff {
	float:left;
	background-color:#f8f1ec;
	height:175px;
	}

.staff {
	float:left;
	padding:10px;
	width:200px;
	font-size:11px;
	line-height:1.5em;
	}

.staff img {
	float:left;
	margin-right:10px;
	}


ul#gm{
    list-style:none;
	margin: 0 0 15px 0;
	padding:15px 0 20px 0;
}
ul#gm li{
    list-style:none;
    float:left;
	height:22px;overflow:hidden;
}
ul#gm a{
    display:block;
    height:100px;
    text-indent:-200px;
    overflow:hidden;
}

a.gm-home{
    background-image:url(img/gm_home.gif);
	width:37px;
}
a:hover.gm-home{ background-position:0px -22px; }

a.gm-news{
    background-image:url(img/gm_news.gif);
	width:37px;
}
a:hover.gm-news{ background-position:0px -22px; }


a.gm-about{
    background-image:url(img/gm_about.gif);
	width:65px;
}
a:hover.gm-about{ background-position:0px -22px; }

a.gm-menu{
    background-image:url(img/gm_menu.gif);
	width:37px;
}
a:hover.gm-menu{ background-position:0px -22px; }

a.gm-floor{
    background-image:url(img/gm_floor.gif);
	width:84px;
}
a:hover.gm-floor{ background-position:0px -22px; }

a.gm-wedding{
    background-image:url(img/gm_wedding.gif);
	width:106px;
}
a:hover.gm-wedding{ background-position:0px -22px; }

a.gm-party{
    background-image:url(img/gm_party.gif);
	width:40px;
}
a:hover.gm-party{ background-position:0px -22px; }

a.gm-access{
    background-image:url(img/gm_access.gif);
	width:50px;
}
a:hover.gm-access{ background-position:0px -22px; }

a.gm-recruit{
    background-image:url(img/gm_recruit.gif);
	width:55px;
}
a:hover.gm-recruit{ background-position:0px -22px; }

a.gm-link{
    background-image:url(img/gm_link.gif);
	width:29px;
}
a:hover.gm-link{ background-position:0px -22px; }

a.gm-contact{
    background-image:url(img/gm_contact.gif);
	width:59px;
}
a:hover.gm-contact{ background-position:0px -22px; }


#menuMenu {
	margin: 0 0 30px 0;
	}

.menuUL {
  list-style : none;
  padding :0 0 0 10px;
  margin:0;
}
.menu  {
    padding: 5px 0px 3px 15px;
    background: url(http://aprite.net/cp-bin/blog/skin/images/list_blt.gif) no-repeat 0px 0.6em;
    list-style : none;  background-repeat : no-repeat;
}

.planTitle {
width : 646px;
padding:7px;
margin-top:20px;
background-color:#d0111b;
color:#FFFFFF;
line-height:100%;
}

.planPrice {
	font-size:116%;
	color:#FF6666;
}
