@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size: 11.5pt;
	letter-spacing: 0.02em;
     text-align:center;
}
body,h1,h2,h3,h4,h5,h6,td,th,div,p,input,textarea,pre,ul,ol,li,address{
	color:#5A3E1C;
	line-height:1em;
	font-family:游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,pre,input,textarea{
	line-height:2em;
	margin:0px;
	padding:0px;
	text-align:left;
}
form,pre,input,textarea{
	line-height:1em;
	margin:2px;
	padding:2px;
	text-align:left;
	font-size: 1em;
}
select,textarea{
	font-size: 1em;
}


p{margin:6px 0 6px 0;}
li{list-style:none;}
dt{font-weight:bold;}
p,li,dt,dd,th,td,address{line-height:2em;}
address{font-style:normal;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table,img{border:0;}
table td{ vertical-align:top; text-align:left;}
table th{ vertical-align:middle; text-align:center;}
table th, table td{
	padding:8px;
}
img{ vertical-align:middle;}
img {
    border: medium none;
    height: auto;
}
img, object, embed {
    max-width: 100%;
}
a:hover img.hoverImg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
  
fieldset{ margin:0; padding:0; border:0;}
strong {
	color: #3C3;
}

a:link{
	color:#339900;
}
a:visited{
	color:#694536;
}
a:hover{
	color:#003400;
	text-decoration: none;
}
a:active{
	color:#A9BCCF;
}
a:focus{
	outline:none;
	color:#789C8C;
}
.none{display:none;}
.clear{clear:both;}

/* clearfix
------------------------------------------------------------ */
.clearfix:after {
	display:block; 
	height:0; 
	clear: both;
	visibility: hidden;}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
