/* ######## サイトの外側の部分 ######### */
body {
	background-color: white;	/* サイトの余白の背景色 */
	text-align: center;
	margin: 0;
	padding: 0;
}
/* ######## 基本となるリンクの色　ここから ######## */
a {text-decoration: underline;}
a:link,a:visited,a:active {color: #00f;}
a:hover {
	color: #f03;
	background-color: #fcf;
	text-decoration: none;
}
/* ######## 基本となるリンクの色　ここまで ######## */

/* ######## サイト全体に関わるデフォルト値の設定　ここから ######## */
#container {
	width: 750px;	/* サイトの幅 */
	color: #333;	/* フォントの色 */
	background: url(images/menubg.gif) 0 0 repeat;
	font-size: small;
	text-align: left;
	font-family: "Osaka", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック" ;
	line-height: 150%;
	margin: 10px auto;
	padding: 0;
}

.red { color: #f00; }
.blue { color: #00f; }
.small { font-size: small; }
.big { font-size: medium; }
.center {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {margin: 0px;padding: 0px;}
h1, h2, h3, h4, h5, h6 {font-size: medium;}

em {
	color: #f00;
	font-weight: bold;
	font-style: normal;
}

hr {
	border: 2px dotted #6c0;
}

a:hover img{
	background-color: #fff;
}
.photo, .photoL, .photoR {
	padding: 6px;
	border: 1px solid #ccc;
}
.photoL{
	float: left;
	margin: 0 8px 2px 0;
}
.photoR{
	float: right;
	margin: 0 0 2px 8px;
}
.H {
	max-width: 240px;
	height: auto;
}
.V {
	width: auto;
	max-height: 240px;
}

.caption {
	font-size: small;
	text-align: left;
}

ol {
	font-weight: bold;
}

.bgy {
	background-color: #ff0;
}
.bgly {
	background-color: #ff9;
	padding: 5px;
}
.bgg {
	background-color: #f0f0f0;
	padding: 0.5em 1em;
	border: 1px solid #aaa;
}
.pl-1 {padding-left: 1em;}
.pl-2 {padding-left: 2em;}
.pl-3 {padding-left: 3em;}


/* ######## サイト全体に関わるデフォルト値の設定　ここまで ######## */


/* ######## サイトヘッダー（タイトル部）　ここから ######## */
#banner {
	background: #fff url(images/bg.gif) 0 0 repeat;
	text-align: left;
	padding-bottom: 10px;
	overflow: hidden;
}
#banner a:not(.withlink) { text-decoration: none; color: #333;}
#banner a:not(.withlink):hover { text-decoration: none;}
#banner h1 {
	font-size: small;
	padding: 5px 0;
	font-weight: normal;
}
#banner h2 {
	color: #333;
	font-size: large;
	font-weight: normal;
	text-align: center;
	background-color: #ff9;
	border: 2px dotted #f90;
	padding: 5px;
}
#banner img {
	border: none;
	float: right;
	margin: 10px 10px 5px 10px;
}
#title {
	padding: 10px 0 0 50px;
}
#tagline {
	background: #fff url(images/bg.gif) 0 0 repeat;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px dotted #6c0;
	padding-bottom: 10px 0 3px 0;
}
.catch {
	font-size: xx-large;
	font-weight: bold;
	line-height: 1.25;
	padding-bottom: 4px;
}


/* ######## サイトヘッダー（タイトル部）　ここまで ######## */


/* ######## 各カラムの幅、色の設定　ここから ######## */
#top, #category, #entry {
	width: 546px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#left {
	width: 200px;	/* 左側メニューの幅 */
	float: left;
	margin: 0px;	padding: 0px;
	overflow: hidden;
}
/* ######## 各カラムの幅、色の設定　ここまで ######## */


/* ######## 左右の(サブ)メニュー　ここから ######## */
.sidebar {
	font-size: 17px;
	padding: 10px;
	margin: 0px;
	border-top: 1px solid #090;
}
.sidebar a,
.sidebar a:link,
.sidebar a:visited {
	color: #06f;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar li {
	background: url(images/icn_ar01.gif) no-repeat 0 4px;
	list-style: none;
	padding: 0 2px 0 18px;
	margin: 15px 0;
}

<MTCategoryes
.sidebar a,
.sidebar a:link,
.sidebar a:visited {
	color: #06f;
}


/* ######## 左右の(サブ)メニュー　ここまで ######## */


/* ######## 全体に関するデフォルト値の設定　ここから ######## */
.content {
	font-size: 120%;
0%;
	font-weight: normal;
	line-height: 180%;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
.content p {
	margin-bottom: 0 0 1em 0;
}
.content h1, .content h2, .content h3, .content h4 {
	margin-bottom: 0.5em;
}
/* ######## 全体に関するデフォルト値の設定　ここまで ######## */


/* ######## サイトフッター　ここから ######## */
#footer {
	background: #fff;
	background-image: none;
	width: 100%;
	font-size: small;
	text-align: center;
	border-top: 1px solid #090;
	margin: 0px;
	padding: 3px 0px 50px;
	clear: both;
}
#footer a { text-decoration: none;}
/* ######## サイトフッター　ここまで ######## */


/* ######## トップページで使用するもの　ここから ######## */
#top div.intro1 {
	border: 1px solid #f90;
	padding: 0 0.5em 0 0.5em;
	margin-bottom: 1.5em;
}
#top h2.intro1 {
	color: #fff;
	background: #f90;
	padding: 5px 10px;
	margin: 0;
}

#top div.intro2 {
	border: 1px solid #66c;
	padding: 0 0.5em 0 0.5em;
	margin-bottom: 1.5em;
}
#top h2.intro2 {
	color: #fff;
	background: #66c;
	padding: 5px 10px;
	margin: 0;
}

/* ######## トップページで使用するもの　ここまで ######## */


/* ######## カテゴリページで使用するもの　ここから ######## */
#category h2 {
	color: #fff;
	background: #390;
	padding: 5px 10px;
	border-left: 8px solid #050;
}
#category h2 a {text-decoration: none;}

#category h3 {
	color: #040;
	border-bottom: 3px dashed #390;
}

.cat_body, .entry_body {
	clear: both;
	margin: 0 10px 3em 10px;
}

/* ######## カテゴリページで使用するもの　ここまで ######## */


#intro1 #category h2 {
	background: #f90;
	border-left: 8px solid #f60;
}
#intro2 #category h2 {
	background: #66c;
	border-left: 8px solid #339;
}

.shido {
	width: 320px;
	background-color: #fbf;
	padding: 1em 0;
	margin-left: 2em;
}
.shido ol {
	margin-bottom: 0;
}
.shido li {
	margin: 0 1em;
}


table.money {
	border-collapse: collapse;
}
table.money caption {
	color: #fff;
	background-color: #66f;
	text-align: left;
	font-weight: bold;
	padding: 4px 1em;
}
table.money th, table.money td {
	text-align: center;
	border: 1px solid #66f;
	padding: 6px;
}
table.money th {
	background-color: #ddf;
}

table.tokuten {
	border: 1px solid #c60;
}
table.tokuten caption {
	color: #fff;
	background-color: #c60;
	text-align: left;
	font-size: large;
	font-weight: bold;
	padding: 4px 1em;
	border: 1px solid #c60;
}
table.tokuten th, table.tokuten td {
	text-align: left;
	padding: 6px;
}
table.tokuten table th {
	vertical-align: top;
}
table.tokuten table th {
	width: 80px;
}


table.jikanwari {
	border-collapse: collapse;
}
table.jikanwari th {
	text-align: center;
	background-color: #dfb;
	border: 1px solid #030;
	padding: 6px;
}
table.jikanwari td {
	text-align: center;
	border: 1px solid #030;
	padding: 6px;
}

table.taiken caption {
	color: #138613;
	font-weight: bold;
	font-size: medium;
	border-bottom: 2px solid #138613;
	margin-bottom: 2em;
}
table.taiken th{
	padding: 2px 1em;
}
table.taiken th, table.taiken td {
	vertical-align: top;
}


a.link {
	background: url(images/icn_ar02.gif) no-repeat 0 3px;
	padding-left: 28px;
}

table.transparent td:first-child {
	vertical-align: top;
	width: 8em;
	text-align: right;
	padding-right: 1em;
}


/* ######## 指導員紹介カテゴリ　ここから ######## */
#shidoin .cat_body h4+p {
	margin-top: 0;
	padding-left: 1rem;
}
/* ######## 指導員紹介カテゴリ　ここまで ######## */
