@charset "UTF-8";

/*横長メイン画像の左右帯パターン画像指定*/
.bk_img2 {
	background-image: url(../../common/img/bk_img_2img.jpg);
	background-repeat: repeat-x;
}


/*コンテンツ基礎指定*/

.contents {
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	font-size: 85%;
	line-height: 150%;
	}
	
/*サブタイトルテキスト指定*/

.sub_T_01 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 90%;
	line-height: 150%;
	color: #999900;
}

.sub_t_text {
	font-weight: bold;
	font-size: 140%;
	color: #c09b2c;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 180%;
	padding-top: 20px;
	padding-bottom: 10px;
}


/*テキスト強調指定*/

.b_gold {
	font-weight: bold;
	color: #c09b2c;
}
.b_red {
	font-weight: bold;
	color: #C03438;
}
.b_pink {
	font-weight: bold;
	color: #ec5a81;
}
.b {
	font-weight: bold;
}

/*コンテンツ背景指定・ゼロービュ−ティー*/

.traial_01_table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image: url(../img/pic_yukie.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.traial_02_table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-repeat: no-repeat;
	background-position: right top;
}


/*コンテンツ文章の幅指定*/

.place_300 {
	width: 350px;
	padding-left: 20px;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: top;
	padding-top: 10px;
}
.place_660 {
	width: 660px;
	padding-left: 3px;
	padding-top: 10px;
}
.place_400 {
	width: 420px;
	padding-left: 5px;
	padding-top: 10px;
}
.place_600 {
	width: 600px;
	padding-left: 35px;
}
	
	
	

/*下メニュー位置サイズ指定*/

.s_menu_place {
	width: 670px;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
}

/*下メニューロールオーバー*/

a.s_menu:link {
	text-decoration: none;
	color: #000000;
}
a.s_menu:hover {
	color: #990066;
	text-decoration: none;
}
a.s_menu:visited {
	text-decoration: none;
}
a.s_menu:active {
	text-decoration: none;
}
.tx_tel {
	font-size: 120%;
	font-weight: bold;
	color: #C03438;
	line-height: 200%;
}


.tx_M {
	font-size: 85%;
	line-height: 150%;
	color: #000000;
}
.space {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #f67b8f;
	width: 650px;
	padding-left: 5px;
}


.hyo_talbe {
	font-size: 85%;
	margin-left: 4px;
	text-align: center;
}

.hyo_color {
	background-color: #F9F5E8;
}
.hyo_beginner {
	text-align: center;
	background-color: #FFC0BD;
}
.hyo_kaiin {
	background-color: #FEE2BF;
	width: 100px;
	text-align: center;
}
.hyo_jyuku {
	background-color: #E9CAEB;
	width: 100px;
	text-align: center;
}
.hyo_other {
	text-align: left;
	background-color: #F9F5E8;
	width: 200px;
}

