@charset "utf-8";
/* ==============================================================================================


										CSS Document
											
							Auther				:	koolweb37.com
							Data				:	2011.04.06
							SiteBase Font-Size	:	87% (14px)
		
		
									  - Font-Size表 -
										
										57% (8px)
										71% (10px)
										86% (12px)
										100%(14px)
										114%(16px)
										128%(18px)
									
============================================================================================== */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 87%;
	background: #78C0F9;
	color: #000;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
span {
	color: #F00;
}
table {
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
th {
	height: 30px;
	width: 150px;
	padding: 5px auto;
	white-space: nowrap;
	letter-spacing: 0.1em;
}
td {
	width: 500px;
	padding: 5px 0 5px 20px;
	letter-spacing: 0.1em;
	line-height: 150%;
}
em {
	visibility: hidden;
}

/* ---------------------------------------------
	クラス		
------------------------------------------------ */

.textVisible {
	visibility: hidden;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.bold {
	color: #0000FF;
	font-weight: bold;
}
.fbule {
	color: #0000FF;
}
.redline {
	border: 1px solid #F00;
}
.clear {
	height: 10px;
	margin-bottom: 10px;
	clear: both;
	/*border-bottom: 1px #CCC dotted;*/
}
.ibentbox {
	width: 125px;
	overflow: hidden;
	float: left;
}
#main_content #cont_right .top_news #con_r table tr td .ibentbox p {
	width: 125px;
	text-align: center;
	font-size: 87%;
}
/* Header Info Setting
------------------------------------------------------------------------------- */
#header_info {
	height: 15px;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 15px;
	background-color: #FC9;
	border-bottom: 1px solid #F60;
}
#header_info h1 {
	font-size: 87%;
	color: #F60;
}
#header {
	width: 100%;
	/*height: 280px;*/
	height: 339px;
	margin-bottom: 30px;
}
#header_inner {
	width: 1061px;
	/*height: 280px;*/
	height: 339px;
	margin: 0 auto;
	background: url(../images/header.png) no-repeat;
}
/* Gmenu Setting
--------------------------------------------------------- */
#g_menu {
	width: 960px;
	margin: -130px auto 0 auto;
	overflow: hidden;
}
#g_menu li {
	width: 96px;
	height: 100px;
	margin-bottom: 5px;
	float: left
}
#g_menu ul #menu1 {
	background: url(../images/menu1.png) no-repeat;
}
#g_menu ul #menu2 {
	background: url(../images/menu2.png) no-repeat;
}
#g_menu ul #menu3 {
	background: url(../images/menu3.png) no-repeat;
}
#g_menu ul #menu4 {
	background: url(../images/menu4.png) no-repeat;
}
#g_menu ul #menu5 {
	background: url(../images/menu5.png) no-repeat;
}
#g_menu ul #menu6 {
	background: url(../images/menu6.png) no-repeat;
}
#g_menu ul #menu7 {
	width: 96px;
	background: url(../images/menu7.png) no-repeat;
}
#g_menu ul #menu8 {
	width: 96px;
	background: url(../images/menu8.png) no-repeat;
}
#g_menu ul #menu9 {
	width: 96px;
	background: url(../images/menu9.png) no-repeat;
}
#g_menu ul #menu10 {
	width: 96px;
	background: url(../images/menu10.png) no-repeat;
}
#g_menu ul li a {
	width: 96px;
	height: 100px;
	display: block;
}
#g_menu ul li a:hover {
	width: 96px;
	height: 100px;
}
#g_menu ul #menu1 a:hover {
	background: url(../images/menu1_hover.png) no-repeat;
}
#g_menu ul #menu2 a:hover {
	background: url(../images/menu2_hover.png) no-repeat;
}
#g_menu ul #menu3 a:hover {
	background: url(../images/menu3_hover.png) no-repeat;
}
#g_menu ul #menu4 a:hover {
	background: url(../images/menu4_hover.png) no-repeat;
}
#g_menu ul #menu5 a:hover {
	background: url(../images/menu5_hover.png) no-repeat;
}
#g_menu ul #menu6 a:hover {
	background: url(../images/menu6_hover.png) no-repeat;
}
#g_menu ul #menu7 a:hover {
	background: url(../images/menu7_hover.png) no-repeat;
}
#g_menu ul #menu8 a:hover {
	background: url(../images/menu8_hover.png) no-repeat;
}
#g_menu ul #menu9 a:hover {
	background: url(../images/menu9_hover.png) no-repeat;
}
#g_menu ul #menu10 a:hover {
	background: url(../images/menu10_hover.png) no-repeat;
}
/*
------------------------------------------------------------------------------ */
#main_content {
	width: 960px;
	margin: 0 auto;
	background: url(../images/main_content_center.png) repeat-y;
	clear: both;
}
#main_content #main_con_top {
	width: 960px;
	height: 20px;
	background: url(../images/main_content_top.png) no-repeat;
}
#main_content #main_img {
	width: 940px;
	height: 400px;
	margin: 0 auto 30px auto;
	position: relative;
	overflow: hidden;
	background: #000;
}
#main_content #main_con_down {
	width: 960px;
	height: 30px;
	background: url(../images/main_content_down.png) no-repeat;
}
/* Left Content Setting
------------------------------------------------------------------------------- */
/*#wapper #cont_left {
	float: left;
	width: 260px;
}
#cont_left #address_box {
	width: 220px;
	height: 250px;
	margin: 15px auto 0 auto;
	background: url(../images/address.png) no-repeat;
}
#cont_left #address_box a {
	width: 220px;
	height: 250px;
	display: block;
}*/

/* Right Content Setting
------------------------------------------------------------------------------- */
#wapper #cont_right {
	/*float: right;*/
	width: 700px;
	letter-spacing: 0.1em;
	overflow: hidden;
}
#cont_right #information {
	width: 960px;
	height: 330px;
	margin: 0 auto;
}
/* Left */
#cont_right #information .infobox1 {
	width: 460px;
	height: 330px;
	margin: 0 10px;
	float: left;
}
* html #cont_right #information .infobox1 {
	margin: 0 5px;
}
#cont_right #information .infobox1 h2 {
	width: 460px;
	height: 50px;
	background: url(../images/info1_title.png) no-repeat;
}
#cont_right #information .infobox1 ul {
	width: 440px;
	height: 250px;
	margin: 15px auto;
	background: url(../images/infobox2_bg.png) no-repeat;
}
#cont_right #information .infobox1 ul li {
	width: 400px;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom: 1px dotted #666;
	font-size: 97%;
}

/* Right */
#cont_right #information .infobox2 {
	width: 460px;
	height: 330px;
	margin: 0 10px;
	float: left;
}
* html #cont_right #information .infobox2 {
	margin: 0 5px;
}
#cont_right #information .infobox2 h2 {
	width: 460px;
	height: 50px;
	background: url(../images/info2_title.png) no-repeat;
}
#cont_right #information .infobox2 ul {
	width: 440px;
	height: 250px;
	margin: 15px auto;
	background: url(../images/infobox2_bg.png) no-repeat;
}
#cont_right #information .infobox2 ul li {
	width: 400px;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom: 1px dotted #666;
	font-size: 97%;
}

#cont_right .top_news {
	width: 960px;
	margin: 15px auto;
	overflow: hidden;
}

#information #editnbotta {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	text-align: right;
}
#page_top {
	width: 960px;
	height: 47px;
	clear: both;
}
/* 
------------------------------------------------------------------------------- */
#cont_right .top_news #con_l {
	width: 270px;
	margin: 0 0 0 10px;
	overflow: hidden;
	float: left;
}
/* 
------------------------------------------------------------------------------- */
#cont_right .top_news #con_r {
	width: 640px;
	margin: 0 10px 0 0;
	overflow: hidden;
	float: right;
}

/* Footer Setting
------------------------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 350px;
	clear: both;
}
#footer #f_inner {
	width: 960px;
	height: 350px;
	margin: 0 auto;
	background: url(../images/footer.png) no-repeat;
}
#footer #f_inner #footerblock {
	width: 960px;
	overflow: hidden;
}
#footer #f_inner #footerblock .footerbox {
	width: 300px;
	height: 259px;
	margin: 50px 10px 10px 10px;
	float: left;
}
#footer #f_inner #footerblock .footerbox2 {
	width: 300px;
	height: 259px;
	margin: 50px 10px 10px 10px;
	background: url(../images/footer_center.png) no-repeat;
	float: left;
}
#footerblock .footerbox2 ul {
	width: 150px;
	height: 200px;
	margin: 45px auto 10px auto;
	font-size: 110%;
	font-weight: bold;
	line-height: 125%;
	letter-spacing: 0.3em;
}
#footerblock .footerbox2 ul li a {
	color: #000;
	text-decoration: underline;
}
#footerblock .footerbox2 ul li a:hover {
	color: #F00;
}
/* -- IE6-Hack -- */
*html #footer #f_inner #footerblock .footerbox {
	width: 300px;
	height: 259px;
	margin: 50px 8px 10px 8px;
	float: left;
}
/* -- //IE6-Hack -- */
#footer #copy {
	width: 600px;
	margin-top: 50px;
	margin-right: 30px;
	text-align: right;
	font-size: 87%;
	letter-spacing: 0.1em;
	float: right;
}

/* Mail Form Page Setting
========================================================================== */
#cont_right #privacy {
	width: 660px;
	line-height: 170%;
	font-size: 86%;
	margin:30px auto;
	letter-spacing: 0.1em;
}
#cont_right #privacy h2 {
	width: 655px;
	height: 56px;
	background: url(../images/contact_pagetitle.png) no-repeat;
}
#cont_right #privacy h4 {
	margin: 30px 0 10px 0;
}
#cont_right #privacy ul li {
	margin-left: 30px;
	list-style: disc;
	letter-spacing: 0.1em;
}
#cont_right form {
	width: 600px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#submit {
	margin-top: 10px;
	text-align: center;
}
#mail table {
	width: 680px;
	margin: 20px 0 0 0;
}
#cont_right form table tr th {
	height: 30px;
	width: 200px;
	padding: 5px auto;
	border:  1px solid #ccc;
}
#cont_right form table tr td {
	width: 400px;
	padding: 5px 0 5px 20px;
	border:1px solid #ccc;
}
/* About Page Setting
========================================================================== */
#cont_right h3 {
	height: 30px;
	width: 700px;
}
#cont_right .top_news p {
	width: 350px;
	margin: 15px auto;
	font-size: 114%;
	line-height: 200%;
}
#cont_right .top_news #con_r p {
	width: 550px;
	margin: 15px auto;
	font-size: 128%;
	line-height: 200%;
}
#cont_right .top_news #con_r #gym_menu .goods .goods_com p {
	width: 350px;
	margin: 15px auto;
	font-size: 114%;
	line-height: 200%;
}
#cont_right .top_news #gmap {
	width: 640px;
	margin: 0 auto;
	padding: 5px;
	color: #000;
}
#cont_right .top_news table tr th {
	background-color: #FCF;
}
#cont_right .top_news #con_r #shoptitle1 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo1_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle2 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo2_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle3 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo3_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle4 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo4_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle5 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo5_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle6 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo6_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle7 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo7_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle8 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo8_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle9 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo9_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle10 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo10_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle11 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo11_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle12 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo12_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle13 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo13_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle14 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo14_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle15 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo15_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle16 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo16_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle17 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo17_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle18 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo18_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle19 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo19_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle20 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo20_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle21 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo21_pagetitle.png) no-repeat;
}
#cont_right .top_news #con_r #shoptitle22 {
	width: 655px;
	height: 56px;
	background: url(../images/shopinfo22_pagetitle.png) no-repeat;
}


/* Menu Page Setting
========================================================================== */
#cont_right .top_news #menutitle1 {
	width: 655px;
	height: 56px;
	background: url(../images/menu1_pagetitle.png) no-repeat;
}
#cont_right .top_news #menutitle2 {
	width: 655px;
	height: 56px;
	background: url(../images/menu2_pagetitle.png) no-repeat;
}
#cont_right #gym_menu {
	width: 650px;
	margin: 20px auto 15px auto;
	font-size: 87%;
	clear: both;
}
#gym_menu .goods {
	width: 650px;
	float: left;
}
#gym_menu h3 {
	width: 620px;
	height: 30px;
	padding-top: 8px;
	padding-left: 15px;
	margin: 15px 0;
	font-size: 127%;
	border-left: 10px solid #F00;
	border-bottom: 1px solid #cccccc;
}
#gym_menu .goods img {
	width: 200px;
	margin: 9px;
	border: 1px #fff solid;
	float: left;
}
#gym_menu .goods .goods_com {
	width: 400px;
	padding: 10px;
	float: right;
}
#gym_menu .goods .goods_img2 {
	width: 650px;
	margin: 0 auto;
	overflow: hidden;
}
#gym_menu .goods .goods_img2 img {
	width: 300px;
	/*height: 300px;*/
	margin: 5px;
	border: 1px #fff solid;
	float: left;
}
#gym_menu .goods .goods_com2 p {
	width: 550px;
	font-size: 133%;
}
#gym_menu .goods .goods_com2 {
	width: 650px;
	padding: 10px;
	float: right;
}
#gym_menu .goods .goods_com h4 {
	width: 400px;
	height: 20px;
	padding: 8px 0 0 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #999;
}
#gym_menu .clear {
	height: 10px;
	margin-bottom: 10px;
	clear: both;
	border-bottom: 1px #CCC dotted;
}
/* Menu2 jQuery Caption Setting
------------------------------------------------------ */
#cont_right #gym_menu2 {
	width: 650px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 87%;
	float: left;
}
#gym_menu2 h3 {
	width: 620px;
	height: 30px;
	padding-top: 8px;
	padding-left: 15px;
	margin: 15px 0;
	font-size: 127%;
	border-left: 10px solid #F00;
	border-bottom: 1px solid #cccccc;
}
#gym_menu2 .cap_test {
	width: 120px;/*表示画像の幅と高さを指定*/
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
.cap_test div.caption {
	margin: 0;
	padding:0;
	position: relative;
}
#gym_menu2 .cap_test div.caption p {
	width: 120px;/*画像横幅*/
	height: 20px;/*帯の表示高さ*/
	position: absolute;
	margin: 0;
	padding: 10px 0;
	bottom: 0;
	left: 0;
	background:black;
	filter: alpha(opacity=60);/*黒帯の透過率指定*/
	text-align: center;
	font-size: 100%;
	color: white;
	opacity: .7;
}
.cap_test .project a {
	text-decoration: none;
}
.cap_test div.caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #FFF;
}
/* Menu3 Setting
------------------------------------------------------ */
#cont_right #gym_menu3 {
	width: 650px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 87%;
	float: left;
}
#gym_menu3 h3 {
	width: 620px;
	height: 30px;
	padding-top: 8px;
	padding-left: 15px;
	margin: 15px 0;
	font-size: 127%;
	border-left: 10px solid #F00;
	border-bottom: 1px solid #cccccc;
}
#cont_right #gym_menu3 table {
	width: 600px;
	border-collapse:collapse;
    border-spacing:0;
}
#cont_right #gym_menu3 th {
	width: 200px;
	background: none left top;
	text-align:left;
	border: none;
	font-size: 114%;
}
#cont_right #gym_menu3 td {
	width: 200px;
	border: none;
	vertical-align: middle;
	font-size: 114%;
	letter-spacing: 0.1em;
}
/* 
---------------------------------------------------------------- */
#con_r .d_box {
	width: 640px;
	overflow: hidden;
	font-size: 114%;
	line-height: 180%;
	letter-spacing: 0.2em;
}
#con_r #d_bottan {
	margin: 30px auto;
}
#con_r #d_bottan a img {
	width: 200px;
	height: 100px;
	margin: 0 6px;
}
/*==========================================
	Side Menu部	
==========================================*/
#sidemenu {
	width: 270px;
	margin: 0 auto 15px auto;
}
#main_content #cont_right .top_news #con_l #sidemenu h2 {
	background: url(../images/side_menu_title.png) no-repeat left top;
	height: 32px;
	width: 270px;
	padding-top: 18px;
	color: #000;
	text-align: center;
}
#sidemenu a {
	height: 32px;
	width: 240px;
	padding-top: 18px;
	padding-left: 30px;
	background: url(../images/side_menubg.png) no-repeat;
	font-weight: bold;
	color: #000;
	display: block;
	text-decoration: none;
}
#sidemenu a:hover {
	background: url(../images/side_menu_hover.png) no-repeat;
}

/* 
---------------------------------------------------------------------- */
#con_r #framebox {
	width: 638px;
	overflow: hidden;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.photobox {
	width: 190px;
	height: 250px;
	margin: 15px 5px;
	padding: 5px;
	float: left;
}
#cont_right .top_news #con_r #framebox .photobox p {
	width: 190px;
	font-size: 87%;
}

/* 
---------------------------------------------------------------------- */
#kan_menu {
	width: 640px;
	height: 51px;
}
#kan_menu ul li {
	width: 160px;
	height: 51px;
	border: none;
	float: left;
}
/*#kan_menu ul lmenu1 {
	background: url(images/kmenu1.png) no-repeat;
}
#kan_menu ul lmenu2 {
	background: url(images/kmenu2.png) no-repeat;
}
#kan_menu ul lmenu3 {
	background: url(images/.png) no-repeat;
}
#kan_menu ul lmenu4 {
	background: url(images/.png) no-repeat;
}*/

/* 
--------------------------------------------------------------------- */
#cont_right #information .infobox1 ul li a:hover {
	text-decoration: underline;
	}
#cont_right #information .infobox2 ul li a:hover {
	text-decoration: underline;
	}
	
/* 
-------------------------------------------------------------------- */
#information .infobox1 #mimi {
	width: 460px;
	height: 50px;
}
#information .infobox1 #mimi a {
	width: 460px;
	height: 50px;
	margin: -75px 0 0 0;
	display: block;
}
*html #information .infobox1 #mimi a {
	position:relative;
}
#information .infobox1 #mimi a img {
	width: 460px;
	height: 50px;
}

/* 
------------------------------------------------------------------------------------------------ */
#main_content .top_news {
	width: 960px;
	margin: 15px auto;
}
#main_content .top_news h2 {
	width: 940px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/h2_bg.png) no-repeat;
}
#main_content .top_news #emergency {
	width: 920px;
	height: 250px;
	margin: 15px auto;
	background: url(../images/infobox_bg.png) no-repeat;
}
#main_content .top_news #emergency iframe {
	width: 900px;
	height: 200px;
	margin: 5px 10px;
}
#main_content #editnbotta {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	text-align: right;
}