/* CSS Document */


/* bodyの設定 */
body {
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	}


/* リンクカラー設定 */
	a {text-decoration: none;}
	a:link {color: #0064B3;}
	a:visited {color: #0066CC;}
	a:active {color: #0066CC;}
	a:hover {color: #FF0000; text-decoration:underline;}


/* ページ全体のドロップシャドウ */
#shadow{
	padding: 0px;
	margin: 0px;

}


/* ページ全体のサイズなどの設定 */
#container {
	padding: 0px;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	}

/* ヘッダーの小文章 */
.header_logotxt{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}


/* トップ検索機能の左セル */
.top_search_lefttd{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3F2269;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
	padding-left: 4px;
}

/* トップ検索機能の右セル */
.top_search_righttd{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
}


#menuarea{
	visibility:hidden;
	overflow: hidden;
	height: 0px;
}

#headerarea{
	visibility:hidden;
	overflow: hidden;
	height: 0px;
}


#entryarea{
	visibility:hidden;
	overflow: hidden;
	height: 0px;
}


/* h1 */
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:4em;
	font-weight: bolder;
	color: #000000;
	margin-top:10px;
	margin-bottom:15px;
	/* padding-left: 7px; */
	/* border-left: 9px solid #4A2DD2; */
	clear:both;
	margin-left:-50px;
	padding:10px 15px;
	color:#3333cc;
	text-shadow:1px 1px 2px #999;
	border-left:20px #888 solid;

}

.txt75{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 160%;
}

.txt80{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 160%;
}


.txt85{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 160%;
}


.txt90{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 160%;
}


/* ヘッダーの検索ボックス */
#head_searchbox {
	margin-left: 5px;
	padding: 0px;
	width: 150px;
	border: 1px solid #458007;
}


.head_serch{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #2A4E0C;
}


/* ----------------------------------------------------------------------------------------- */
/* フッター */
/* ----------------------------------------------------------------------------------------- */
#footer{
	width:100%;
	margin-top:10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background:#F0F0F0;
	border-top: 3px solid #7C6DB7;
	text-align: center;
	margin-bottom: 0px;
}

.footer90b{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: bolder;
	color: #000;
	margin-bottom:2px;
}

.footer80{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
}




/* ----------------------------------------------------------------------------------------- */
/* トップページの左領域 */
/* ----------------------------------------------------------------------------------------- */
#top_left{
	float:left;
	width:200px;
	margin-left:15px;
	margin-right:5px;
	margin-top: 12px;
	display: inline;  /*IE6バグ回避 */
}

/* トップページの左メニュー */
.left_menu{
	background-color: #F0F0F0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 130%;
	padding: 5px;
	text-align:left;
}

/* トップページの左メニュー */
.left_menu img{
	margin-left: 0px;
}


/* ----------------------------------------------------------------------------------------- */
/* トップページの中央領域 */
/* ----------------------------------------------------------------------------------------- */
#top_center{
	float:left;
	width:390px;
	margin-top: 12px;
	display: inline; /* IE6バグ回避 */
}


/* ----------------------------------------------------------------------------------------- */
/* トップページの右領域 */
/* ----------------------------------------------------------------------------------------- */
#top_right{
	float:left;
	width:200px;
	margin-left:5px;
	margin-top: 12px;
	display: inline; /* IE6バグ回避 */
}


/* トップページの右メニュー */
.right_menu{
	background-color: #F0F0F0;
	padding: 5px;
	text-align: left;
}

.right_menu img{
	margin-left: 12px;
}


/* ----------------------------------------------------------------------------------------- */
/* おすすめ講座 */
/* ----------------------------------------------------------------------------------------- */
.top_topics_entry{
	border-bottom: 1px solid #CCC;
	padding: 8px 0px;
	margin: 0px 5px 0px 7px;
	text-align: left;
}

.top_topics_entry_img{
	float: right;
	border:none;
	text-align: center;
	width: 110px;
}

.top_topics_entry_img img{
	border:none;
	float: none;
	left: 0px;
}

.top_topics_title{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-weight: bolder;
	text-align: left;
	background-image: url(../../img/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	padding-right:10px;
	line-height:150%;
}

.top_topics_txt{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	text-align: left;
	font-weight: normal;
}


/* ----------------------------------------------------------------------------------------- */
/* 最新情報 */
/* ----------------------------------------------------------------------------------------- */
.top_news_entry{
	border-bottom: 1px dotted #999;
	padding: 6px 0px;
	margin: 0px;
}

.top_news_title{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	background-image: url(../../img/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 7px;
	line-height: 130%;
}


/* ----------------------------------------------------------------------------------------- */
/* サブページのメイン領域 */
/* ----------------------------------------------------------------------------------------- */
#sub_main{
	float:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
/*	margin-top: -60px;*/
	margin-top:0;
	text-align:left;
}

#full_main{
	padding-top:0px;
/*	margin-top: -60px;*/
	margin-top:0;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
}

#full_main_sub{
	
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
/*	margin-top: -60px;*/
	margin-top:0;
	margin-left:0px;
	margin-left:0px;
	text-align:left;
}


/* ----------------------------------------------------------------------------------------- */
/* サブページのメイン領域フルサイズ */
/* ----------------------------------------------------------------------------------------- */
#sub_main_full{
float:left;
	
	padding-left:0px;
	padding-right:0px;
	margin-top: 8px;
	text-align:left;
}


/* ----------------------------------------------------------------------------------------- */
/* 教室から探す　テキスト */
/* ----------------------------------------------------------------------------------------- */
.search_studio{
	width:540px;
	margin-top:0px;
	margin-bottom:20px;
	padding:10px;
	border-top: 2px solid #FF8B00;
	border-right: 2px none #999999;
	border-bottom: 2px none #999999;
	border-left: 2px none #999999;
}

.search_studio ul{
	width:100%;
	margin:0px;
}

.search_studio li{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: bolder;
	line-height:200%;
	background-image: url(../../images/top_topics_titlearrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style-type: none;
	background-position: 2px;
	display: block;
	float: left;
	text-align: left;
	white-space: nowrap;
	margin-right: 15px;
}


/* ----------------------------------------------------------------------------------------- */
/* カテゴリから探す　リスト */
/* ----------------------------------------------------------------------------------------- */
.search_category_title{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height:150%;
	display: block;
	float: left;
	font-weight: bolder;
	background-image: url(../../images/top_topics_titlearrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	width: 150px;
	padding-left: 15px;
	margin-left:10px;
}

.search_category_txt{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height:150%;
	display: block;
	float: right;
	font-weight: normal;
	background-image: none;
	width: 360px;
	padding-left: 15px;
	color: #333333;
	text-align: left;
}

.search_category_line{
	border-bottom:dotted 1px #999999;
	margin-bottom:10px;
	clear:both;
}


/* ----------------------------------------------------------------------------------------- */
/* 検索結果 */
/* ----------------------------------------------------------------------------------------- */
.result_txt{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 160%;
}


/* ----------------------------------------------------------------------------------------- */
/* Q&A文字設定 */
/* ----------------------------------------------------------------------------------------- */
.qa_q{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 95%;
	font-weight: bolder;
	color: #C30000;
	background-image: url(../../images/qa_icon_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 30px;
	line-height: 22px;
}

.qa_a{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #333333;
	background-image: url(../../images/qa_icon_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 30px;
	line-height: 150%;
	margin-top: 5px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------------------------------- */
/* ページナビ */
/* ----------------------------------------------------------------------------------------- */
.pagenavi{
	width:600px;
}

.pagenavi ul {
	list-style-type: none;
	}

.pagenavi li {
	display: block;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFF;
	background-color: #666666;
	text-align: center;
	border: 1px solid #999999;
	/*	width: 18px; */
	font-size: 75%;
	margin: 4px;
	line-height: 160%;
	padding-right: 3px;
	padding-left: 3px;
	}

.pagenavi li a {
	text-decoration: none;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	margin-left:-3px;
	margin-right:-3px;
	background-color: #E4ECF5;
	}



/* ----------------------------------------------------------------------------------------- */
/* 問い合わせフォーム*/
/* ----------------------------------------------------------------------------------------- */
.studio_left ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.studio_left li {
 display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	background-color: #F1F1F1;
	border-right: 0px solid #B5B5B5;
	border-left: 0px solid #B5B5B5;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px dotted #B5B5B5;
	margin:0px;
}

.studio_left li a {
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	padding-left: 17px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin:0px;
	background: #F1F1F1 url(../../img/arrow_orange.gif) no-repeat 7px center;
}

.studio_left li a:hover{
	background-color: #fff;
}



/* ----------------------------------------------------------------------------------------- */
/* 詳細画面 */
/* ----------------------------------------------------------------------------------------- */
.detail_studio-cate{
	width:100%;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	background-color:#FFFAE9;
}

.detail_studio-cate ul{
	margin:0px 0px 0px 0px;
}

.detail_studio-cate li {
	float:left;
 display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333333;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	margin:5px 10px 5px 5px;
	padding-left: 10px;
	background-image: url(../../images/top_topics_titlearrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.detail_main{
	clear:both;
	width: 100%;
	margin-top:0px;
	text-align: left;
	padding: 15px 0px 0px;
}

.detail_main p{
	margin:0px 10px 0px 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 150%;
}


.detail_main img{
float:right;
margin-left:10px;
margin-bottom:5px;
}

.detail_sub{
	font-weight: bolder;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left: 4px solid #6D9EDE;
	clear:both;
	margin-top:15px;
	margin-bottom:5px;
	margin-left: 0px;
	background: #D9E3E8;
	border-bottom: 1px solid #C4CDD2;
	border-right: 1px solid #C4CDD2;
}


/* ----------------------------------------------------------------------------------------- */
/* 申し込みのテーブル */
/* ----------------------------------------------------------------------------------------- */


.entry {
}

.entry table{
}

.entry tr{
}

.entry th{
}

.entry td{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 160%;
}



/* ----------------------------------------------------------------------------------------- */
/* ニュース詳細ページ */
/* ----------------------------------------------------------------------------------------- */

.detail_main_news{
	clear:both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 150%;
	border-top: 1px solid #999999;
	margin-top:0px;
	text-align: left;
	padding: 15px 0px 0px 0px;
}


.detail_main_news img{
float:right;
margin-left:10px;
margin-bottom:5px;
}



/* ----------------------------------------------------------------------------------------- */
/* 講師プロフィール */
/* ----------------------------------------------------------------------------------------- */

.profile {
	font-size: 95%;
	line-height: 140%;
	padding: 0px;
	border: 1px solid #E6B094;
	width: 550px;
	margin-top: 7px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.profile_title {
	font-weight: bold;
	background: #F4D2C0;
	padding: 2px 2px 2px 10px;
	color: #902300;
	
}

.profile p{
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
}


/* ----------------------------------------------------------------------------------------- */
/* Twitter */
/* ----------------------------------------------------------------------------------------- */


.twitter_longbox {
	display: inline;
	float: left;
	width: 345px;
	margin-left:15px;
}


.twitter_midbox {
	display: inline;
	float: left;
	width: 320px;
	padding:10px;
	border: 2px solid #407DB5;
	margin-bottom:15px;
	background: #4A8DCD;
}


.twitter_smallbox{
	border-bottom: 1px dotted #C1C1C1;
	background: #FFF;
	padding: 10px;
}

.twitter_date{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	color: #6178D1;
}

.twitter_new{
	font-size: 80%;
	color: #C00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.twitter_txt{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 120%;
}

.twitter_txt a{
	color:#003A74;
}


.twitter_txt a:hover{
	color:#C33;
	text-decoration:underline;
}
.entry_alert {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	text-align: center;
	margin-top: 15px;
}

p.olyprt{width:90%;margin:.5em auto 0;padding:.5em 1em;text-align:left;border:1px #ccc solid;line-height:1.4em;font-size: .7em;}