charset "UTF-8";"
/* スタイル初期化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0; 
} 
table { 
border-collapse:collapse; 
border-spacing:0; 
} 
fieldset,img {  
border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-style:normal; 
font-weight:normal; 
} 
ol,ul { 
list-style:none; 
}
caption,th { 
text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size:small; 
font-weight:normal; 
} 
q:before,q:after { 
content:''; 
} 
abbr,acronym {
border:0; 
} 
body {
font-size:small; 
}
*html body {
font-size : 80% ;
}
html {
overflow-y:scroll;
}
.tleft {
text-align: left;
}
.tright {
text-align: right;
}
.tcenter {
text-align: center;
}
.fleft {
float: left;
}
.fright {
float: right;
}
.fclear {
clear: both;
}
.imgbtm {
vertical-align: bottom;
}
hr.end{
visibility:hidden;
clear:both;
}
.none {
display: none;
}
.off_left {
overflow : hidden ;
text-indent :-10000px ;
}

/* 文字制御 */

h1,h2,h3,h4,h5 {
    font-size : 1em ;
}
strong,em {
    font-size : 1em ;
}
.small {
font-size: 80%;
}
*html .small {
font-size: xx-small;
}
.em {
font-weight : bold ;
}
strong {
color : red ;
font-size : 1.1em ;
}
.red {
color : red !important ;
}
.large {
font-size : 1.1em ;
font-weight : bold ;
line-height : 220% ;
}
.small {
font-size : 0.9em ;
}
.normal {
color : #000 ;
font-style : normal ;
font-size : 1em ;
font-weight : normal ;
}
.underline {
text-decoration: underline;
}
a:link {color:#0000FF;text-decoration:none;}
a:visited {color: #999999;text-decoration:none;}
a:hover {color: #0000FF;text-decoration:underline;}
a:active {color: #FF0000;text-decoration:underline;}

.s9 {
font-size: 9px;
}
.s10 {
font-size: 10px;
}
*html .s10 {
font-size: 9px;
}
.s12 {
font-size: 12px;
}
.s14 {
font-size: 14px;
}
.s16 {
font-size: 16px;
}
.s20 {
font-size: 20px;
}
.s30 {
font-size: 30px;
}
.s35 {
font-size: 35px;
}

/* margin */

.m5 {
margin-bottom: 5px;
}
.m10 {
margin-bottom: 10px;
}
.m15 {
margin-bottom: 15px;
}
.m25 {
margin-bottom: 25px;
}
.m30 {
margin-bottom: 30px;
}
.p30 {
padding-bottom: 30px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt30 {
margin-top: 30px;
}

/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}
	

#footer {
color:#805B38;
font-weight:bold;
margin:0px auto;
text-align: center;
}
	
#es_menu {
clear:both;
margin:0 auto 17px;
padding:0;
width:820px;
height:25px;
overflow:hidden;
font-size:12px;
}
#es_menu li {
list-style:none;
float:left;
margin: 7px 0;
padding:0px 19px;
font-size:100%;
border-left: 1px solid #FFF;
line-height:100%;
}
#es_menu .firstChild {
border:none;
}
#es_menu a {
text-decoration: none !important;
}
#es_menu a:hovers {
text-decoration: underline !important;
}

