@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.4;
	background-color: #fffef2;
	background-image: url(../images/bg.gif);
	background-position: top center;
	font-size: small;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

form {
	margin: 0;
	padding: 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

a:link {
	color: #603813;
}

a:visited {
	color: #999;
}

a:hover {
	color: #fcc800;
}

/* basic layout */

.header {
	margin: 0 auto 5px auto;
	width: 100%;
	height: 170px;
	background-image: url(../images/headerBg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.headerContents {
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 170px;
}

.contents {
	margin: 0 auto;
	width: 800px;
	height: auto;
	z-index: 10;
}

.footer {
	margin: 0 auto;
	width: 100%;
	height: 105px;
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 5;
}

.footerContents {
	margin: 0 auto;
	padding: 10px 7px 0 7px;
	position: relative;
	width: 800px;
	height: 95px;
	background-image: url(../images/footerContentsBg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* header */

p#logo {
	position: absolute;
	top: 10px;
	left: -5px;
	width: 130px;
	height: 154px;
}

#index p#logo {
	text-indent: -10000em;
	z-index: 100;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}

*html #index p#logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/images/logo.png', sizingMethod='crop');
}

p#logo a {
	padding: 5px;
	position: relative;
	display: block;
	width: 120px;
	height: 144px;
	text-indent: -10000em;
	z-index: 100;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

*html p#logo a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_common/images/logo.png', sizingMethod='crop');
}

#siteTitle {
	position: absolute;
	top: 54px;
	left: 144px;
	width: 320px;
	height: 35px;
	background-image: url(../images/siteTitle.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#informationDesk {
	padding: 10px 12px 0 12px;
	position: absolute;
	top: 32px;
	right: 0;
	width: 271px;
	height: 50px;
	background-image: url(../images/informationDeskBg.gif);
	background-repeat: no-repeat;
}

#informationDesk dt {
	display: none;
}

#informationDesk ul {
	margin-bottom: 7px;
	height: 17px;
	list-style: none;
	z-index: 20;
	overflow: hidden;
}

#informationDesk li {
	margin-right: 10px;
	float: left;
	height: 17px;
}

#informationDesk li.end {
	margin-right: 0;
}

#informationDesk li a {
	display: block;
	position: relative;
	height: 17px;
	text-indent: -10000em;
	cursor: pointer;
}

#informationDesk li#IDLink01 a {
	width: 87px;
	background-image: url(../images/bgIDLinkFaq.gif);
}

#informationDesk li#IDLink02 a {
	width: 97px;
	background-image: url(../images/bgIDLinkAccess.gif);
}

#informationDesk li#IDLink03 a {
	width: 64px;
	background-image: url(../images/bgIDLinkInquiry.gif);
}


#informationDesk p {
	margin-left: 36px;
	display: block;
	width: 235px;
	height: 20px;
	background-image: url(../images/contactTel.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -10000em;
}

/* ----------------------------------------

   パーツ

---------------------------------------- */

.contents {
	width: 814px;
	height: auto;
}

.contents .title {
	padding: 6px 8px 0 8px;
	width: 798px;
	height: 180px;
	background-image: url(../images/contentsTitleBg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.contents .title h1 {
	width: 798px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

.contents .title p.intro {
	position: absolute;
	top: -10em;
	left: -10000em;
}

.contents .article {
	padding: 0 8px 0 28px;
	width: 778px;
	height: auto;
	background-image: url(../images/contentsArticleBg.png);
	background-repeat: repeat-y;
	background-position: top center;
}

.contents .article p.intro {
	margin-bottom: 20px;
	margin-left: 2px;
	width: 750px;
}

#facilities .contents .article h2 {
	position: absolute;
	top: -10em;
	left: -10000em;
}

.contents .article .section {
	margin-bottom: 10px;
	position: relative;
}

.contents .article .section .box {
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
	position: relative;
}

.contents .article .section h3 {
	margin-left: 2px;
	margin-bottom: 15px;
	width: 480px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
	overflow: hidden;
}

.contents .article #large h3 {
	background-image: url(../../facilities/images/hlLarge.gif);
}

.contents .article #middle h3 {
	background-image: url(../../facilities/images/hlMiddle.gif);
}

.contents .article #small h3 {
	background-image: url(../../facilities/images/hlSmall.gif);
}

.contents .article .section .box h4 {
	position: absolute;
	top: 134px;
	left: 2px;
	width: 160px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
	overflow: hidden;
}

.contents .article .section .box img {
	margin-bottom: 24px;
	padding: 2px 6px 6px 2px;
	background-image: url(../../facilities/images/bgThumb.jpg);
}

.contents .article .section .box p {
	padding-left: 2px;
	font-size: x-small;
}

.contents .article .section #introRuthin h4 {
	background-image: url(../../facilities/ruthincastle/images/nameRuthin.gif);
}

.contents .article .section #introLone h4 {
	background-image: url(../../facilities/roanfield/images/nameLone.gif);
}

.contents .article .section #introLumiera h4 {
	background-image: url(../../facilities/lumuera/images/nameLumiera.gif);
}

.contents .article .section #introCorine h4 {
	background-image: url(../../facilities/images/nameCorine.gif);
}

.contents .article .section #introOriental h4 {
	background-image: url(../../facilities/cluboriental/images/nameOriental.gif);
}

.contents .article .section #introCiel1 h4 {
	background-image: url(../../facilities/cielserein1/images/nameCiel1.gif);
}

.contents .article .section #introCiel2 h4 {
	background-image: url(../../facilities/cielserein2/images/nameCiel2.gif);
}

.contents .article .section #introAmethyst h4 {
	background-image: url(../../facilities/images/nameAmethyst.gif);
}

.contents .article .section #introGarnet h4 {
	background-image: url(../../facilities/images/nameGarnet.gif);
}

.contents .article .section #introSapphire h4 {
	background-image: url(../../facilities/images/nameSapphire.gif);
}

.contents .article .section #introPearl h4 {
	background-image: url(../../facilities/sapphire/images/namePearl.gif);
}

.contents .article .section #introRuby h4 {
	background-image: url(../../facilities/images/nameRuby.gif);
}

.contents .article .section #introTopaz h4 {
	background-image: url(../../facilities/images/nameTopaz.gif);
}

.contents .article .section #introEmerald h4 {
	background-image: url(../../facilities/emerald/images/nameEmerald.gif);
}

.contents .article .section #introCosmos h4 {
	background-image: url(../../facilities/cosmos/images/nameCosmos.gif);
}

.contents .article .section #introBouquet h4 {
	background-image: url(../../facilities/bouquet/images/nameBouquet.gif);
}

.contents .article .section #introBlossom h4 {
	background-image: url(../../facilities/blossom/images/nameBlossom.gif);
}

.contents .article .section #introArgent9 h4 {
	background-image: url(../../facilities/argent9/images/nameArgent9.gif);
}

.contents .article .section #introCeleste h4 {
	background-image: url(../../facilities/celeste/images/nameCeleste.gif);
}

.contents .article .section #introSapphire2 h4 {
	background-image: url(../../facilities/sapphire/images/nameSapphire2.gif);
}

.contents .additionalInfo {
	padding: 0 8px;
	position: relative;
	width: 798px;
	height: 150px;
	background-image: url(../images/contentsAdditionalInfoBg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* ----------------------------------------

   追加情報

---------------------------------------- */

.contents .additionalInfo dl {
	padding-right: 10px;
	background-image: url(../images/additionalInfoBg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contents .additionalInfo dl dt {
	margin-bottom: 8px;
	width: 165px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

.contents .additionalInfo dl dd {
	margin-left: 4px;
}

.contents .additionalInfo dl dd.text {
	margin-bottom: 5px;
	width: 160px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

.contents .additionalInfo dl#beforeReservation dd.text {
	background-image: url(../images/additionalInfoBeforeReservationText.gif);
}

.contents .additionalInfo dl#businessTable dd.text {
	background-image: url(../images/additionalInfoBusinessTableText.gif);
}

.contents .additionalInfo dl#organizer dd.text {
	background-image: url(../images/additionalInfo4OrganizerText.gif);
}

.contents .additionalInfo dl#search dd.text {
	background-image: url(../images/additionalInfoSearchText.gif);
}

.contents .additionalInfo dl dd.link {
	margin-bottom: 5px;
	padding-left: 16px;
	background-image: url(../images/markerAdditionalInfo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: x-small;
}

.contents .additionalInfo dl#beforeReservation dt {
	background-image: url(../images/additionalInfoBeforeReservationHeadline.png);
}

.contents .additionalInfo dl#businessTable dt {
	background-image: url(../images/additionalInfoBusinessTableHeadline.png);
}

.contents .additionalInfo dl#organizer dt {
	background-image: url(../images/additionalInfo4OrganizerHeadline.png);
}

.contents .additionalInfo dl#search dt {
	background-image: url(../images/additionalInfoSearchHeadline.png);
}

.contents .additionalInfo dl#reservationGuide {
	padding-right: 0;
	position: absolute;
	top: 68px;
	left: 422px;
	background-image: none;
}

.contents .additionalInfo dl#reservationGuide dt {
	margin-bottom: 8px;
	width: 230px;
	height: 15px;
	background-image: url(../images/hlAdditionalInfoReservation.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
	overflow: hidden;
}

.contents .additionalInfo dl#reservationGuide dd {
	margin-left: 10px;
	float: left;
}

.contents .additionalInfo dl#reservationGuide dd.tel {
	width: 152px;
	height: 20px;
	background-image: url(../images/additionalInfoTel.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: -10000em;
}

.contents .additionalInfo dl#reservationGuide dd.link {
	margin-bottom: 2px;
	padding: 0;
	background-image: none;
}

.contents .additionalInfo dl#reservationGuide dd.link a {
	display: block;
	width: 150px;
	height: 20px;
	background-image: url(../images/buttonInquiry.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -10000em;
}

.contents .additionalInfo dl#reservationGuide dd.link a:hover {
	background-position: 0 -20px;
}

.contents .additionalInfo dl#reservationGuide dd.info {
	padding-top: 5px;
	display: block;
	width: 350px;
}


/* ----------------------------------------

   グローバルナビゲーション

---------------------------------------- */

dl.globalNav {
	position: absolute;
	bottom: 20px;
	left: 120px;
}

.globalNav dt {
	display: none;
}

.globalNav ul {
	list-style: none;
	height: 48px;
	background-image: url(../images/globalNav.jpg);
	overflow: hidden;
}

.globalNav ul li {
	padding-right: 1px;
	float: left;
}

.globalNav ul li.end {
	padding-right: 0;
}

.globalNav ul li a {
	display: block;
	position: relative;
	width: 134px;
	height: 48px;
	background-image: url(../images/globalNav.jpg);
	text-indent: -10000em;
	cursor: pointer;
}

.globalNav ul li#globalNav01 a {
	width: 139px;
	background-position: 0 0;
}

.globalNav ul li#globalNav01 a:hover,
#freestyle .globalNav ul li#globalNav01 a:hover {
	background-position: 0 -48px;
}

#freestyle .globalNav ul li#globalNav01 a {
	background-position: 0 -108px;
}

.globalNav ul li#globalNav02 a {
	background-position: -140px 0;
}

.globalNav ul li#globalNav02 a:hover,
#seasonal .globalNav ul li#globalNav02 a:hover {
	background-position: -140px -48px;
}

#seasonal .globalNav ul li#globalNav02 a{
	background-position: -140px -108px;
}

.globalNav ul li#globalNav03 a {
	background-position: -275px 0;
}

.globalNav ul li#globalNav03 a:hover,
#cuisine .globalNav ul li#globalNav03 a:hover {
	background-position: -275px -48px;
}

#cuisine .globalNav ul li#globalNav03 a {
	background-position: -275px -108px;
}

.globalNav ul li#globalNav04 a {
	background-position: -410px 0;
}

.globalNav ul li#globalNav04 a:hover,
#dress .globalNav ul li#globalNav04 a:hover {
	background-position: -410px -48px;
}

#dress .globalNav ul li#globalNav04 a {
	background-position: -410px -108px;
}

.globalNav ul li#globalNav05 a {
	background-position: -545px 0;
}

.globalNav ul li#globalNav05 a:hover,
#plan .globalNav ul li#globalNav05 a:hover {
	background-position: -545px -48px;
}

#plan .globalNav ul li#globalNav05 a {
	background-position: -545px -108px;
}

/* contents */

.contentsTitle {
	margin-bottom: 10px;
	width: 800px;
	height: 96px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

/* footer */

.footer dl.banners {
	position: absolute;
	top: 30px;
	left: 7px;
}

.footer dl.banners dt {
	display: none;
}

.footer dl.banners li {
	margin-right: 5px;
	float: left;
}

.footer ul.additionalNav {
	border-left: solid 1px #666;
	position: absolute;
	top: 30px;
	right: 7px;
}

.footer ul.additionalNav li {
	padding: 0 7px;
	border-right: solid 1px #666;
	float: left;
}

.footer p.copyright {
	position: absolute;
	top: 64px;
	right: 7px;
	width: 202px;
	height: 15px;
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

/* INDEX */



#index .contents {
	margin: 0 auto 30px auto;
	width: 800px;
	height: auto;
}

#index .contents .article {
	padding: 0;
	float: left;
	width: 538px;
}

#index .contents .article .mainview {
	margin-left: -5px;
	margin-bottom: 10px;
	padding: 7px;
	position: relative;
	width: 534px;
	height: 356px;
	background-image: url(../images/mainviewBg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#index .contents .article .mainview .cf_element {
	width: 534px;
	height: 356px;
}

#index .contents .article .mainview .cf_element a {
	display: block;
	position: relative;
	width: 534px;
	height: 356px;
	text-indent: -10000em;
	z-index: 100;
	cursor: pointer;
}


#index .contents .article .mainview #cf1 {
	background-image: url(../images/mainview201201A.jpg);
}

#index .contents .article .mainview #cf3 {
	background-image: url(../images/mainview02.jpg);
}

#index .contents .article .mainview #cf2 {
	background-image: url(../images/mainview201201B.jpg);
}


#index .contents .article .mainview .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 548px;
	height: 370px;
	background-image: url(../images/mainviewCover.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#index .contents .article #indexTopics {
	background-image: url(../images/indexTopicsBg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#index .contents .article #indexTopics .sectionContents {
	padding: 17px 17px 4px 17px;
	background-image: url(../images/indexTopicsCover.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#index .contents .article #indexTopics .sectionContents h2 {
	border-bottom: solid 2px #785534;
	width: 504px;
	height: 25px;
	background-image: url(../images/indexTopicsHeadline.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#index .contents .article #indexTopics .sectionContents ul {
	margin-top: 12px;
	margin-bottom: 7px;
	padding-right: 10px;
	border-right: dotted 3px #534741;
	float: left;
	width: 342px;
}

#index .contents .article #indexTopics .sectionContents ul li {
	margin-bottom: 7px;
	padding: 0 10px 7px 20px;
	border-bottom: dashed 1px #534741;
	background-image: url(../images/markerTopics.jpg);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

#index .contents .article #indexTopics .sectionContents ul li.last {
	margin-bottom: 0;
	border-bottom: none;
}

#index .contents .article #indexTopics .sectionContents dl {
	margin-top: 10px;
	float: right;
	width: 142px;
}

#index .contents .article #indexTopics .sectionContents dl dt {
	margin-bottom: 8px;
	height: 16px;
	background-image: url(../images/hlMobile.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#index .contents .article #indexTopics .sectionContents dl dd {
	float: left;
	font-size: x-small;
}

#index .contents .article #indexTopics .sectionContents dl dd.text {
	padding-left: 10px;
	width: 60px;
}

#index .contents .aside {
	margin-top: 5px;
	float: right;
	width: 236px;
	height: auto;
}

#index .contents .aside img.banIbaraki {
	margin-bottom: 10px;
}

#index .contents .aside dl dt {
	position: absolute;
	top: -100em;
	left: -10000em;
}

#index .contents .aside dl dd ul {
	margin-bottom: 20px;
}

#index .contents .aside dl dd ul li {
	margin-bottom: 10px;
	height: 132px;
}

#index .contents .aside dl dd ul li img {
	border: solid 2px #d9cfc6;
}

#index .contents .aside dl dd {
	font-size: x-small;
}

#index .footerContents {
	background-image: none;
}

#index .footer dl.banners {
	top: 15px;
}

#index .footer ul.additionalNav {
	top: 15px;
}

#index .footer p.copyright {
	top: 48px;
}

/* ----------------------------------------

   パーティ・ご宴会ページ

---------------------------------------- */

#partyplan .contents .title h1 {
	background-image: url(../../partyplan/images/title.jpg);
}

#partyplan .contents .article .section h2 {
	margin-bottom: 20px;
	margin-left: 2px;
	width: 750px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#partyplan .contents .article #plans h2 {
	background-image: url(../../partyplan/images/hlPartyplan.jpg);
}

#partyplan .contents .article #scene h2 {
	background-image: url(../../partyplan/images/hlScene.jpg);
}

#partyplan .contents .article #plans .box {
	width: 246px;
}

#partyplan .contents .article #plans .box h3 {
	position: absolute;
	top: 208px;
	left: 2px;
	width: auto;
	text-indent: 0;
	font-size: 1.1em;
}

#partyplan .contents .article #plans .box h3.long {
	letter-spacing: -0.05em;
}

#partyplan .contents .article #plans .box p.lead {
	position: absolute;
	top: 192px;
	left: 2px;
	color: #42210b;
}

#partyplan .contents .article #plans .box img {
	margin-bottom: 48px;
	padding: 3px 7px 7px 3px;
	width: 236px;
	height: 177px;
	background-image: url(../../partyplan/images/bgThumb.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#partyplan .contents .article #plans .box p.planLimited {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 60px;
	height: 18px;
	background-image: url(../../partyplan/images/iconLimited.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#partyplan .contents .article .section .box ul.icons {
	margin-bottom: 10px;
	margin-left: 3px;
}

#partyplan .contents .article .section .box ul.icons li {
	float: left;
	width: 81px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#partyplan .contents .article .section .box ul.icons li.iconCompany {
	background-image: url(../../partyplan/images/iconCompany.gif);
}

#partyplan .contents .article .section .box ul.icons li.iconSmall {
	background-image: url(../../partyplan/images/iconSmall.gif);
}

#partyplan .contents .article .section .box ul.icons li.iconLuncheon {
	background-image: url(../../partyplan/images/iconLuncheon.gif);
}

#partyplan .contents .article .section .box ul.icons li.iconEntertainment {
	background-image: url(../../partyplan/images/iconEntertainment.gif);
}

#partyplan .contents .article .section .box ul.icons li.iconAnniversary {
	background-image: url(../../partyplan/images/iconAnniversary.gif);
}

#partyplan .contents .article .section .box ul.icons li.iconplanLimited {
	background-image: url(../../partyplan/images/iconLimited.gif);
}

#partyplan .contents .article #plans .box p.link {
	margin-left: 3px;
	padding-left: 16px;
	background-image: url(../images/markerLink.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#partyplan .contents .article #scene .box {
	width: 182px;
}

#partyplan .contents .article #scene h3 {
	position: absolute;
	top: 134px;
	left: 2px;
	width: 160px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#partyplan .contents .article #scene #sceneAnniversary h3 {
	background-image: url(../../partyplan/images/nameAnniversary.gif);
}

#partyplan .contents .article #scene #sceneReunion h3 {
	background-image: url(../../partyplan/images/nameReunion.gif);
}

#partyplan .contents .article #scene #sceneReception h3 {
	background-image: url(../../partyplan/images/nameReception.gif);
}

#partyplan .contents .article #scene #sceneMemorial h3 {
	background-image: url(../../partyplan/images/nameMemorial.gif);
}

#partyplan .contents .article #scene p {
	font-size: small;
}

#partyplan .contents .article #planDetail h2 {
	background-image: url(../../partyplan/images/hlPartyplan.jpg);
}

#partyplan .contents .article #planDetail .box {
	padding-top: 16px;
	border-bottom: solid 1px #ccc;
	width: 750px;
	min-height: 280px;
}

*html #partyplan .contents .article #planDetail .box {
	height: 240px;
}

#partyplan .contents .article #planDetail .box h3 {
	margin-left: 2px;
	margin-bottom: 10px;
	text-indent: 0;
	font-size: 14px;
}

#partyplan .contents .article #planDetail .box p.lead {
	position: absolute;
	top: 0;
	left: 2px;
	color: #42210b;
	font-weight: bold;
}

#partyplan .contents .article #planDetail .box .photobox {
	position: absolute;
	top: 15px;
	right: -7px;
}

#partyplan .contents .article #planDetail .box .photobox img {
	margin-bottom: 6px;
	padding: 3px 7px 7px 3px;
	width: 236px;
	height: 177px;
	background-image: url(../../partyplan/images/bgThumb.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#partyplan .contents .article #planDetail .box .photobox.photoT img {
	margin-bottom: 6px;
	padding: 3px 7px 7px 3px;
	width: 300px;
	height: 360px;
	background-image: url(../../partyplan/images/bgThumbT.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#partyplan .contents .article #planDetail .box .photobox.photoL img {
	margin-bottom: 6px;
	padding: 3px 7px 7px 3px;
	width: 300px;
	height: 225px;
	background-image: url(../../partyplan/images/bgThumbL.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#partyplan .contents .article #planDetail .photobox p {
	text-align: center;
	width: 310px;
}

#partyplan .contents .article #planDetail .box ul.icons {
	margin-left: 2px;
	margin-bottom: 20px;
}

#partyplan .contents .article #planDetail p.intro {
	font-size: small;
	margin-bottom: 1em;
}

#partyplan .contents .article #planDetail .aboutChef {
	margin-bottom: 20px;
	padding-top: 15px;
	border-top: dotted 1px #ededed;
	width: 410px;
}

#partyplan .contents .article #planDetail .aboutChef img {
	margin-right: 15px;
	margin-bottom: 30px;
	float: left;
	background-image: none;
}

#partyplan .contents .article #planDetail .aboutChef p {
	margin-bottom: 0.5em;
	font-size: small;
}

#partyplan .contents .article #planDetail .box dl.planContents {
	margin-left: 12px;
}

#partyplan .contents .article #planDetail .box dl.planContents dt {
	margin-bottom: 3px;
	padding-left: 18px;
	height: 1%;
	background-image: url(../images/markerLink.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-weight: bold;
}

#partyplan .contents .article #planDetail .box dl.planContents dd {
	margin-bottom: 10px;
	padding-left: 18px;
}

#partyplan .contents .article #planDetail .box dl.notes {
	margin-left: 12px;
	margin-bottom: 15px;
}

#partyplan .contents .article #planDetail .box dl.notes dt {
	display: none;
}

#partyplan .contents .article #planDetail .box dl.notes dd {
	padding-bottom: 3px;
	font-size: 10px;
}

#partyplan .contents .additionalInfo dl#organizer {
	position: absolute;
	top: 50px;
	left: 48px;
}

#partyplan .contents .additionalInfo dl#search {
	position: absolute;
	top: 50px;
	left: 234px;
}

#partyplan .contents .article #planDetail .box .special {
	margin-left: 12px;
	margin-bottom: 20px;
	padding: 10px 15px 5px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 330px;
	background-color: #fbddcd;

}

#partyplan .contents .article #planDetail .box .special h4 {
	margin-bottom: 0.7em;
	position: relative;
	top: auto;
	left: auto;
	color: #300;
	text-indent: 0;
	height: 16px;
	width: auto;
}

#partyplan .contents .article #planDetail .box .special p {
	margin-bottom: 0.5em;
	font-size: small;
}

#partyplan .contents .article #planDetail .box .marker {
	color: #fc3;
}

#partyplan .contents .article #planDetail .box .special .notes {
	font-size: x-small;
}

#partyplan .contents .article #planDetail #plan2012NY04 {
	height: 540px;
}

/* ----------------------------------------

   施設のご案内ページ

---------------------------------------- */

#facilities .contents .title h1 {
	background-image: url(../../facilities/images/title.jpg);
}

#facilities .contents .additionalInfo dl#beforeReservation {
	position: absolute;
	top: 50px;
	left: 48px;
}

#facilities .contents .additionalInfo dl#businessTable {
	position: absolute;
	top: 50px;
	left: 234px;
}

#facilities .contents #large .box {
	width: 240px;
}

#facilities .contents .article #large .box h4 {
	top: 174px;
}

#facilities .contents .article #large .box img {
	background-image: url(../../facilities/images/bgThumbL.jpg);
}

/* ----------------------------------------

   催し物・展示会・会議ページ

---------------------------------------- */

#business .contents .title h1 {
	background-image: url(../../business/images/title.jpg);
}

#business .contents .article #introduction {
	padding-top: 20px;
	border-bottom: solid 1px #e0e0e0;
	width: 750px;
}

#business .contents .article #introduction h2 {
	margin-bottom: 20px;
	width: 315px;
	height: 66px;
	background-image: url(../../business/images/lead.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#business .contents .article #introduction p {
	margin-bottom: 1em;
	width: 356px;
}

#business .contents .article #introduction img {
	padding: 3px 7px 7px 3px;
	position: absolute;
	top: 20px;
	right: -7px;
	background-image: url(../../business/images/bgMainPhoto.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#business .contents .article #merits .box {
	margin-right: 27px;
	float: left;
	width: 232px;
}

#business .contents .article #merits .last {
	margin-right: 0;
}

#business .contents .article #merits .box h4 {
	margin-left: -3px;
	margin-bottom: 5px;
	position: relative;
	top: auto;
	left: auto;
	width: 235px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: top left;
}

#business .contents .article #merits #merit1 h4 {
	background-image: url(../../business/images/hlMerit1.jpg);
}

#business .contents .article #merits #merit2 h4 {
	background-image: url(../../business/images/hlMerit2.jpg);
}

#business .contents .article #merits #merit3 h4 {
	background-image: url(../../business/images/hlMerit3.jpg);
}

#business .contents .article #merits .box img {
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 3px 7px 7px 3px;
	float: right;
	background-image: url(../../business/images/bgMeritThumb.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#business .contents .article #merits .box p.link,
#facilities .contents .article .section .box p.link {
	margin-left: 2px;
	margin-top: 7px;
	padding-left: 16px;
	background-image: url(../images/markerLink.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#facilities .contents .article .section .box p.roomList {
	font-size: small;
	position: absolute;
	left: 160px;
	top: 7px;
	width: auto;
}

#business .contents .article .box p {
	font-size: small;
}

#business .contents .article #case h3 {
	width: 750px;
	height: 25px;
	background-image: url(../../business/images/hlCase.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#business .contents .article #case .box {
	width: 182px;
}

#business .contents .article #case .box h4 {
}

#business .contents .article #case #caseExhibition h4 {
	background-image: url(../../business/images/nameExhibition.gif);
}

#business .contents .article #case #caseOrientation h4 {
	background-image: url(../../business/images/nameOrientation.gif);
}

#business .contents .article #case #caseSeminar h4 {
	background-image: url(../../business/images/nameSeminar.gif);
}

#business .contents .article #case #caseMeeting h4 {
	background-image: url(../../business/images/nameMeeting.gif);
}

#business .contents .additionalInfo dl#beforeReservation {
	position: absolute;
	top: 50px;
	left: 48px;
}

#business .contents .additionalInfo dl#businessTable {
	position: absolute;
	top: 50px;
	left: 234px;
}

/* ----------------------------------------

   ご利用ガイドページ

---------------------------------------- */

#guide .contents .title h1 {
	background-image: url(../../guide/images/title.jpg);
}

#guide .contents .article #flow {
	padding-top: 20px;
}

#guide .contents .article .section p.intro {
	margin-bottom: 1.5em;
}

#guide .contents .article #flow .box {
	margin-right: 0;
	padding: 15px 28px 15px 10px;
	width: 154px;
	height: 126px;
	background-image: url(../../guide/images/bgFlowBox.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#guide .contents .article #flow #flow4 {
	padding: 15px 10px;
	width: 154px;
}

#guide .contents .article #flow .box h3 {
	margin-bottom: 10px;
	width: 130px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: top left;
}

#guide .contents .article #flow #flow1 h3 {
	background-image: url(../../guide/images/hlFlow1.gif);
}

#guide .contents .article #flow #flow2 h3 {
	background-image: url(../../guide/images/hlFlow2.gif);
}

#guide .contents .article #flow #flow3 h3 {
	background-image: url(../../guide/images/hlFlow3.gif);
}

#guide .contents .article #flow #flow4 h3 {
	background-image: url(../../guide/images/hlFlow4.gif);
}

#guide .contents .article #flow .box p {
	padding-left: 5px;
	font-size: 12px;
}

#guide .contents .article #flow #beforeReservation {
	padding: 9px;
	clear: left;
	width: 750px;
	height: 42px;
	background-image: url(../../guide/images/bgBeforeReservation.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#guide .contents .article #flow #beforeReservation h3 {
	margin-right: 10px;
	float: left;
	width: 126px;
	height: 24px;
	line-height: 24px;
	background-image: url(../../guide/images/attention.gif);
}

#guide .contents .article #flow #beforeReservation p {
	padding-top: 2px;
	float: left;
	height: 24px;
	line-height: 24px;
}

#guide .contents .article #flow #beforeReservation p.link {
	margin-left: 5px;
	padding-left: 30px;
	background-image: url(../../guide/images/bgLink.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#guide .contents .article #flow #beforeReservation p.link .dataInfo {
	font-size: x-small;
}

#guide .contents .article #flow #beforeReservation a.pdf {
	float: left;
	padding-left: 32px;
	display: block;
	width: 70px;
	height: 24px;
	line-height: 24px;
	background-image: url(../images/linkPDF.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#guide .contents .article #services .box p {
	font-size: small;
}

#guide .contents .article .section h2 {
	margin-bottom: 15px;
	width: 750px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#guide .contents .article #flow h2 {
	background-image: url(../../guide/images/hlFlow.jpg)
}

#guide .contents .article #services h2 {
	background-image: url(../../guide/images/hlServices.jpg)
}

#guide .contents .article #terms h2 {
	background-image: url(../../guide/images/hlTerms.jpg)
}

#guide .contents .article #services .box {
	width: 182px;
}

#guide .contents .article #services .box h3 {
	position: absolute;
	top: 134px;
	left: 2px;
	width: 160px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
	overflow: hidden;
}

#guide .contents .article #services #serviceCatering h3 {
	background-image: url(../../guide/images/nameCatering.gif);
}

#guide .contents .article #services #serviceStaff h3 {
	background-image: url(../../guide/images/nameStaff.gif);
}

#guide .contents .article #services #serviceBus h3 {
	background-image: url(../../guide/images/nameBus.gif);
}

#guide .contents .article #services #serviceParking h3 {
	background-image: url(../../guide/images/nameParking.gif);
}

#guide .contents .additionalInfo dl#beforeReservation {
	position: absolute;
	top: 50px;
	left: 48px;
}

#guide .contents .additionalInfo dl#businessTable {
	position: absolute;
	top: 50px;
	left: 234px;
}

#guide .contents .article #terms {
	width: 750px;
}

#guide .contents .article #terms ol {
}

#guide .contents .article #terms ol li {
	margin-left: 30px;
	list-style: decimal;
	font-weight: bold;
}

#guide .contents .article #terms ol li dl dt {
	margin-bottom: 1em;
	font-weight: bold;
}

#guide .contents .article #terms ol li dl dd {
	margin-bottom: 2em;
	font-weight: normal;
}

#guide .contents .article #terms ol li dl dd ol li {
	list-style: lower-roman;
	font-weight: normal;
}

#guide .contents .article #terms ol li dl dd ol li ul li {
	margin-left: 0;
	list-style: none;
	font-weight: normal;
}

/* ----------------------------------------

   イベントレポート

---------------------------------------- */

#report .contents .title h1 {
	background-image: url(../../report/images/title.jpg);
}

#report .contents .article {
	padding-top: 20px;
}

#report .contents .article p {
	margin-bottom: 1em;
	margin-left: 2px;
}

#report .contents .article .main {
	float: left;
	width: 525px;
	height: auto;
}

#report .contents .article .main h2 {
	margin-bottom: 25px;
	padding-left: 25px;
	width: 520px;
	height: 30px;
	line-height: 30px;
	color: #42210b;
	background-image: url(../../report/images/bgReportTitle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 14px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ＤＦＰ中太丸ゴシック体", "ＤＦＧ平成丸ゴシック体W4";
	font-weight: normal;
}

#report .contents .article .main img.mainPhoto {
	margin-left: 20px;
	padding: 2px 5px 5px 2px;
	float: right;
	background-image: url(../../report/images/bgMainPhoto.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#report .contents .article .main dl.eventData {
	padding-top: 10px;
	border-top: dotted 3px #c6b7aa;
	width: 200px;
}

#report .contents .article .main dl.eventData dt {
	margin-bottom: 5px;
	width: 27px;
	height: 15px;
	background-image: url(../../report/images/hlData.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#report .contents .article .main .section {
	margin-bottom: 15px;
}

#report .contents .article .main .reportSub {
	padding-top: 20px;
	border-top: solid 2px #ece7e3;
	width: 520px;
}

#report .contents .article .main .reportSub .box {
	margin-right: 11px;
	float: left;
	width: 166px;
}

#report .contents .article .main .reportSub .end {
	margin-right: 0;
}

#report .contents .article .main .reportSub .box img {
	margin-bottom: 10px;
	padding: 0;
	border: solid 1px #ccc;
	background: none;
}

#report .contents .article .main .reportSub .box p {
	margin: 0;
	padding: 0;
	font-size: small;
}

#report .contents .article #category .box {
	margin-bottom: 15px;
	border-bottom: dotted 3px #c6b7aa;
	height: 140px;
}

#report .contents .article #category .box dl {
	margin-bottom: 10px;
	padding-left: 179px;
	padding-top: 30px;
	position: relative;
}

#report .contents .article #category .box dl dt {
	position: absolute;
	top: 5px;
	left: 179px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ＤＦＰ中太丸ゴシック体", "ＤＦＧ平成丸ゴシック体W4";
}

#report .contents .article #category .box dl dd.eventPhoto {
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #999;
}

#report .contents .article #category .box dl dd.eventPhoto img {
	display: block;
}

#report .contents .article #category .box p {
	padding-left: 179px;
}

#report .contents .article #category .box p a {
	padding-left: 15px;
	background-image: url(../images/markerAdditionalInfo.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#report .contents .article .aside {
	padding-right: 25px;
	float: right;
	width: 208px;
	height: auto;
}

#report .contents .article .aside dl {
	margin-bottom: 20px;
}

#report .contents .article .aside dl dt {
	margin-bottom: 15px;
	width: 180px;
	height: 18px;
}

#report .contents .article .aside dl dd {
	margin-left: 5px;
}

#report .contents .article .aside dl#recentList dt {
	background-image: url(../../report/images/hlRecent.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#report .contents .article .aside dl#recentList dd {
	margin-bottom: 10px;
	padding-left: 75px;
	padding-bottom: 5px;
	border-bottom: dotted 3px #c6b7aa;
	position: relative;
}

#report .contents .article .aside dl#recentList dd img {
	border: solid 1px #ccc;
	position: absolute;
	top: 0;
	left: 3px;
}

#report .contents .article .aside dl#categoryList dt {
	margin-bottom: 10px;
	background-image: url(../../report/images/hlCategory.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#report .contents .article .aside dl#categoryList dd {
	margin-left: 8px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../../report/images/markerList.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#report .contents .additionalInfo dl#search {
	position: absolute;
	top: 50px;
	left: 48px;
}

#report .contents .additionalInfo dl#businessTable {
	position: absolute;
	top: 50px;
	left: 234px;
}

/* ----------------------------------------

   よくある質問

---------------------------------------- */

#faq .contents .title h1 {
	background-image: url(../../faq/images/title.jpg);
}

#faq .contents .article {
	padding-top: 20px;
}

#faq .contents .article p {
	margin-bottom: 1em;
	margin-left: 2px;
	width: 750px;
}

#faq .contents .additionalInfo dl#organizer {
	position: absolute;
	top: 50px;
	left: 48px;
}

#faq .contents .additionalInfo dl#beforeReservation {
	position: absolute;
	top: 50px;
	left: 234px;
}

#faq .contents .article {
}

#faq .contents .article h2 {
	margin-bottom: 15px;
	width: 750px;
	height: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#faq .contents .article #FAQConference h2 {
	background-image: url(../../faq/images/hlConference.jpg);
}

#faq .contents .article #FAQShowcase h2 {
	background-image: url(../../faq/images/hlShowcase.jpg);
}

#faq .contents .article #FAQParty h2 {
	background-image: url(../../faq/images/hlParty.jpg);
}

#faq .contents .article .section .box {
	margin-bottom: 7px;
	margin-left: 10px;
	padding: 0;
	border: solid 1px #d2cac5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: none;
	width: 738px;
	background-color: #fff;
}

#faq .contents .article .section .box h3 {
	margin: 5px 10px;
	padding-left: 21px;
	background-image: url(../../faq/images/markerQuestion.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	text-indent: 0;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
}

#faq .contents .article .section .box p {
	margin: 7px 0 0 0;
	padding: 7px 10px 7px 31px;
	border-top: dotted 1px #d2cac5;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	width: 697px;
	height: auto;
	color: #300;
	background-image: url(../../faq/images/markerAnswer.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #ffffee;
	font-size: small;
}

/* ----------------------------------------

   アクセスマップページ

---------------------------------------- */

#access .contents .title h1 {
	background-image: url(../../access/images/title.jpg);
}

#access .contents .article {
	padding-top: 20px;
}

#access .acontents .article .section {
	margin-bottom: 20px;
}

#access .contents .article .section h2 {
	margin-bottom: 10px;
	margin-left: 2px;
	width: 750px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#access .contents .article .section p {
	margin-left: 2px;
	width: 750px;
}

#access .contents .article .section p.intro {
	margin-bottom: 1em;
}

#access .contents .article #accessMap h2 {
	background-image: url(../../access/images/hlMap.jpg);
}

#access .contents .article #accessInfo h2 {
	background-image: url(../../access/images/hlAccess.jpg);
}

#access .contents .article #accessBus h2 {
	background-image: url(../../access/images/hlBus.jpg);
}

#access .contents .article #accessMap #mapFrame {
	margin-left: -2px;
	margin-bottom: 20px;
	padding: 9px 11px 11px 9px;
	width: 740px;
	height: 410px;
	background-image: url(../../access/images/bgMap.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#access .contents .article #accessMap #map {
	width: 740px;
	height: 410px;
}

#access .contents .article #accessInfo dt {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 27px;
	width: auto;
	height: 20px;
	background-image: url(../images/markerItem.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	font-weight: bold;
}

#access .contents .article #accessInfo dd {
	margin-bottom: 5px;
	margin-left: 27px;
	width: 725px;
}

#access .contents .additionalInfo dl#organizer {
	position: absolute;
	top: 50px;
	left: 48px;
}

#access .contents .additionalInfo dl#search {
	position: absolute;
	top: 50px;
	left: 234px;
}

#mapdetail {
	margin: 10px auto;
	text-align: center;
}

/* ----------------------------------------

   サイトマップ

---------------------------------------- */

#sitemap .contents .title h1 {
	background-image: url(../../sitemap/images/title.jpg);
}

#sitemap .contents .article {
	padding-top: 20px;
}

#sitemap .contents .article .section dl {
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	width: 750px;
}

#sitemap .contents .article .section dt {
	padding-left: 32px;
	padding-top: 10px;
	border-top: dashed 1px #ccc;
	float: left;
	clear: left;
	width: 187px;
	background-image: url(../images/markerItem.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}

#sitemap .contents .article .section dd {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	border-left: dashed 1px #D7D7D7;
	border-top: dashed 1px #CCCCCC;
	float: left;
	height: auto;
	width: 515px;
}

/* ----------------------------------------

   お問合せページ

---------------------------------------- */

#inquiry .contents .title h1 {
	background-image: url(../../inquiry/images/title.jpg);
}

#inquiry .contents .article {
	padding-top: 20px;
}

#inquiry .contents .article #formInstruction p {
	margin-bottom: 1em;
}

#inquiry .contents .article dl#inquiryTel {
	margin-left: 2px;
	position: relative;
	width: 750px;
	height: 60px;
	background-image: url(../../inquiry/images/bgInquiryTel.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#inquiry .contents .article dl#inquiryTel dt {
	position: absolute;
	top: 14px;
	left: 46px;
	width: 175px;
	height: 32px;
	background-image: url(../../inquiry/images/hlInquiryTel.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#inquiry .contents .article dl#inquiryTel dd.tel {
	position: absolute;
	top: 14px;
	left: 264px;
	width: 160px;
	height: 16px;
	background-image: url(../../inquiry/images/telNumber.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#inquiry .contents .article dl#inquiryTel dd.open {
	position: absolute;
	top: 14px;
	left: 437px;
}

#inquiry .contents .article dl#inquiryTel dd.notes {
	position: absolute;
	top: 37px;
	left: 264px;
	font-size: 0.85em;
}

#inquiry .contents .article #form {
	auto;
}

*html #inquiry .contents .article #form {
	height: 720px;
}

#inquiry .contents .article #form dl {
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom: 1px dashed #ccc;
	width: 750px;
}

#inquiry .contents .article #form dt {
	padding-left: 32px;
	padding-top: 10px;
	border-top: dashed 1px #ccc;
	float: left;
	clear: left;
	width: 187px;
	background-image: url(../images/markerItem.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}

#inquiry .contents .article #form dt .required {
	color: #900;
}

#inquiry .contents .article #form dd {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	border-left: dashed 1px #D7D7D7;
	border-top: dashed 1px #CCCCCC;
	float: left;
	height: auto;
	width: 515px;
}

#inquiry .contents .article #form dd .example {
	color: #999;
}

#inquiry .contents .article .formFooter {
	text-align: center;
}

#inquiry .contents .article .formFooter p {
	margin-bottom: 1em;
}

#inquiry .contents .additionalInfo dl#organizer {
	position: absolute;
	top: 50px;
	left: 48px;
}

#inquiry .contents .additionalInfo dl#businessTable {
	position: absolute;
	top: 50px;
	left: 234px;
}

/* ----------------------------------------

   プライバシーポリシーページ

---------------------------------------- */

#privacy .contents .title h1 {
	background-image: url(../../privacy/images/title.jpg);
}

#privacy .contents .article {
	padding-top: 20px;
}

#privacy .contents .article .section {
	width: 750px;
}

#privacy .contents .article .section h2 {
	margin-bottom: 20px;
	width: 750px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000em;
}

#privacy .contents .article .section h2#policy1 {
	background-image: url(../../privacy/images/hlPolicy1.jpg);
}

#privacy .contents .article .section h2#policy2 {
	background-image: url(../../privacy/images/hlPolicy2.jpg);
}

#privacy .contents .article .section ol {
	margin-bottom: 20px;
	margin-left: 25px;
}

#privacy .contents .article .section ol li {
	margin-bottom: 0.5em;
	list-style: lower-roman;
}


#privacy .contents .article .section p.intro {
	margin-bottom: 1em;
}

#privacy .contents .article p.signature {
	text-align: right;
}

/* CLOSED2010 */

#closed2010 .contents {
	width: 480px;
}

#closed2010 .article {
	margin-top: 60px;
	width: 480px;
	background-image: url(../images/bgArticleClosed.gif);
}

#closed2010 .articleContents {
	width: 440px;
	background-image: url(../images/bgArticleCoverClosed.gif);
}

#closed2010 .article .section {
	padding-top: 20px;
	padding-bottom: 10px;
}

#closed2010 .article .section h2 {
	margin-bottom: 20px;
	background-image: url(../images/titleClosed.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -10000em;
}

#closed2010 .article .section p {
	margin-bottom: 1em;
}

#closed2010 .article .section p.buttons {
	text-align: center;
}

#closed2010 .footer {
	width: 480px;
}







.contents .article .section .box img.planNoBg {
	background: none;
}

#partyplan .contents .article #planDetail .box .photobox.portrait img {
	height: auto;
	background-image: url(../../partyplan/images/bgThumb2.jpg);
	background-repeat: no-repeat;
}




/* CLEAR FIX */

.article:after,
.articleContents:after,
.section:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.article,
.articleContents,
.section,
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

*html .article,
*html .articleContents,
*html .section,
*html .clearfix {
	height: 1%;
}

.article,
.articleContents,
.section,
.clearfix {
	display: block;
}
/* End hide from IE-mac */

