﻿@charset "utf-8";

/*--ホームページ全体の指定_ST--*/

body  {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	font-size:11.5px;
	color:#585858;
	font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
}

h1,h2,p,ul,li {
	margin:0;
	padding:0;
}

ul,li {
	list-style:none;
	line-height:0;
}

table {
	text-align:left;
	font-size:11.5px;
	line-height:1.3em;
}

img {
	border:0;
}

/*--ホームページ全体の指定_END--*/


/*--アイコンのカラー指定_ST--*/

.square_green {
	font-size:12px;
	color:#67cc00;
	padding:4px;
}

.square_orange {
	font-size:12px;
	color:#ff9c00;
	padding-right:4px;
}

.square_red {
	font-size:12px;
	color:#ff6060;
	padding-right:4px;
}

.square_purple {
	font-size:12px;
	color:#6163ae;
	padding-right:4px;
}

.square_black {
	font-size:12px;
	color:#333333;
	padding-right:4px;
}

.square_cyan {
	font-size:12px;
	color:#55a9ff;
	padding-right:4px;
}

/*--アイコンのカラー指定_ST--*/

/*--ヘッダーの指定_ST--*/

table#header {
	margin:10px 0px;
}

table#head-nav td {
	text-align:right;
	padding:10px 2px 0px 0px;
}

#imageContainer {/*メインイメージのサイズを指定しています。*/
	position:relative;
	margin:0;
	height:250px;/*高さの指定*/
	width:800px;/*幅の指定*/
}
	
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/*--ヘッダーの指定_END--*/

/*--サイドメニューの指定_ST--*/

table#side-nav {
	background-color:#f7f7f7;
	padding-top:12px;
	border-right:#eaeaea solid 1px;
	border-left:#eaeaea solid 1px;
	color:#5a5a5a;
}

table#side-nav table.navbox {
	margin-bottom:7px;
}

table#side-nav table.navbox td.midashi {
	padding-bottom:5px;
	padding-left:0px;
	text-align:left;
}

table#side-nav table.navbox td {
	padding-bottom:2px;
	padding-left:13px;
	text-align:left;
}

table#side-nav table#mail {
	background-color:#FFFFFF;
	text-align:left;
}

table#side-nav table#mail td.body {
	border-right:#eaeaea solid 1px;
	border-left:#eaeaea solid 1px;
	padding:4px;
}

table.banner {
	margin-top:2px;
}

table.banner td {
	padding-bottom:2px;
}

.link-children a { color:#5a5a5a; text-decoration:none;}
.link-children a:hover { color:#7eb025; text-decoration:underline;}

.link-movies a { color:#5a5a5a; text-decoration:none;}
.link-movies a:hover { color:#ff9c00; text-decoration:underline;}

.link-shop a { color:#5a5a5a; text-decoration:none;}
.link-shop a:hover { color:#ff6060; text-decoration:underline;}

.link-coaches a { color:#5a5a5a; text-decoration:none;}
.link-coaches a:hover { color:#363abe; text-decoration:underline;}

.link-international a { color:#5a5a5a; text-decoration:none;}
.link-international a:hover { color:#161616; text-decoration:underline;}

.link-company a { color:#5a5a5a; text-decoration:none;}
.link-company a:hover { color:#55a9ff; text-decoration:underline;}

/*--サイドメニューの指定_END--*/

/*--main--*/

table#container {
	margin-bottom:15px;
}

table.main-nav {
	margin-top:10px;
}

table.main-nav td {
	padding-bottom:4px;
}

table#area {
	margin-top:10px;
}

#news {
	width:590px;
	height:108px;
	overflow:auto;
	border:#6c6c6c solid 1px;
	margin-top:8px;
	padding:10px;
}

#news table td {
	padding-bottom:7px;
}

#news table td.icon {
	padding-right:6px;
	padding-bottom:8px;
}

#news table td.day {
	padding-right:10px;
}

/*--footer_ST--*/

#footer {
	color:#000000;
}

#footer td.footer-link {
	padding-bottom:5px;
}

#footer td.copy {
	height:50px;
	color:#FFFFFF;
	background-color:#000000;
	line-height:1.3em;
	padding:13px;
}

#footer a { color:#000000; text-decoration:none;}
#footer a:hover { color:#666666; text-decoration:underline;}