/* 全体の設定 */

body{
	margin:0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

body,td,th{
	font-size:12px;
	line-height:120%;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
}

img{
	border:0;
}

h1{
	color:#333333;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:7px 0 0 0;
	text-align:left;
}

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


/* ヘッダー */
#header_h1{
	background-image:url(../images/h1_back.gif);
	background-repeat:repeat-x;
	height:25px;
}

.header_txt{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.header_line{
	background-image:url(../images/h1_bt.gif);
	background-repeat:repeat-x;
	height:21px;
}

#header_back{
	background-color:#FFFAEA;
}
.header_top{
	width:810px;
	text-align:center;
	margin:auto;
}

.header_sub{
	width:810px;
	text-align:right;
	padding:3px 15px 0 0;
	margin:auto;
}


/* グローバルナビ */
#globalnavi_back{
	background-image:url(../images/globalnavi_back.gif);
	background-repeat:repeat-x;
	height:55px;
}
.globalnavi{
	width:810px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.white{
	height:3px;
	background-color:#FFFFFF;
}

/* コンテンツ背景 */
#contents_bg{
	background-color:#FFFAEA;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.top_back{
	width:810px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/top_back.gif);
	background-repeat:no-repeat;
}

/* メイン背景 */
.main_back{
	width:810px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/main_back.gif);
	background-repeat:repeat-y;
}

/* メイン左 */
.main_left{
	width:427px;
	padding:10px;
	text-align:center;
}

.ml_txt{
	text-align:left;
	line-height:150%;
	padding:5px;
	color:#343434;
}


.ml_pix{
	padding:4px 3px 2px 3px;
	text-align:center;
}

.ml_desc{
	padding:3px;
	text-align:center;
	background-image:url(../images/ml_desc.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:43px;
	width:167px;
}

.ml_desc2{
	padding:3px;
	text-align:center;
	background-image:url(../images/ml_desc.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:29px;
	width:167px;
}

/* メイン右 */
.main_left{
	width:363px;
	padding:10px;
	text-align:center;
}

.main_news{
	width:333px;
	text-align:center;
}

.newsbox{
	width:280px;
	text-align:center;
	padding:15px 10px 10px 10px;
	border-bottom:dotted 1px #666666;
}


.newsbox ul{
	list-style-type: none;
	margin: 0;
	padding: 0; 

}

.newsbox li{
	background: url(../images/news_arrow.gif) no-repeat;
	padding-left: 20px;
	text-align:left;
	overflow:visible;
	word-break:break-all;
}


.calender_txt{
	width:333px;
	color:#666666;
	font-size:12px;
	text-align:left;
}

.pink{
	color:#FF99C9;
}

.timetable{
	width:333px;
	border:solid 1px #777777;
}

.timetable th{
	background-color:#9D9D9D;
	color:#FFFFFF;
	padding:5px;
	font-weight:normal;
}

.timetable td{
	background-color:#FFFFFF;
	padding:5px;
	text-align:center;
	color:#666666;
}

.tt1{
	border-right:solid 1px #777777;
	border-bottom:solid 1px #777777;
}

.tt2{
	border-bottom:solid 1px #777777;
}

.tt3{
	border-right:solid 1px #777777;
}

.tt_txt{
	width:333px;
	color:#666666;
	font-size:12px;
	text-align:left;
	padding-bottom:20px;
	border-bottom:dotted 1px #666666;
}

/* フッター背景 */
#footer_line{
	background-image:url(../images/footer_line_back.gif);
	background-repeat:repeat-x;
	background-color:#FFFAEA;
	text-align:center;
}

.footer_top{
	width:810px;
	height:24px;
	background-image:url(../images/footer_back.gif);
	background-repeat:no-repeat;
	margin:auto;
}

.footer_area_back{
	width:810px;
	height:72px;
	background-image:url(../images/footer_area_back.gif);
	background-repeat:no-repeat;
	margin:auto;
}

.f_01{
	width:393px;
	height:72px;
	background-image:url(../images/footer_area_01.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin:auto;
}

.f_02{
	width:5px;
	height:72px;
	background-image:url(../images/footer_area_02.gif);
	background-repeat:no-repeat;
	margin:auto;
}

.address{
	margin-left:120px;
	font-weight:normal;
	line-height:110%;
}

.f_03{
	width:402px;
	background-image:url(../images/footer_area_04.gif);
	background-repeat:no-repeat;
	height:18px;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
}

.f_03 a:link{  text-decoration:none; color:#FFFFFF; }
.f_03 a:visited{   text-decoration:none; color:#FFFFFF;  }
.f_03 a:hover{   text-decoration:underline; color:#FFFFFF; }
.f_03 a:active{   text-decoration:underline; color:#FFFFFF; }

/* 第二階層 */

#breadcrumb{
	width:515px;
	text-align:left;
	padding-bottom:15px;
	font-size:12px;
	color:#000000;
}

#breadcrumb a:link{  text-decoration:none; color:#CC33FF; }
#breadcrumb a:visited{   text-decoration:none; color:#CC33FF;  }
#breadcrumb a:hover{   text-decoration:underline; color:#A0849B; }
#breadcrumb a:active{   text-decoration:underline; color:#CC33FF; }

.default_back{
	width:810px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/default_back.gif);
	background-repeat:repeat-y;
}

/* 第二階層左側 */
#left{
	width:227px;
	margin:4px;
	background-image:url(../images/left/left_back.gif);
	background-repeat:repeat-y;
}

#left a:link{  text-decoration:none; color:#000000; }
#left a:visited{   text-decoration:none; color:#000000;  }
#left a:hover{   text-decoration:underline; color:#A0849B; }
#left a:active{   text-decoration:underline; color:#666666; }

.left_menubox{
	width:177px;
	margin:0px 12px;
	padding:12px 0;
}

/* 左メニュー */

.lmenu{
	background-image:url(../images/left/arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:18px;
	line-height:120%;
}

.lmenu2{
	background-image:url(../images/left/arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:18px;
	line-height:120%;
	margin:8px 0px;
}

.dot_line{
	margin:5px 0;
	text-align:center;
}

/* メイン共通 */
#main{
	width:515px;
	margin:10px;
	color:#666666;
}

#common_box{
	padding:15px 0;
	margin:10px 21px;
	width:473px;
	font-size:12px;
	line-height:150%;
	text-align:center;
}

#common_box a:link{  text-decoration:none; color:#CC33FF; }
#common_box a:visited{   text-decoration:none; color:#CC33FF;  }
#common_box a:hover{   text-decoration:underline; color:#A0849B; }
#common_box a:active{   text-decoration:underline; color:#CC33FF; }

.red{
	color:#FF0000;
}

.red2{
	color:#CC0033;
}

.red3{
	color:#990000;
}

.small{
	font-size:10px;
	text-align:left;
	line-height:120%;
}

/* はじめての方へ */

.text12{
	font-size:12px;
	line-height:130%;
	color:#666666;
	padding-left:5px;
}

#guidebox{
	padding:15px 0;
	margin:10px 21px;
	width:473px;
	font-size:14px;
	line-height:130%;
}

.guide_topic01{
	background-image:url(../guide/images/guide_mark.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:28px;
	line-height:130%;
	margin:5px 0;
	color:#666666;
}

.guide_topic02{
	text-align:left;
	padding:0 15px;
	line-height:130%;
	margin:5px 0;
	color:#666666;
}

.guide_topic03{
	text-align:left;
	padding-left:28px;
	line-height:130%;
	margin:5px 0;
	color:#666666;
	font-size:12px;
}

/* プライバシーポリシー */
#privacy_box{
	padding:15px 0;
	margin:10px 21px;
	width:473px;
	font-size:12px;
	line-height:150%;
	text-align:left;
}

#privacy_box a:link{  text-decoration:none; color:#CC33FF; }
#privacy_box a:visited{   text-decoration:none; color:#CC33FF;  }
#privacy_box a:hover{   text-decoration:underline; color:#A0849B; }
#privacy_box a:active{   text-decoration:underline; color:#CC33FF; }

.privacy_head{
	background-image:url(../privacypolicy/images/privacy_head_back.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	line-height:130%;
	margin:5px 0;
	color:#000000;
	font-size:14px;
	padding:7px 12px 8px 12px;
}

.privacy_text{
	padding:10px 15px;
	text-align:left;
}

/* About us */

#aboutus_tbl{
	width:469px;
}


#aboutus_tbl td{
	padding:10px;
	color:#666666;
	background-image:url(../aboutus/images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
}

.ow_pix{
	padding:5px;
}

.aboutus_text_a{
	padding:5px;
	color:#666666;
	line-height:130%;
}

.text14{
	font-size:14px;
	line-height:180%;
}
.aboutus_text_b{
	padding:8px;
	color:#666666;
	line-height:150%;
}

#acc_tbl{
	width:469px;
}


#acc_tbl td{
	padding:10px 0px 10px 10px;
	color:#666666;
	font-size:14px;
	line-height:150%;
}

.acc_text{
	color:#9933FF;
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding:10px 20px;
}

/* サロンのご案内 */

.info_top{
	background-image:url(../faq/images/faq_dot.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	font-size:13px;
	padding:0px 2px 5px 2px;
	color:#000000;
	text-align:left;
}

.info_lav{
	color:#CC33FF;
	font-size:12px;
	padding:0 2px;
}

.info_exp{
	text-align:left;
	padding:5px;
	line-height:180%;
	color:#666666;
}

.info_exp img{
	margin:0 0 15px 15px;
}

.info_exp2{
	text-align:left;
	padding:5px 15px;
	line-height:180%;
	color:#666666;
}

.info_pbox{
	background-image:url(../info/images/info_pbox_back.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:515px;
	height:144px;
	margin:15px 0 10px 0;
}

.info_pbox_head{
	text-align:left;
	font-size:14px;
	color:#9933FF;
	padding:15px 35px 3px 35px;
}

.info_pbox_text{
	text-align:left;
	line-height:18px;
	padding:3px 40px 15px 40px;
}

/* ランキング */
#ranking_area{
	width:515px;
	text-align:center;
	margin:0;
	padding:0;
}

#ranking_tbl{
	width:500px;
	border:solid 1px #CCCCCC;
}

#ranking_tbl td{
	padding:6px;
	text-align:left;
	
}

.rank_border_right{
	border-right:solid 1px #CCCCCC;
}

.rank_border_bottom{
	border-bottom:solid 1px #CCCCCC;
}

.ranking_img{
	float:left;
	padding:0 15px 5px 5px;
}
.ranking_text{
	color:#000000;
	line-height:180%;
	padding-right:10px;
}

.ranking_text a:link{  text-decoration:underline; color:#CC99CC; }
.ranking_text a:visited{   text-decoration:underline; color:#CC99CC;  }
.ranking_text a:hover{   text-decoration:underline; color:#A0849B; }
.ranking_text a:active{   text-decoration:underline; color:#CC99CC; }

.ranking_time{
	text-align:right;
	color:#000000;
	line-height:180%;
	padding-right:5px;
}

.ranking_date{
	font-size:12px;
	text-align:right;
	padding:3px 10px 15px 10px;
	color:#666666;
}

/* よくある質問 */

#faq_box{
	padding:15px 0;
	margin:10px 13px 10px 14px;
	width:488px;
	font-size:12px;
	line-height:150%;
	text-align:center;
}

.faq_tbl_head{
	background-image:url(../faq/images/faq_q_clip.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:488px;
	height:15px;
}
.faq_tbl_back{
	background-image:url(../faq/images/faq_tbl_back.gif);
	background-repeat:repeat-y;
	background-position:bottom center;
	width:488px;
	text-align:center;
	padding-bottom:25px;
}

.faq_tbl{
	width:461px;
	color:#000000;
	text-align:left;
}

.faq_tbl th{
	background-image:url(../faq/images/faq_dot.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	font-weight:normal;
	font-size:14px;

}

.faq_text{
	font-size:12px;
	line-height:250%;
	background-image:url(../faq/images/faq_dot.gif);
}

/* 施術メニューと料金表 */
.menu_exp{
	font-size:14px;
	line-height:150%;
	text-align:left;
	padding:3px 5px;
}

.menu_exp2{
	font-size:12px;
	line-height:150%;
	text-align:left;
	padding:3px 10px;
	margin-bottom:25px;
}

.menu_tbl{
	border:solid 1px #000000;
}

.menu_tbl th{
	background-color:#E0C2FF;
	font-weight:normal;
	padding:5px;
	border-bottom:solid 1px #000000;
}

.menu_special{
	color:#660000;
	padding:3px;
	text-align:left;
}

.menu_tbl td{
	background-color:#FFFFFF;
	font-weight:normal;
	padding:10px;
	line-height:150%;
}

.menu_tbl a:link{  text-decoration:underline; color:#CC33FF; }
.menu_tbl a:visited{   text-decoration:underline; color:#CC33FF;  }
.menu_tbl a:hover{   text-decoration:underline; color:#A0849B; }
.menu_tbl a:active{   text-decoration:underline; color:#CC33FF; }

.menu_border_right{
	border-right:solid 1px #000000;
}

.menu_border_bottom{
	border-bottom:solid 1px #000000;
}

.menu_border_rb{
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
}

/* サイトマップ */

.sitemap{
	border:solid 1px #CCCCCC;
	padding:8px;
	width:457px;
	margin-bottom:25px;
}

.sm_head{
	background-image:url(../sitemap/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:18px;
	line-height:150%;
}

.sm_head2{
	background-image:url(../sitemap/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:18px;
	padding-bottom:5px;
	line-height:150%;
	border-bottom:dotted 1px #D0BCC5;
}

.sm_list{
	background-image:url(../sitemap/images/arrow2a.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:18px;
	line-height:150%;
	margin:5px 20px;
}

.sm_list2{
	background-image:url(../sitemap/images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:23px;
	padding-bottom:5px;
	line-height:150%;
	margin:8px 20px;
	border-bottom:dotted 1px #D0BCC5;
	background-color:#F6EFF8;
}

.sm_sub{
	background-image:url(../sitemap/images/arrow3.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:18px;
	line-height:150%;
	margin:5px 30px;
}

/* 美容矯正とは */

.bc_exp1{
	text-align:left;
	padding:5px;
	line-height:220%;
	color:#333333;
}

.bc_exp1 img{
	margin-right:10px;
}

.bc_exp2{
	text-align:left;
	padding:5px;
	line-height:180%;
	color:#333333;
}

.bc_exp2 img{
	margin-left:10px;
}

.bc_exp3{
	text-align:left;
	padding:5px;
	line-height:180%;
	color:#333333;
}

.bc_exp3 img{
	margin-right:10px;
}


.bc_tbl_back{
	background-image:url(../bc/images/bc_tbl_back.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	line-height:150%;
	padding:8px 21px 0 21px;
	height:152px;
}

.bc_tbl{
	padding:3px 5px;
}

.bc_text{
	font-size:12px;
	line-height:150%;
	text-align:left;
	padding:3px 25px;
	margin-bottom:25px;
}

.bc_pic_tbl{
	border:solid 1px #666666;
	padding:10px 10px 5px 10px;
	width:193px;
}

.red22 {
	color: #C03;
}






/* メンテナンスのお知らせ　1/20 */
.notice_form {
	color:#CC0033;
	margin:0 0 10px 0;
	padding:0;
}

