/* CSS Document */

a {text-decoration: none; }
a:link { color: #666666; }
a:visited { color: #666666; }
a:active { color: #666666; }
a:hover { color: #82C0EA; }

html {
	overflow-y:scroll;
}

body {
	background: #ffffff;
	color: #666666;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	display: block;
	float: center;
	width: 1000px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
	text-align: right;
	margin: 0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	clear: both;
}

.capbar {
	display: block;
	float: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
}

/* CONTAINER */

.container {
	display: inline-block;
	float: center;
	width: 1000px;
	background: #ffffff;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
}


/* =====================================================================
 for TOP PAGE
===================================================================== */

.container_top {
	display: inline-block;
	float: center;
	width: 850px;
	background: #ffffff;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.container_top p {
	display: block;
	float: left;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 0px 0px;
	clear: both;
}
.container_top p#red {
	font-size: 11pt;
	color: #ff0000;
}
.container_top p#red a {
	color: #ff0000;
	text-decoration: underline;
}
.container_top p#red a:hover {
	color: #ff9900;
}

.container_top p#ctr {
	text-align: center;
}



/* CAP */

.cap {
	display: block;
	float: left;
	width: 850px;
	height: 125px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.cap_l {
	display: block;
	float: left;
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.cap_r {
	display: block;
	float: left;
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	*clear: right;
}

.cap_r h1 {
	display: block;
	float: right;
	width: 750px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #aaaaaa;
	font-weight: normal;
	text-align: right;
	margin: 0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	clear: both;
}

.cap_menu {
	display: block;
	float: left;
	width: 750px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	text-align: right;
	color: #666666;
	letter-spacing: -1.2px;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
	clear: both;
}
.cap_menu a {
	color: #666666;
}
.cap_menu a:hover {
	color: #82C0EA;
}
/*
.cap_menu b {
	font-family: Century,Times New Roman, sans-serif;
	font-weight: normal;
	color: #000000;
}
*/















/*----------------------------------------------------------------------------
	02FClear Fix Hack (Float Clear Hack)
----------------------------------------------------------------------------*/

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix{
	zoom: 1;
}


/* SHOP MENU */
/* 
.gnavi{
	width: 497px;
	float: right;
	position: relative;
	text-align: left;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index:100;
}
.gnavi#top{
	width: 335px;
	float: right;
	position: relative;
	text-align: left;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index:100;
}
 */

.gnavi{
	width: 380px;
	float: right;
	position: relative;
	text-align: left;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index:100;
}

.gnavi ul{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.gnavi ul li{
	position:relative;
	float:left;
}

.gnavi ul li a{
	display:block;
	width: 188px;
	height: 20px;
	background: #82C0EA;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-align:center;
	margin: 0px 0px 0px 2px;
	padding: 3px 0px 3px 0px;
	text-decoration:none;
}

.gnavi ul li a:hover{
	background: #3399ff;
	color: #ffffff;
}

.gnavi ul li ul{
	position:absolute;
	display:none;
}

.gnavi ul li ul li{
	float:none;
	position:static;
}

.gnavi ul li ul li a{
	height:17px;
	background: #edf3fe;
	opacity: 0.9;
	-moz-opacity: 0.9; /* Firefox */
	filter: alpha(opacity=90); /* IE6/7 */
	-ms-filter: "alpha(opacity=90)"; /* IE8 */
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align:left;
	padding: 4px 0px 4px 0px;
}
.gnavi ul li ul li a#s{
	font-size: 8pt;
}

.gnavi ul li ul li a:hover{
	background: #3399ff;
	color: #ffffff;
}












/* MENU */

.floatMenu {
	position: absolute;
	z-index: 10000000;
	top: 0px;
	bottom: 0px;
	left: 0px;
}
.floatMenu a {
	position: fixed;
	border:0;
	top: 0px;
	left: 10px;
	bottom: 0px;
	width: 427px;
	height: auto;
	margin: auto;
}
.floatMenu p {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}










/* COVER */

.cover_top {
	display: block;
	float: left;
	width: 850px;
	height: 417px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	clear: both;
}


/* TOP TBL */

.top_tbl_top {
	display: block;
	float: center;
	width: 850px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	clear: both;
}

.top_tbl_top_l {
	display: block;
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.top_tbl_top_r {
	display: block;
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	*clear: right;
}
.top_tbl_top_l h2 {
	display: block;
	float: left;
	width: 570px;
	border-bottom: 1px solid #82C0EA;
	font-family: Century,Times New Roman, sans-serif;
	font-size: 11pt;
	color: #82C0EA;
	text-align: left;
	line-height: 1.4em;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	clear: both;
}
.top_tbl_top_l p {
	display: block;
	float: left;
	width: 570px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 0px 0px;
	clear: both;
}
.top_tbl_top_l li {
	display: block;
	float: left;
	width: 570px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 0px 0px;
	clear: both;
}
.top_tbl_top_r p {
	display: block;
	float: left;
	width: 250px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}



.top_tbl_banner {
	display: block;
	float: left;
	width: 570px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 20px 0px;
	clear: both;
}
.top_tbl_banner p#itami {
	position: relative;
	left: 30px;
	top: -91px;
	width: 87px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: right;
}
.top_tbl_banner p#esaka {
	position: relative;
	left: 135px;
	top: -181px;
	width: 87px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}










/* CONTENTS */

.contents_top {
	display: block;
	float: left;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 50px 0px;
	clear: both;
}
.contents_top h2 {
	display: block;
	float: left;
	width: 800px;
	border-bottom: 1px solid #cccccc;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 14pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 5px 0px;
	clear: both;
}
.contents_top h3 {
	display: block;
	float: left;
	width: 800px;
	border-bottom: 1px dotted #cccccc;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 5px 20px;
	padding: 10px 0px 5px 0px;
	clear: both;
}
.contents_top h4 {
	display: block;
	float: left;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 20px;
	padding: 30px 0px 0px 0px;
	clear: both;
}
.contents_top h5 {
	display: block;
	float: left;
	width: 800px;
	border-bottom: 1px dotted #cccccc;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 14pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 5px 20px;
	padding: 10px 0px 5px 0px;
	clear: both;
}
.contents_top p {
	display: block;
	float: left;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #666666;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 20px;
	clear: both;
}
.contents_top p#rt {
	text-align: right;
}
.contents_top p#anchor {
	display: block;
	float: left;
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}


/* STREET CHILDREN */

.streetchildren {
	display: block;
	float: left;
	width: 800px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	clear: both;
}
.streetchildren_l {
	display: block;
	float: left;
	width: 350px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.streetchildren_l img {
	padding: 0px 0px 10px 0px;
}
.streetchildren_r {
	display: block;
	float: left;
	width: 430px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	*clear: right;
}
.streetchildren_r h3 {
	display: block;
	float: left;
	width: 430px;
	border-bottom: 1px dotted #cccccc;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 5px 0px;
	padding: 20px 0px 5px 0px;
	clear: both;
}
.streetchildren_r p {
	display: block;
	float: left;
	width: 430px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #666666;
	text-align: left;
	line-height: 1.8em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}


/* FOOTER */

.footer_right_top {
	display: block;
	float: left;
	width: 850px;
	height: 50px;
	background: #ffffff url(../images/bg_footer.jpg) no-repeat top center;
	font-family: Century, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	margin: 40px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
	clear: both;
}
.footer_right_top a {
	color: #ffffff;
}
.footer_right_top a:hover {
	color: #82C0EA;
}


.footerlink_top {
	display: block;
	float: left;
	width: 850px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	text-align: center;
	line-height: 1.5em;
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
}
.footerlink_top a {
	color: #666666;
}
.footerlink_top a:hover {
	color: #82C0EA;
}


/* =====================================================================
 RECRUIT PAGE
===================================================================== */

.tbl_recruit {
	display: inline-block;
	float: center;
	width: 780px;
	border-top: 1px solid #cccccc;
	border-left: 20px solid #cccccc;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 1.2em;
	text-align: left;
	margin: 10px 0px 0px 20px;
	padding: 5px 0px 5px 0px;
	clear: both;
}
.tbl_recruit_l {
	display: block;
	float: left;
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	clear: both;
}
.tbl_recruit_r {
	display: block;
	float: right;
	width: 640px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	*clear: right;
}
.tbl_recruit_r a {
	color: #666666;
}
.tbl_recruit_r a:hover {
	color: #cccccc;
}

.recruit_txt {
	display: block;
	float: center;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #666666;
	text-align: left;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 20px;
	clear: both;
}


/* =====================================================================
 COMPANY PAGE
===================================================================== */

/* COMPANY TABLE */

.tbl_company {
	display: block;
	float: center;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.8em;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 20px;
	clear: both;
}
.tbl_company_l {
	display: block;
	float: left;
	width: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.tbl_company_r {
	display: block;
	float: left;
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	*clear: right;
}
.tbl_company_r a {
	color: #666666;
}
.tbl_company_r a:hover {
	color: #82C0EA;
}



/* =====================================================================
 for SHOP PAGE
===================================================================== */


.shop_menu {
	display: block;
	float: center;
	width: 1000px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	text-align: right;
	color: #666666;
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
	clear: both;
}
.shop_menu a {
	color: #666666;
}
.shop_menu a:hover {
	color: #82C0EA;
}


.cover {
	display: block;
	float: left;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	clear: both;
}


/* MENU */

.floatMenu {
	position:absolute;
	z-index: 10000000;
	top: 10px;
	left: 10px;
	width: 150px;
	min-width: 120px;
	padding: 0;
	margin:0;
}
.floatMenu a img {
	border:0;
}
.floatMenu p {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.floatMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.floatMenu li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #666666;
}
.floatMenu li#txt {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
}
.floatMenu li a {
	color: #666666;
}
.floatMenu li a:hover {
	color: #82C0EA;
}


/* FOOTER */

.footer {
	display: block;
	float: left;
	width: 1000px;
	font-family: Century, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	clear: both;
}

.footer li {
	display: block;
	float: left;
	width: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: right;
}
.footer li#home {
	display: block;
	float: left;
	width: 37px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	clear: right;
}


.footer_right {
	display: block;
	float: center;
	width: 1000px;
	font-family: Century, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	clear: both;
}
.footer_right a {
	color: #333333;
}
.footer_right a:hover {
	color: #82C0EA;
}

.footerlink {
	display: block;
	float: center;
	width: 1000px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #999999;
	margin: 0px auto 0px auto;
	padding: 5px 0px 10px 0px;
	clear: both;
}
.footerlink a {
	color: #666666;
}
.footerlink a:hover {
	color: #82C0EA;
}


.footer_yodoyabashi {
	display: block;
	float: center;
	width: 1000px;
	height: 50px;
	background: #ffffff url(../images/bg_footer.jpg) no-repeat top center;
	font-family: Century, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 18px 0px 0px 0px;
	clear: both;
}
.footer_yodoyabashi a {
	color: #ffffff;
}
.footer_yodoyabashi a:hover {
	color: #82C0EA;
}



/* COVER */

.cover_esaka {
	display: inline-block;
	float: center;
	width: 1000px;
	background: #ffffff url(../esaka/images/cover_esaka.jpg) no-repeat top left;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	clear: both;
}
.cover_esaka p {
	display: block;
	float: left;
	width: 500px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 450px 0px 0px 190px;
	clear: both;
}

.cover_yodoyabashi {
	display: inline-block;
	float: center;
	width: 1000px;
	background: #ffffff url(../yodoyabashi/images/cover_yodoyabashi.jpg) no-repeat top left;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	clear: both;
}
.cover_yodoyabashi p {
	display: block;
	float: left;
	width: 500px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	/* padding: 450px 0px 0px 190px; */
	padding: 550px 0px 0px 190px;
	clear: both;
}

/* TOP TBL */

.top_tbl {
	display: block;
	float: left;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	clear: both;
}
.top_tbl2 {
	display: block;
	float: center;
	width: 1000px;
    min-height:850px;
    height:auto !important;
    height:850px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 70px 0px;
	clear: both;
}
.top_tbl600 {
	display: block;
	float: center;
	width: 1000px;
    min-height:650px;
    height:auto !important;
    height:650px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 70px 0px;
	clear: both;
}

.top_tbl_l {
	display: block;
	float: left;
	width: 611px;
	height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.top_tbl_r {
	display: block;
	float: left;
	width: 350px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 30px;
	*clear: right;
}
.top_tbl_l p {
	display: block;
	float: left;
	width: 611px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 80px 0px 0px 0px;
	clear: both;
}
.top_tbl_l p#t70 {
	display: block;
	float: left;
	width: 611px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.top_tbl_r h2 {
	display: block;
	float: left;
	width: 350px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.top_tbl_r h3 {
	display: block;
	float: left;
	width: 350px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.top_tbl_r p {
	display: block;
	float: left;
	width: 350px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.top_tbl_r p a {
	color: #333333;
}
.top_tbl_r p a:hover {
	color: #82C0EA;
}
.top_tbl p {
	display: block;
	float: left;
	width: 611px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}




/* GALLERY */

.box_gallery {
	display: block;
	float: left;
	width: 611px;
	height: 380px;
	background: #ffffff;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}


/* FACEBOOK */

.box_facebook {
	display: block;
	float: left;
	width: 611px;
	height: 350px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}



/* CONTENTS */

.contents {
	display: block;
	float: center;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 50px 0px;
	clear: both;
}
.contents h2 {
	display: block;
	float: center;
	width: 800px;
	border-bottom: 1px solid #cccccc;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 14pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px auto 20px auto;
	padding: 0px 0px 5px 0px;
	clear: both;
}
.contents h3 {
	display: block;
	float: center;
	width: 800px;
	border-bottom: 1px dotted #cccccc;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px auto 5px auto;
	padding: 10px 0px 5px 0px;
	clear: both;
}
.contents p {
	display: block;
	float: center;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #666666;
	text-align: left;
	line-height: 1.4em;
	margin: 0px auto 0px auto;
	padding: 10px 0px 5px 0px;
	clear: both;
}
.contents p#anchor {
	display: block;
	float: center;
	height: 1px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.topics {
	display: inline-block;
	float: center;
	width: 800px;
	border-bottom: 1px dotted #cccccc;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.4em;
	margin: 0px auto 0px auto;
	padding: 5px 0px 10px 0px;
	clear: both;
}
.topics#nl {
	border-bottom: none;
}

.topics_l {
	display: block;
	float: left;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.topics_r {
	display: block;
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	*clear: right;
}


.topics h4 {
	display: block;
	float: left;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.topics p {
	display: block;
	float: left;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.4em;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	clear: both;
}
.topics p a {
	color: #333333;
}
.topics p a:hover {
	color: #82C0EA;
}




.topics_r h4 {
	display: block;
	float: left;
	width: 600px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.topics_r p {
	display: block;
	float: left;
	width: 600px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.4em;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	clear: both;
}
.topics_r p a {
	color: #333333;
}
.topics_r p a:hover {
	color: #82C0EA;
}






/* =====================================================================
 ACCESS PAGE
===================================================================== */

.cover_access {
	display: block;
	float: center;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.4em;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 5px 0px 10px 0px;
	clear: both;
}


/* ACCESS */

.access {
	display: block;
	float: center;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.4em;
	margin: 0px auto 0px auto;
	padding: 5px 0px 10px 0px;
	clear: both;
}
.access_l {
	display: block;
	float: left;
	width: 470px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	clear: both;
}
.access_r {
	display: block;
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	*clear: right;
}
.access_r h4 {
	display: block;
	float: center;
	width: 300px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 12pt;
	color: #333333;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	clear: both;
}
.access_r p {
	display: block;
	float: center;
	width: 300px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	clear: both;
}

.access2 {
	display: block;
	float: left;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 20px;
	clear: both;
}
.access2_l {
	display: block;
	float: left;
	width: 470px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	clear: both;
}
.access2_r {
	display: block;
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	*clear: right;
}
.access2_r h4 {
	display: block;
	float: center;
	width: 300px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 12pt;
	color: #333333;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	clear: both;
}
.access2_r p {
	display: block;
	float: center;
	width: 300px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	clear: both;
}


/* =====================================================================
 CONTACT PAGE
===================================================================== */

/* CONTACT TABLE */

.tbl_contact {
	display: block;
	float: center;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.8em;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 5px 0px 10px 0px;
	clear: both;
}
.tbl_contact_l {
	display: block;
	float: left;
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.tbl_contact_r {
	display: block;
	float: left;
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	*clear: right;
}



/* =====================================================================
 NNnp
===================================================================== */

/* ΆE2ͺe[u */

.tbl_div2 {
	display: block;
	float: left;
	width: 800px;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.5em;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 20px;
	clear: both;
}
.tbl_div2_l {
	display: block;
	float: left;
	width: 390px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.tbl_div2_r {
	display: block;
	float: left;
	width: 390px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	*clear: right;
}
.tbl_div2 h2 {
	display: block;
	float: left;
	width: 390px;
	border-bottom: 1px dotted #cccccc;
	font-family: Century Gothic,Arial,"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 1.8em;
	text-align: left;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

