@charset "Shift_JIS";

/*-------------------------------------
commonElementsSetting
-------------------------------------*/

*{
margin: 0;
padding: 0;
}

html{
height:100%;
}

body {
height:100%;
}

img {
border: 0;
vertical-align: bottom;
}

ul,
dl {
list-style-type: none;
}


.dn {
display: none;
}



/* --------------------------------------
webページ（ZZZZ/webカテゴリ）用 
例えば、「掲載をお考えの企業様へ」ページ
----------------------------------------*/

/* page layout */


body {
text-align: center;
min-width: 918px;
color: #333;
background: #D9D9D9;
}



a { color: #578B7C; text-decoration: none; }
a:hover { color: #578B7C;  text-decoration: underline; }



#banner { 
position: relative;
padding: 0px;
margin: 0px;
width: AUTO;
height: 112px;    
background-image: url("http://www.foot-body.com/guide/salon/img_com/head_kanto.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}

#banner a { color: #6A9D92; text-decoration: underline; font-size: 12px;}
#banner a:hover { color: #6A9D92; text-decoration: underline; font-size: 12px;}

#banner-left {
width: 118px;
float: left;
text-align: right;
margin-top: 14px;
}

#banner-center {
width: 354px;
float: left;
margin-top: 30px;
}

#banner-right {
width: Auto;
margin-top: 20px;
margin-right: 20px;
text-align: right;
position: static;

}



.banner-conternar {
width: AUTO;
margin-left: 15px;
}





#container {
    width: 918px;
    background: #fff;
    position: relative;
    margin: 0 auto; /* center on everything else */
    text-align: center;
}


#main_container {
width: 650px;
position: relative;
text-align: left;

}


.main_tit {
 clear: none;
 position: relative;
 margin: 20px 0px 20px 0px;
 color: #737373;
font-size: 12px;
font-weight: bold;
 line-height: 18pt;
 }


.main_txt {
 clear: none;
 position: relative;
 margin: 20px 0px 20px 0px;
 color: #737373;
font-size: 12px;
 line-height: 18pt;
 }
 
 
 
 /*----------------------
フッター
----------------------*/

.entry-footer {
position: relative;
width: Auto;
padding: 10px 10px 10px 10px;
background: #E3EEEB;
font-size: 12px;
color: #933343;
text-align: right;
}

