@charset "utf-8";
/* CSS Document */

/* ----------------------------
 == Other_CSS
---------------------------- */
body{
	background: url(../images/bg_header_load.jpg);
}

/* ----------------------------
 == Header
---------------------------- */
#header{ height: 414px;}
#wrap .Pr{ background: url(../images/bg_header_profile.jpg) no-repeat left top;}
#wrap .PrEn{ background: url(../images/bg_header_profile_en.jpg) no-repeat left top;}
#wrap .Li{ background: url(../images/bg_header_link.jpg) no-repeat left top;}
#wrap .Si{ background: url(../images/bg_header_sitemap.jpg) no-repeat left top;}
#header h1{
	width: 367px;
	padding: 5px 0 0 15px;
	float: left;
}

#header #btnArea{
	width: 200px;
	padding-top: 30px;
	padding-left: 20px;
	float: left;
}
#header #btnArea ul li{ display: inline;}

#header #gNavi{ width: 600px;}
#header #gNavi ul{
	width: 600px;
	display: block;
}
#header #gNavi ul li{ display: inline;}
#header #gNavi ul li.tokyo{ position: relative; left: 54px; top: 15px;}
#header #gNavi ul li.osaka{ position: relative; left: 56px; top: 17px;}
#header #gNavi ul li.nagoya{ position: relative; left: 58px; top: 15px;}
#header #gNavi ul li.hakata{ position: relative; left: 58px; top: 24px;}
*html #header #gNavi ul li.hakata{ position: relative; left: 58px; top: 24px;}
*:first-child+html #header #gNavi ul li.hakata{ position: relative; left: 58px; top: 25px;}

#header #subMenu{ width: 400px;}
#header #subMenu ul{
	width: 400px;
	padding-top: 70px;
	display: block;
}
#header #subMenu ul li{ display: inline;}
#header #subMenu ul li.about{ position: relative; left: 74px;}
#header #subMenu ul li.event{ position: relative; left: 85px;}
#header #subMenu ul li.member{ position: relative; left: 95px;}

/* ----------------------------
 == Main-common
---------------------------- */
#page{
	background: url(../nagoya/images/bg_middle.jpg) repeat-y left top;
	width: 100%;
	/*height: 100%;*/
}
*html #page{
	background: url(../nagoya/images/bg_middle.jpg) repeat-y left top;
	width: 100%;
}
#kutsu{
	width: 95px;
	height: 5px;
	position: relative;
	left: 0;
	top: -250px;
	z-index: 2;
}
*html #kutsu{
	display: none;
}
#txtArea{
	width: 830px;
	position: relative;
	top: -60px;
	left: 97px;
	z-index: 1;
}
#txtArea .aiueo{
	margin-bottom: 15px;
	font-size: 110%;
	float: left;
}
#txtArea .aiueo ul li{
	background: url(../images/icon_arrow.gif) no-repeat left center;
	margin-right: 10px;
	padding-left: 10px;
	display: inline;
}
#txtArea .aiueo ul li.active{
	background: url(../images/icon_arrow_on.gif) no-repeat left center;
	font-weight: bold;
	text-decoration: none !important;
}
#txtArea .aiueo ul li a{ text-decoration: underline;}

table tr td{ padding: 5px;}

/* ----------------------------
 == Main-profile
---------------------------- */
#txtArea h3.outline{ background: url(../images/stt_profile_01.gif) no-repeat left top; text-indent: -9999px; height: 39px;}
#txtArea h3.work{ background: url(../images/stt_profile_02.gif) no-repeat left top; text-indent: -9999px; height: 39px;}
#txtArea h3.outlineEn{ background: url(../images/stt_profile_03.gif) no-repeat left top; text-indent: -9999px; height: 39px;}
#txtArea h3.workEn{ background: url(../images/stt_profile_04.gif) no-repeat left top; text-indent: -9999px; height: 39px;}
#txtArea img.gaiyo{ margin: 30px 0;}
#txtArea img.lead{ margin: 10px 0 30px 180px;}
#txtArea img.leadEn{ margin: 10px 0 30px 170px;}
#txtArea ol{ margin: 15px 50px 30px 50px;}
#txtArea ol li{ list-style: decimal;}

/* ----------------------------
 == Main-sitemap
---------------------------- */
.tokyoBox , .osakaBox , .nagoyaBox , .hakataBox , .sonotaBox , .mameBox{
	background: url(../images/line_dot.gif) repeat-x left bottom;
	padding-top:15px;
	padding-bottom: 15px;
	line-height: 25px;
}
.tokyoBox h4 , .osakaBox h4 , .nagoyaBox h4 , .hakataBox h4 , .sonotaBox h4 , .mameBox h4{
	background: url(../images/icon_arrow.gif) no-repeat left center;
	padding-left: 10px;
	font-size: 120%;
}
#txtArea h3.ttl3{
	background: url(../images/icon_arrow_brown.gif) no-repeat left center;
	width: 290px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 120%;
	float: left;
}
#txtArea h3.ttl4{
	background: url(../images/icon_arrow_brown.gif) no-repeat left center;
	padding-left: 12px;
	font-weight: bold;
	font-size: 120%;
	width: 110px;
	float: left;
	margin-right: 140px;
}
.leftSttl , .leftSttl2{
	width: 180px;
	float: left;
	margin-left: 20px;
}
.leftSttl ul , .leftSttl2 ul{ margin-left: 10px; margin-bottom: 15px;}
.leftSttl ul li , .leftSttl2 ul li{
	background: url(../mame/images/icon_mame.gif) no-repeat left center;
	padding-left: 8px;
}
.leftSttl ul li.small{ font-size: 90%;}
.leftSttl3{
	width: 100px;
	float: left;
	margin-left: 20px;
}

/* ----------------------------
 == Footer
---------------------------- */
#footer{
	background: url(../images/bg_bottom.jpg) no-repeat left top;
	width: 100%;
	height: 150px;
}
#footer ul{ width: 500px; padding: 85px 0 0 60px;}
#footer ul li{
	background: url(../images/icon_arrow.gif) no-repeat left center;
	margin-right: 8px;
	padding-left: 9px;
	display: inline;
}
#footer address{ display: none;}
