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

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

.privacy_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;
}
.place_800/*コンテンツ文章の幅指定*/

 {
	width: 800px;
	padding-left: 40px;
	padding-top: 40px;
	font-size: 100%;
	line-height: 170%;
}

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

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_M {
	font-size: 85%;
	line-height: 150%;
	color: #000000;
}

