@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_pink {
	font-weight: bold;
	color: #ec5a81;
}
.b {
	font-weight: bold;
}

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

.concept_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/bk_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*コンテンツ背景指定・美脳メソッド*/

.concept_02_1_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/bk_02_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*コンテンツ背景指定・加圧トレーニング*/

.concept_02_2_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/bk_02_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*コンテンツ背景指定・美骨矯正*/

.concept_02_3_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/bk_02_3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*コンテンツ背景指定・呼吸と睡眠*/

.concept_02_4_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/bk_02_4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*コンテンツ背景指定・酵素と整腸*/

.concept_02_5_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/bk_02_5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

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

.place_350 {
	width: 350px;
	padding-left: 3px;
}
.place_660 {
	width: 660px;
	padding-left: 3px;
}
.place_450 {
	width: 450px;
	padding-left: 3px;
}
.place_400 {
	width: 400px;
	padding-left: 3px;
}

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

.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;
}

