.sbttl{
	background-image: url(../img/sample_03.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 500px;
	margin-left: 5px;
	padding-left: 15px;
	padding-top: 7px;
	font-size: 120%;
	color: #003399;
	font-weight: bold;
}


.style1 {color: #ff00ff}
.style2 {color: #FF3333}
.style3 {color: #009900}
.style4 {color: #ff6666}
.style5 {color: #897DFD}

table {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color:#333333;
}
.text8 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 8px;
}
.text10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}
.text12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.text14 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
.text16 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
}
.text18 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
}

.text_01 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.text_02 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.text_03 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.text_04 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.height10 {
	line-height: 10px;
}
.height12 {
	line-height: 12px;
}
.height14 {
	line-height: 14px;
}
.height16 {
	line-height: 16px;
}
.height18 {
	line-height: 18px;
}
.height20 {
	line-height: 20px;
}
.height22 {
	line-height: 22px;
}
.height24 {
	line-height: 24px;
}


/*---a---*/


a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #7E8DFF;
}
a:hover {
	color: #7E8DFF;
}

a.hf:link {
	color: #666666;
	text-decoration:none;
}
a.hf:visited {
	color: #666666;
	text-decoration:none;
}
a.hf:active {
	color: #333333;
	text-decoration:underline;
}
a.hf:hover {
	color: #333333;
	text-decoration:underline;
}

li.menu a:link, li.menu a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	display: block;
	height: 27px;
	width: 166px;
	padding-top: 7px;
	margin: 0px;
}

li.menu a:hover, li.menu a:active {
	background-image: url(../img/menu_back_ov.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 166px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}

li.top a:link, li.top a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	display: block;
	height: 27px;
	width: 166px;
	padding-top: 7px;
	margin: 0px;
}

li.top a:hover, li.top a:active {
	background-image: url(../img/menu_back_ov.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 166px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}

li.sub a:link, li.sub a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	display: block;
	height: 27px;
	width: 166px;
	padding-top: 7px;
	margin: 0px;
}

li.sub a:hover, li.sub a:active {
	background-image: url(../img/menu_back_sub_ov.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 166px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}


/*---↑---*/





html, body {
	margin: 0px;
	padding: 0px;
}
.fix {
	background-repeat: no-repeat;
}

.fix02 {
	background-repeat: no-repeat;
	width:293px;
	height:23px;	
}

.fix_rt{
	background-repeat: no-repeat;
	background-position:right top;
}


.bg_y_rep{
	background-repeat: repeat-y;
	background-position:bottom;
}

.bg_y_rep02{
	background-repeat: repeat-y;
	background-position: left bottom;
}

.bg_y_rep03{
	background-repeat: repeat-y;
	background-position: right;
}

.bg_x_rep02{
	background-repeat: repeat-x;
	background-position:top;
}

.bg_x_rep{
	background-repeat: repeat-x;
	background-position: bottom;
}

.bg_side {
	background-repeat: repeat-y;
	width: 13px;
}
.header_text {
	font-size: 10px;
	color: #666666;
	margin: 5px;
}
.menu_table {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
p.menu_personal {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	margin: 5px;
	width:160px;
}

p.hairpiece {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px 20px;
	margin-top:2px;
}

p.hairpiece02 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 10px;
	width:273px;
}

p.hairpiece03 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 10px;
	width:490px;
}

p.icon{
margin-left:30px;
}

p.faq{
color: #009966;
margin-top:3px;
}

.text_blue_under{
 color: #0000FF;
	text-decoration:underline;
	}
	
	
.text_blue{
 color: #0000FF;
	}
	
.footer {
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 6699FF;
	border-bottom-color: 6699FF;
}
.footer02 {
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	padding: 5px;
}

.to_top{
 margin: 15px 0px;
	}

.text_FF5600{
color: #FF5600;
}

.text_FF777F{
color: #FF777F;
}

.margin_lr_10{
margin:0px 10px;
}
.icon {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: left top;
}

.sitemap_text{
 border-left-style:solid;
 border-left-width:5px;
	border-left-color:#7BB4CF;
	border-bottom-style: solid;
	border-bottom-color:#7BB4CF;
	border-bottom-width:1px;
	padding-left: 8px;
	padding-bottom: 2px;
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 16px;	
	}

.sitemap_text2{
	border-bottom-style: solid;
	border-bottom-color:#7BB4CF;
	border-bottom-width:1px;
	padding-left: 30px;
	padding-bottom: 2px;
	padding-right: 5px;
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 16px;	
	}
.font_wht_b {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.menu_table ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.menu_table li.menu {
	background-image: url(../img/menu_back.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 166px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu_table li.top {
	background-image: url(../img/menu_back.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 166px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu_table li.sub {
	background-image: url(../img/menu_back_sub.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 166px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ppp{float:right;margin-left:15px}



.link_bana {
	float:right;
	height: 36px;
	width: 88px;
	text-indent:-9999px;
	background-image: url(main.files\88x37.gif);
	margin-right: 7px;
}

.link_txt {
	float:left;
	width: 390px;
	margin-left: 8px;
}

.link_txt_01 {
	float:left;
	margin-left: 8px;
}


.teble_waku{
	border: 1px solid #54ABFF;
}

.bn_good{
	background-image: url(../img/bn_good.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 184px;
	width: 179px;
	margin-bottom: 10px;
}

