@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
@charset "UTF-8";

a:link {/*未訪問のリンク*/
    color:#595959;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#595959;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ff9400;
    text-decoration:none;
}


body {
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	margin: 0;
	padding: 0;
	font-size:12px;
	background-color:#ffffff;
	color:#595959;
	text-align:justify;
}
img {
    border-style:none;
}

h1, h2, h3{
	font-weight:normal;
}

ul,li {
	list-style:none;
}

@font-face {
  font-family: 'fontello';
  src: url("../wf/fontello.eot");
  src: url("../wf/fontello.eot?#iefix") format('embedded-opentype'), url("../wf/fontello.woff") format('woff'), url("../wf/fontello.ttf") format('truetype'), url("../wf/fontello.svg#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../wf/websymbols-regular-webfont.eot');
    src: url('../wf/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../wf/websymbols-regular-webfont.woff') format('woff'),
         url('../wf/websymbols-regular-webfont.ttf') format('truetype'),
         url('../wf/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




.star:before {
  font-family: "WebSymbolsRegular";
  content: "R";
  font-style:normal;
  color:#ff9400;
  padding:0 10px 0 0;
}

.balloon:before {
  font-family: "WebSymbolsRegular";
  content: "c";
  font-style:normal;
  color:#ff9400;
  padding:0 10px 0 0;
}

.attention:before {
  font-family: "WebSymbolsRegular";
  content: "W";
  font-style:normal;
  color:#e63178;
  padding:0 10px 0 0;
}

.check:before {
  font-family: "WebSymbolsRegular";
  content: ".";
  font-style:normal;
  color:#e63178;
  padding:0 10px 0 0;
}

.arrow:before {
  font-family: "WebSymbolsRegular";
  content: ")";
  font-style:normal;
  color:#e63178;
  padding:0 10px 0 0;
}

.arrow2:before {
  font-family: "WebSymbolsRegular";
  content: "j";
  font-style:normal;
  color:#ff72c6;
  padding:0 0x 0 10px;
  font-size:76px;
}

.arrow3:before {
  font-family: "WebSymbolsRegular";
  content: "j";
  font-style:normal;
  color:#ff72c6;
  padding:0 0x 0 10px;
}

.arrow3:before {
  font-family: "WebSymbolsRegular";
  content: "j";
  font-style:normal;
  color:#ff72c6;
  padding:0 10px 0 10px;
}

.men:before {
  font-family: "WebSymbolsRegular";
  content: "U";
  font-style:normal;
  color:#734333;
  padding:0 10px 0 10px;
}

.heart:before {
  font-family: "WebSymbolsRegular";
  content: "N​";
  font-style:normal;
  color:#ff72c6;
  padding:0 5px 0 5px;
}

#page-top {
	position: fixed;
	top: 330px;
	right: 0px;
}

/* Clear Fix */
			.clearfix:after {
				content: ".";
				display: block;
				clear: both;
				visibility: hidden;
				line-height: 0;
				height: 0;
			}
			
			/* 
			.clearfix {
				display: inline-block;
			}
			*/
			 
			html[xmlns] .clearfix {
				display: block;
			}

			

/*-------------------------------------------------------------------------------------------
                                      header start
-------------------------------------------------------------------------------------------*/
#headerbg {
    width:100%;
    background-repeat: repeat-x;
    min-width:960px;
	height:90px;
	margin-top:-8px;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FFE5F2 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FFE5F2 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FFE5F2 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #FFE5F2));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FFE5F2 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #FFE5F2 100%);
}

/* header*/
#header{
width: 960px;
margin-right: auto;
margin-left: auto;
height:90px;
}
/* H1*/
h1 {
	color:#595959;
	font-size:12px;
	text-align:center;
}

#center{
	width:960px;
	margin-top:10px;
}


#logo {
	width:255px;
	float:left;
	margin-top:-8px;
}

#tel{
	width:280px;
	float:right;
	margin-top:-8px;
}


/*-------------------------------------------------------------------------------------------
                                      main_os start
-------------------------------------------------------------------------------------------*/
#main_os{
	clear:both;
    width:1356px;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	background-image:url(../images/mainback.png);
}

#main_os:after {/* firefox背景色表示用 */
content: "";
display: block;
clear: both;
overflow: hidden;
}

#main {
	width:960px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
}

#main02 {
	width:960px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------------------------------------------------------------------------------
                                      main_os end
-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------
                                      navi start
-------------------------------------------------------------------------------------------*/
#navi_bg{
	clear:both;
}

/*グローバルメニュー*/

#gloval_menu {
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top: 2px solid #ff72c6;
	border-bottom: 1px solid #ff72c6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffe5f2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffe5f2')";
	background-image: -moz-linear-gradient(top, #ffffff, #ffe5f2);
	background-image: -ms-linear-gradient(top, #ffffff, #ffe5f2);
	background-image: -o-linear-gradient(top, #ffffff, #ffe5f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffe5f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffe5f2);
	background-image: linear-gradient(top, #ffffff, #ffe5f2);
}
#contents_bar	{
	width: 960px;
	height: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents_bar a	{
	height: 80px;
	display: block;
	overflow: hidden;
}
#contents_bar:after	{ height:0; visibility: hidden;	content: "."; display: block; clear: both; }
#contents_bar li	{
	float: left;
	list-style: none;
}
#contents_bar .c-menu01 a	{
	color: #ff0099;
	font-family: 'EB Garamond', serif;
	font-size: 12pt;
	height: 23px;
	width: 156px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 32px;
	letter-spacing: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CEAF55;
	line-height: 18px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CEAF55;
}
#contents_bar .c-menu02 a	{
	color: #ff0099;
	font-family: 'EB Garamond', serif;
	font-size: 12pt;
	height: 23px;
	width: 160px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 32px;
	letter-spacing: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CEAF55;
	line-height: 18px;
}
#contents_bar .c-menu03 a	{
	color: #ff0099;
	font-family: 'EB Garamond', serif;
	font-size: 12pt;
	height: 23px;
	width: 160px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 32px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CEAF55;
	line-height: 18px;
}
#contents_bar .c-menu04 a	{
	color: #ff0099;
	font-family: 'EB Garamond', serif;
	font-size: 12pt;
	height: 23px;
	width: 160px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 32px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CEAF55;
	line-height: 18px;
}
#contents_bar .c-menu05 a	{
	color: #ff0099;
	font-family: 'EB Garamond', serif;
	font-size: 12pt;
	height: 23px;
	width: 160px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 32px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CEAF55;
	line-height: 18px;
}
#contents_bar .c-menu06 a	{
	color: #ff0099;
	font-family: 'EB Garamond', serif;
	font-size: 12pt;
	height: 23px;
	width: 157px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 32px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CEAF55;
	line-height: 18px;
}

#contents_bar a:hover	{
	color: #ffffff;
	background-color: #ff9400;
}
.menu_text {
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	font-size: 8pt;
	color: #ff0099;
	letter-spacing: 0em;
	padding-top: 0;
	line-height: 1px;
}



/*-------------------------------------------------------------------------------------------
                                      navi end
-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------
                                      container start
-------------------------------------------------------------------------------------------*/
.cl {
	clear: both;
}
#container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
	font-size:14px;
	line-height:150%;
}

/*-------------------------------------------------------------------------------------------
                                      container end
-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------
                                      box left start
-------------------------------------------------------------------------------------------*/
#box_left_bg{
	width:300px;
	position:relative;
}

#box_left{
	width:300px;
	float:left;
}
	
#nav{
	margin-left:-40px;
	width:300px;
}


#nav li{
	width:300px;
	list-style:none;
	line-height:150%;
}

.square_01 {
	position:relative;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	background-color: #e67928;
	width: 300px;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.square_01:hover{
	background-color:#ffac3f;
}

.square_02 {
	position:relative;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	background-color: #ff72c6;
	width: 300px;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.square_02:hover{
	background-color:#ffbfe5;
}

.square_blog {
	position:relative;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	background-color: #28c828;
	width: 300px;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.square_blog:hover{
	background-color:#5edf5e;
}

.square_txt a:link {/*未訪問のリンク*/
		color: #FFF;
    text-decoration:none;
}
.square_txt a:visited {/*訪問後のリンク*/
		color: #FFF;
    text-decoration:none;
}
.square_txt a:hover {/*マウスをのせたとき*/
		color: #FFF;
    text-decoration:none;
}



.btm{
	clear:both;
}



/*-------------------------------------------------------------------------------------------
                                       box left end
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------
                                      box right start
-------------------------------------------------------------------------------------------*/
#box_right{
	width:600px;
	float:right;
}

.ttl_bg{
	clear:both;
	width:540px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:0.3em;
	font-size:34px;
	line-height:1.5em;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	color:#ff9400;
	border-bottom:1px dotted #ff72c6;
	padding-bottom:20px;
}

.mongon_bg{
	clear:both;
	width:540px;
	margin-left:30px;
	padding-top:10px;
}

#mongon_fll{
	line-height:1.7em;
	width:250px;
	float:left;
	margin-top:-10px;
	text-align:justify;
}

#mongon_flr{
	width:280px;
	float:right;
	padding:0 0 0 10px;
	margin-top:-20px;
}

#photo_fll{
	width:224px;
	float:left;
	margin-top:-20px;
}

#map_s_flr{
	width:300px;
	float:right;
	padding:20px 0 30px 10px;
}

.square_03 {
	clear:both;
	position:relative;
	width: 530px;
	margin-left:auto;
	margin-right:auto;
	font-size: 52px;
	line-height: 20px;
	color: #ff0099;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	border: 3px solid #ff72c6;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffe5f2));
    background: -webkit-linear-gradient(#ffffff, #ffe5f2);
    background: -moz-linear-gradient(#ffffff, #ffe5f2);
    background: -ms-linear-gradient(#ffffff, #ffe5f2);
    background: -o-linear-gradient(#ffffff, #ffe5f2);
    background: linear-gradient(#ffffff, #ffe5f2);
    -pie-background: linear-gradient(#ffffff, #ffe5f2);
    behavior: url(js/PIE.htc);
}

.square_ins03 {
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	font-size: 24px;
	color: #595959;
	text-align: center;
	display: block;
	margin: 0px;
	padding-top:5px;
	line-height:1.2em;
	border-top:1px dotted #ff72c6;
	margin-top:10px;
}

.fd{
	margin-right:-5px;
}


/*-------------------------------------------------------------------------------------------
                                      box right end
-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------
                                      greeding start
-------------------------------------------------------------------------------------------*/

.h2_wrt{
	clear:both;
	padding:20px 0 0 0;
	border-bottom:1px #ff72c6 solid;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:22px;
}

.wrt{
	width:540px;
	margin-left:auto;
	margin-right:auto;
	
}

.salon_bg{
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

.salonwrt_fll{
	width:310px;
	float:left;
}

.salonimg_flr{
	width:210px;
	float:right;
	padding:20px 0 0 20px;
}

.business{
	clear:both;
	width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	letter-spacing:0.5em;
	line-height:200%;
	font-size:18px;
}

/*-------------------------------------------------------------------------------------------
                                      greeding end
-------------------------------------------------------------------------------------------*/
.earpoint{
	clear:both;
	width:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	letter-spacing:0.5em;
	line-height:200%;
	font-size:18px;
	border-bottom:1px dotted #ff72c6;
}

.earpoint_ttl{
	font-size:16px;
}

.earpoint_li{
	margin-bottom:10px;
}

.earpoint_map{
	clear:both;
	width:600px;
	text-align:center;
	padding-top:20px;
}

.therapy_price{
	position:relative;
	clear:both;
	width:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:0.5em;
	line-height:200%;
	font-size:18px;
	background-color:#ff72c6;
	padding:10px 0 10px 0;
	color:#ffffff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.therapy_ticket{
	position:relative;
	clear:both;
	width:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:0.5em;
	line-height:200%;
	font-size:18px;
	background-color:#ff9400;
	padding:10px 0 10px 0;
	color:#ffffff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.therapy_price_ul{
	width:600px;
}

.therapy_price_li{
	width:200px;
	float:left;
	background-color:#ff72c6;
    text-align:center;
}

.therapy_ul{
	width:600px;	
}

.therapy_li{
	width:150px;
	float:left;	
}

.attention_ttl{
	clear:both;
	width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	line-height:200%;
	letter-spacing:0.2em;
	font-size:18px;
}

/*-------------------------------------------------------------------------------------------
                                      diet start
-------------------------------------------------------------------------------------------*/

.therapy_bg{
	width:560px;
	margin-left:auto;
	margin-right:auto;
}

.therapy_wrt{
	width:300px;
	float:left;
	margin-top:20px;
}

.therapy_img{
	width:240px;
	margin:0 auto;
	padding:10px 0 20px 20px;
}

.therapy_wrt01{
	font-size:18px;
	line-height:1.5em;
	color:#ff72c6;
}
/*-------------------------------------------------------------------------------------------
                                      vioce start
-------------------------------------------------------------------------------------------*/
.ba_ttl{
	position:relative;
	padding:20px 0 20px 0;
	margin-bottom:10px;
	font-size:18px;
	text-align:center;
	color:#ffffff;
	background-color:#ff72c6;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

#ba{
	margin-top: 30px;
	padding: 0;
	width: 600px;
	margin-left: 5px;
}  
  
#ba ul{  
  margin: 0;  
  padding: 0;  
}  
  
#ba li{  
  float: left;  
  width: 200px;
  font-family: 'EB Garamond', serif;
  font-size:24px;
  text-align:center;
  padding:0 0 30px 10px;
}

.li_u{
	position:relative;
	padding:10px 0 10px 0;
	margin-bottom:-10px;
	background-color:#ff72c6;
	color:#ffffff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

#arrow2_c{
	margin-top:140px;
}

.ba_tbl_bg_01{
	width:540px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.ba_tbl_01{
	width:540px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

.ba_tbl_01 td{
	border-bottom:1px solid #ff7200;
	padding:10px 0 10px 0;
}

.ba_tbl_bg_02{
	margin-bottom:20px;
	float:right;
	
}
.ba_tbl_02{
	margin-left:auto;
	margin-right:auto;
}

.ba_total {
	clear: both;
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 15px;
	color: #ff0099;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	border: 2px solid #ff72c6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../images/total_bg.jpg);
	background-repeat: no-repeat;
}

.ba_total_ins {
	font-size: 15px;
	color: #595959;
	text-align: center;
	display: block;
	margin: 0px;
	padding-top:5px;
	margin-top:5px;
}


.voice_wrt_bg{
	position:relative;
	margin-top:20px;
	width:540px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ff9400;
	background-image:url(../images/damascal.jpg);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.voice_wrt{
	padding:0 20px 0 20px;
}

.wrt_name{
	text-align:right;
	padding:0 20px 0 0;
}

.attention_wrt{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#ff9400;
}

/*-------------------------------------------------------------------------------------------
                                      voice end
-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------
                                      qa start
-------------------------------------------------------------------------------------------*/

.qa_bg{
	width:590px;
}

.square_04 {
	position:relative;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 20px;
	width: 150px;
	line-height:150px;
	text-align: center;
	float: left;
	margin-left:15px;
	-webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
	background-color:#ff8cc5;
    behavior: url(js/PIE.htc);
}

.qa_ul{
	width:350px;
	float:left;
	margin-left:30px;
}

.qa_wrt_l{
	width:350px;
	float:right;
	text-align:left;
	padding:0 0 0 0;
	font-size:16px;
}

.qa_wrt_btm{
	width:350px;
	float:right;
	text-align:left;
	padding:10px 0 10px 0;
	border-top:3px solid #4c2600;
	border-bottom:1px dotted #e63178;
}

.q_ttl{
	font-size:11px;
	
}

.a_ttl{
	font-size:11px;
}

/*-------------------------------------------------------------------------------------------
                                      qa end
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------
                                      access start
-------------------------------------------------------------------------------------------*/
.access_ttl{
	position:relative;
	background-color:#ffccea;
	width:540px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-20px;
	margin-top:20px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	padding:20px 0 20px 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.access_tbl_bg{
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

.access_tbl{
	width:280px;
	float:left;
}

.tbl_name{
	font-size:18px;
}

.tbl_name2{
	font-weight:bold;
}

.access_img{
	width:240px;
	float:left;
	padding-bottom:20px;
}

.map{
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

.square_05 {
	position:relative;
	font-size: 12pt;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 20px;
	background-color: #e67928;
	width: 480px;
	padding-top: 28px;
	padding-right: 20px;
	padding-bottom: 28px;
	padding-left: 20px;
	text-align: center;
	float: left;
	margin-left: 30px;
	margin-top:20px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.square_05:hover{
	background-color:#ffac3f;
}

.square_05:active{
	background-color:#ffac3f;
}


/*-------------------------------------------------------------------------------------------
                                      access end
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------
                                      pagetopbg start
-------------------------------------------------------------------------------------------*/
#pagetopbg{
	border-top: 1px solid #ff72c6;
	clear:both;
    width:100%;
	background-repeat:repeat-x;
	height:50px;
    min-width:960px;
	background-color:#ffccea;
}

#toTop{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:5px;
}
/*-------------------------------------------------------------------------------------------
                                      pagetopbg end
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------
                                      footer start
-------------------------------------------------------------------------------------------*/

#footerbg{
	border-top: 1px solid #ff72c6;
	clear:both;
    width:100%;
	background-repeat:repeat-x;
	height:100%;
    min-width:960px;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FFE5F2 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FFE5F2 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #FFE5F2 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FFE5F2));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFE5F2 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFE5F2 100%);
}

.crl{
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#fot_contena {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.footer {
	height: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-repeat: repeat;
}

.foot_center {
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.foot_logo {
	height: 70px;
	width: 174px;
	display: block;
	float: left;
	padding: 0px;
	margin: 5px 0 0 0;
}

.foot_right {
	float: right;
	width: 560px;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.foot_come {
	font-size: 9pt;
	color: #595959;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

.foot_come a:link {
	color:#595959;
	text-decoration:none;
}

.foot_come a:visited {
	color:#595959;
	text-decoration:none;
}

.foot_come a:hover {
	color:#ff9400;
	text-decoration:none;
}

.foot_name{
	font-size:16px;
}

.copy {
	font-size: 8pt;
	line-height: 20px;
	color: #595959;
	margin-bottom: 5px;
}

/*-------------------------------------------------------------------------------------------
                                      footer end
-------------------------------------------------------------------------------------------*/

#myElement {
    ...
    behavior: url(js/PIE.htc);
}
