/* basics */
body {
	text-align: 		center;
	margin:				0px;
	background: 		#FFFFFF url(../images/global/pagebg.jpg) top center repeat-x;
	font-family:'メイリオ','Meiryo','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	color:				#333;
}

a:link { 
	text-decoration: 	none; 
	color: 				#f66;
}
a:visited { 
	text-decoration: 	none; 
	color: 				#f66;
}
a:hover, a:active { 
	text-decoration: 	underline; 
	color: 				#c00;
}

#layout { 
	width:				870px;
	margin: 			0px auto;
	padding:			0px;
}

#layout2 { 
	width:				830px;
	margin: 			0px auto;
	padding:			0px;
}

/* header */
#header {
	text-align: 		center; 
	margin-top: 		0px;
	margin-bottom: 		0px;
	top:				0px;
	left:				0px;
	width:				870px;
	height:				140px;
}

#headerL2 {
	text-align: 		center; 
	margin-top: 		0px;
	margin-bottom: 		0px;
	top:				0px;
	left:				0px;
	width:				800px;
	height:				140px;
}

#header_logo {
position: absolute;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 126px;
	height: 105px;
}

#header_nav {
position: absolute;
	height: 35px;
	margin: 70px 0px 0px 126px;
	padding: 0px;
}

#header_nav ul {
	float: left;
	margin: 0px;
	list-style-type: none;
}

#header_nav li {
	float: left;
	margin: 0px;
}

#header_nav li a {
	display: block;
	text-indent: -9999px;
	width: 100%;  /* mod 2008-10-07 */
	height: 100%; /* mod 2008-10-07 */
}

#header_nav2 {
position: absolute;
	height: 70px;
	margin: 0px 0px 0px 550px;
	padding: 0px;
}
#header_nav2 ul {
	float: left;
	margin: 0px;
	list-style-type: none;
}
#header_nav2 li a {
	display: block;
	text-indent: -9999px;
	width: 100%;  /* mod 2008-10-07 */
	height: 100%; /* mod 2008-10-07 */
}

#about_nav ul {
	float: left;
	margin: 0px;
	list-style-type: none;
}

#about_nav li {
	float: left;
	margin: 0px;
}

#about_nav li a {
	display: block;
	width: 100%;  /* mod 2008-10-07 */
	height: 100%; /* mod 2008-10-07 */
}



#header_nav li.about {
	background-image: url(../images/global/head_btn_01.png);
	width: 115px;
	height: 35px;
}
#header_nav li.about a:hover {
	background-image: url(../images/global/head_btn_01_over.png);
	height: 35px;
}
#header_nav li.access {
	background-image: url(../images/global/head_btn_02.png);
	width: 75px;
	height: 35px;
}
#header_nav li.access a:hover {
	background-image: url(../images/global/head_btn_02_over.png);
	height: 35px;
}
#header_nav li.regulation {
	background-image: url(../images/global/head_btn_03.png);
	width: 85px;
	height: 35px;
}
#header_nav li.regulation a:hover {
	background-image: url(../images/global/head_btn_03_over.png);
	height: 35px;
}
#header_nav li.link {
	background-image: url(../images/global/head_btn_04.png);
	width: 63px;
	height: 35px;
}
#header_nav li.link a:hover {
	background-image: url(../images/global/head_btn_04_over.png);
	height: 35px;
}
#header_nav li.application {
	background-image: url(../images/global/head_btn_05.png);
	width: 90px;
	height: 35px;
}
#header_nav li.application a:hover {
	background-image: url(../images/global/head_btn_05_over.png);
	height: 35px;
}
#header_nav li.information {
	background-image: url(../images/global/head_btn_06.png);
	width: 132px;
	height: 38px;
}
#header_nav li.information a:hover {
	background-image: url(../images/global/head_btn_06_over.png);
	height: 38px;
}

#header_nav li.schedule {
	background-image: url(../images/global/head_btn_07.png);
	width: 99px;
	height: 35px;
}
#header_nav li.schedule a:hover {
	background-image: url(../images/global/head_btn_07_over.png);
	height: 35px;
}

#header_nav2 li.blog {
	background-image: url(../images/global/head_btn_08.png);
	width: 231px;
	height: 70px;
}
#header_nav2 li.blog a:hover {
	background-image: url(../images/global/head_btn_08_over.png);
	height: 70px;
}


#about_nav li.img1 {
	background-image: url(../images/about/im_01.jpg);
	width: 151px;
	height: 151px;
}
#about_nav li.img1 a:hover {
	background-image: url(../images/about/im_01_over.jpg);
	margin: 0px 0px 0px 200px;
	width: 469px;
	height: 382px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* content-wrap */
#content-wrap { 
	text-align: 		center; 
	width:				870px;
	margin: 			0px;
	padding:			0px;
}

#content-wrap2 { 
	text-align: 		center; 
	width:				830px;
	margin: 			0px;
	padding:			0px;
}

#content-wrap3 { 
	text-align: 		center; 
	width:				800px;
	margin: 			0px;
	padding:			0px;
}

#content-wrap4 { 
	text-align: 		center; 
	width:				800px;
	height:				900px;
	margin: 			0px;
	padding:			0px;
}

#topimg {
	text-align: 		center; 
	margin-top: 		0px;
	margin-bottom: 		0px;
	top:				0px;
	left:				0px;
	width:				870px;
	height:				468px;
}

#topnews {
	float:				left;
	margin: 			0px;
	padding:			10px 0px;
	width:				600px;
	height:				180px;
}

#topinfo {
	float: 				right;
	margin: 			0px;
	padding:			20px 0px;
}

#topinfo-head {
	width:				205px
	height:				23px;
	margin: 			0px;
	padding:			0px;
}

.topinfo-txt {
	width:				205px
	line-height:		18px;
	text-align:			left;
	padding:			0px 0px 0px 20px;
	background:			#e7e7e7;
	font-size: 11px;
}

#topinfo-bottom {
	width:				205px;
	height:				23px;
	margin: 			0px;
	padding:			0px;
}

/* L2content */
#L2content {
	width:				800px;
	margin: 			0px;
	padding:			0px;
	text-align:			left;
}

.content-tit-about {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_about.gif) no-repeat;
}

.content-tit-access {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_access.gif) no-repeat;
}

.content-tit-rentalspace {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_rentalspace.gif) no-repeat;
}

.content-tit-regulation {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_regulation.gif) no-repeat;
}

.content-tit-link {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_link.gif) no-repeat;
}

.content-tit-schedule {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_schedule.gif) no-repeat;
}

.content-tit-information {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_information.gif) no-repeat;
}

.content-tit-gallery {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_gallery.gif) no-repeat;
}

.content-tit-galleryspace {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_galleryspace.gif) no-repeat;
}

.content-tit-application {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagetit_application.gif) no-repeat;
}

.content-stit-about01 {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagestit_about01.gif) no-repeat;
}

.content-stit-about02 {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagestit_about02.gif) no-repeat;
}

.content-stit-access01 {
	text-indent:		-2000px;
	width:				800px;
	height:				50px;
	background: 		url(../images/pagestit_access01.gif) no-repeat;
}

#content-top-about {
	margin:				0px;
	padding:			5px 20px 10px 50px;
	text-align:			left;
	background: 		url(../images/pagepix_about01.jpg) left top no-repeat;
}

#content-top-galleryspace {
	margin:				0px;
	padding:			5px 20px 10px 50px;
	text-align:			left;
	background: 		url(../images/pagepix_galleryspace01.jpg) left top no-repeat;
}

#content-top-access {
	margin:				0px;
	padding:			5px 20px 10px 50px;
	text-align:			left;
	background: 		url(../images/pagepix_access01.gif) left top no-repeat;
}

#content-top-rentalspace {
	margin:				0px;
	padding:			5px 20px 10px 10px;
	text-align:			left;
}

#content-top-galleryspace {
	margin:				0px;
	padding:			5px 20px 10px 10px;
	text-align:			left;
}

#content-top-regulation {
	margin:				0px;
	padding:			5px 20px 10px 10px;
	text-align:			left;
}

#content-top-schedule {
	margin:				0px;
	padding:			5px 20px 10px 10px;
	text-align:			left;
}

#content-top-information {
	margin:				0px;
	padding:			5px 20px 10px 10px;
	text-align:			left;
}

#content-top-gallery {
	margin:				0px;
	padding:			5px 20px 10px 10px;
	text-align:			left;
}

#content-top-application {
	margin:				0px;
	padding:			5px 20px 10px 10px;
	text-align:			left;
}

.content-txt-about {
	line-height:		24px;
	margin:				0px;
	padding:			0px 0px 20px 0px;
	text-align:			left;
	font-size: 14px;
}

.content-txt-access {
	line-height:		24px;
	margin:				0px;
	padding:			5px 20px 10px 420px;
	text-align:			left;
}

.content-txt-access2 {
	line-height:		15px;
	margin:				0px;
	padding:			5px 20px 10px 420px;
	text-align:			left;
	font-size: 11px;
}

.content-txt-rentalspace {
	line-height:		24px;
	margin:				0px;
	padding:			0px 20px 10px 0px;
	text-align:			left;
}

.content-txt-galleryspace {
	line-height:		24px;
	margin:				0px;
	padding:			5px 20px 10px 280px;
	text-align:			left;
}

.content-txt-regulation {
	line-height:		14px;
	margin:				0px;
	padding:			8px 20px 10px 0px;
	text-align:			left;
}

.regulation li {
	line-height:		17px;
	text-align:			left;
	font-size: 12px;
}

.content-txt-schedule {
	line-height:		24px;
	margin:				0px;
	padding:			8px 20px 10px 0px;
	text-align:			left;
}

.content-txt-information {
	line-height:		24px;
	margin:				0px;
	padding:			8px 20px 10px 0px;
	text-align:			left;
}

.content-txt-gallery {
	line-height:		24px;
	margin:				0px;
	padding:			8px 20px 10px 0px;
	text-align:			left;
}

.content-txt-application {
	line-height:		24px;
	margin:				0px;
	padding:			8px 20px 10px 0px;
	text-align:			left;
}

.content-txt {
	line-height:		24px;
	margin:				0px;
	padding:			5px 20px 10px 20px;
	text-align:			left;
}

#content-block {
	width:				800px;
	margin:				0px;
	padding:			0px 0px 20px 15px;
	text-align:			left;
	background-color:	#fff;
}

#clear {
	font-size:			1pt;
	line-height:		1pt;
	clear:				both;
}

#abo_nav {
	width:				320px;
	height:				123px;
	margin:				0px;
	text-align:			left;
}

.abo_navbace {
position: absolute;
	width:				320px;
	margin:				0px;
	text-align:			left;
}

#abo_image {
position: absolute;
	width:				600px;
	margin:				0px 0px 10px 240px;
	text-align:			left;
}

/* copy */
#copy {
	text-align: 		center; 
	margin-top: 		30px;
	margin-bottom: 		10px;
	width:				800px;
	height:				50px;
}
