@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
★　CSS　共通レイアウト設定　★

■１．初期設定のリセット
■２．初期設定（タグ設定）
■３．共通仕様
　●３-１　ラッパー
　●３-２　ヘッター（グローバルメニューも）
　●３-３　フッター

■４．中ページ共通設定
	●４－１．全体ラッパー
	●４－２．サイドメニュー
	●４－３．コンテンツ内容
	●４－４．パンくすリスト
	●４－５．ページトップ
	
■５．対複数設定

■６．その他
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■１．初期設定リセット
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote{
	margin:0px;
	padding:0px;
}

ul,li { list-style:none; }

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

th{ font-weight:normal; }

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body {
	margin:0px;
	padding:0px;
	background: #FFFFFF;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	line-height:1.5em;
}

h1 { margin:0; }

h2 { margin:0; }

h3 { margin:0; }

h4 { margin:0; }

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

p { line-height:1.5em; }

hr { display:none; }

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．セクション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Section_All{
	width:1000px;
	margin:0 auto;
}

#Section_Head{
	overflow:hidden;
	width:1000px;
}

#Section_Content{
	width:1000px;	
}

#Section_Footer{
	overflow:hidden;
	width:1000px;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*ロゴ*/
#Section_Head h1{
	float:left;
	width:220px;
}

#Section_Head #Header_Right{
	float:left;
	width:780px;
}

#Header_Right #Head_Top{
	overflow:hidden;
}
#Header_Right h2{
	float:left;
	width:550px;
	padding-left:10px;	
	font-size:75%;
	font-weight:normal;
	color:#999999;
}

#Header_Right .Head_Menu{
	float:left;	
	margin-left:139px;
}

#Header_Area{
	overflow:hidden;
	height:75px;
	background:url("../images/head_bg.gif") no-repeat left top;
}

/*---------------------------
グローバルメニュー
----------------------------*/
#Header_Right #Global_Menu{
	overflow:hidden;
	width:780px;
	padding-top:5px;
}

#Global_Menu li{
	float:left;
	width:120px;
	margin-left:10px;
}

#Global_Menu li a{
	display:block;
	width:120px;
	height:52px;
	text-indent:-999999px;
}

/*ホーム*/
#Global_Menu li.gm01 a,#Global_Menu li.gm01 a:link,#Global_Menu li.gm01 a:visited{
	background:url("../images/menu.gif") no-repeat left top;	
}
#Global_Menu li.gm01 a:active,#Global_Menu li.gm01 a:hover{
	background-position:0px -52px;	
}
#Global_Menu li.gm01_ov a{
	background:url("../images/menu.gif") no-repeat 0px -52px;
}
/*JETA japan*/
#Global_Menu li.gm02 a,#Global_Menu li.gm02 a:link,#Global_Menu li.gm02 a:visited{
	background:url("../images/menu.gif") no-repeat -120px 0;	
}
#Global_Menu li.gm02 a:active,#Global_Menu li.gm02 a:hover{
	background-position:-120px -52px;	
}
#Global_Menu li.gm02_ov a{
	background:url("../images/menu.gif") no-repeat -120px -52px;
}
/*Jung dayeon*/
#Global_Menu li.gm03 a,#Global_Menu li.gm03 a:link,#Global_Menu li.gm03 a:visited{
	background:url("../images/menu.gif") no-repeat -240px 0;	
}
#Global_Menu li.gm03 a:active,#Global_Menu li.gm03 a:hover{
	background-position:-240px -52px;
}
#Global_Menu li.gm03_ov a{
	background:url("../images/menu.gif") no-repeat -240px -52px;	
}
/*FIGUREROBICS*/
#Global_Menu li.gm04 a,#Global_Menu li.gm04 a:link,#Global_Menu li.gm04 a:visited{
	background:url("../images/menu.gif") no-repeat -360px 0;		
}
#Global_Menu li.gm04 a:active,#Global_Menu li.gm04 a:hover{
	background-position:-360px -52px;
}
#Global_Menu li.gm04_ov a{
	background:url("../images/menu.gif") no-repeat -360px -52px;	
}
/*Academy*/
#Global_Menu li.gm05 a,#Global_Menu li.gm05 a:link,#Global_Menu li.gm05 a:visited{
	background:url("../images/menu.gif") no-repeat -480px 0;		
}
#Global_Menu li.gm05 a:active,#Global_Menu li.gm05 a:hover{
	background-position:-480px -52px;
}
#Global_Menu li.gm05_ov a{
	background:url("../images/menu.gif") no-repeat -480px -52px;	
}
/*Trainer*/
#Global_Menu li.gm06 a,#Global_Menu li.gm06 a:link,#Global_Menu li.gm06 a:visited{
	background:url("../images/menu.gif") no-repeat -600px 0;		
}
#Global_Menu li.gm06 a:active,#Global_Menu li.gm06 a:hover{
	background-position:-600px -52px;
}
#Global_Menu li.gm06_ov a{
	background:url("../images/menu.gif") no-repeat -600px -52px;	
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Footer_Area{
	height:30px;
}
#Section_Footer{
	overflow:hidden;
	width:1000px;
	padding:8px 0;
	border-top:1px solid #999999;
}

#Section_Footer #Footer_Menu{
	float:left;	
	width:750px;
	margin:0 auto;
}
#Section_Footer #Footer_Menu ul{
	width:750px;
}
#Section_Footer #Footer_Menu ul li{
	float:left;
	font-size:75%;
	padding:0 10px;
	border-right:1px solid #999999;
}
#Section_Footer #Footer_Menu ul li.fm01{
	border-left:1px solid #999999;
}
#Section_Footer #Footer_Menu a,
#Section_Footer #Footer_Menu a:link,
#Section_Footer #Footer_Menu a:visited{
	text-decoration:none;
}
#Section_Footer #Footer_Menu a:hover,
#Section_Footer #Footer_Menu a:active{
	text-decoration:underline;
}
#Section_Footer img{
	float:right;
	width:202px;
	margin-top:2px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．中ページ共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-１．全体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Section_Contents{
	overflow:hidden;
	width:1000px;
	background:url("../images/content_bg.gif") repeat-x left top;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-２．サイドメニュー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Section_Left{
	float:left;
	width:220px;
	padding-top:32px;
}

#Section_Left dl{
	width:204px;
	border:1px solid #eeeeee;	
}

/*バナー用サイドメニュー設定*/
#Section_Left ul{
	margin:20px 0 0 0;	
}
#Section_Left ul li{
	padding-bottom:10px;
	font-size:85%;
	line-height:1.2em;
}
#Section_Left ul li a{
	color:#0068b7;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-３．コンテンツ内容
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Section_Right{
	float:left;
	width:770px;
	margin-bottom:20px;
	padding-left:10px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-４．パンくずリスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.topicpass{
	padding:5px 0;
	font-size:75%;
}
.topicpass a{
	color:#0066ff;
	padding-right:5px;
}
ul.topicpass{
	overflow:hidden;
}
ul.topicpass li{
	float:left;
	padding-right:5px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●４-５．ページトップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pageup{
	text-align:right;
	padding:0 20px 20px 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.clear{
	clear:both;	
}

.font_s{
	font-size:75%;	
}

/*---------------------------------------
フロート解除用
---------------------------------------*/
.clearfix{
	zoom:1; /* clear float - ie */
}
.clearfix:after{ /* clear float */
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}




