@charset "utf-8";





/* リンク装飾
------------------------------------------------------------------------------------------*/

.a:link { color:#0000FF; text-decoration:underline;}
.a:visited { color:#660066; text-decoration:underline;}
.a:active { color:#0000FF; text-decoration:underline;}
.a:hover	{color:#0000FF;text-decoration:none;}

.b:link { color:#999999; text-decoration:underline;}
.b:visited { color:#999999; text-decoration:underline;}
.b:active { color:#D9C171; text-decoration:none;}
.b:hover	{color:#D9C171;text-decoration:none;}



/* フォント
------------------------------------------------------------------------------------------*/

.f18{
	font-family:Osaka,平成角ゴシック,中ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	color: #666666;
	font-size: 18px;
	line-height: 24px;
}
.g11{
	font-family:Osaka,平成角ゴシック,中ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	color: #999999;
	font-size: 11px;
	line-height: 15px;
}
.w10{
	font-family:Osaka,平成角ゴシック,中ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
}
.w12b{
	font-family:Osaka,平成角ゴシック,中ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	
}
.w14b{
	font-family:Osaka,平成角ゴシック,中ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.dy11b{
	font-family:Osaka,平成角ゴシック,中ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	color: #D9C171;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

.dbr11b{
	font-family:Osaka,平成角ゴシック,中ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	color: #724A4A;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}



/* 全体
------------------------------------------------------------------------------------------*/

body {
	color: #666666;
	font-size: 12px;
	font-family:Osaka,平成角ゴシック,中ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	line-height:1.6;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
.bg-l {
	background: url(../img/line-left.gif) repeat-y;
}
.bg-r {
	background: url(../img/line-right.gif) repeat-y;
}



/* ページ別
------------------------------------------------------------------------------------------*/

/* メニュー */
td.menu-sec{
	padding: 7px 0;
}

ol.menu01,
ol.menu02 {
	margin: 0;
	padding: 0;
}


ol.menu01 li {
	margin: 0 0 15px 0;
	list-style: none;
}

ol.menu02 li {
	margin: 0 0 20px 0;
	list-style: none;
}



/* 09冬のコース */
table td.course09 {
 border-left: 1px solid #467AAA;
} 



/* 今月のおすすめ
------------------------------------------------------------------------------------------*/
td.bbsDate {
	color: #D9C171;
	font-size: 14px;
	font-weight: bold;
}

td.bbsTitle {
	padding: 0 0 20px 0;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

div.bbsImg img {
	margin: 0 0 15px 0;
}

td.bbsPage {
	color: #704C4C;
	font-size: 11px;
	text-algin: center;
}

td.bbsPage a:link,
td.bbsPage a:visited {
	color: #999999;
	text-decoration: underline;
}

td.bbsPage a:active,
td.bbsPage a:hover {
	color: #D9C171;
	text-decoration: none;
}