*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}
body {
	overflow-y:scroll;
	margin: 0px;
	padding: 0px;
	background-color: #efecd2;
}
.j10 {
	font-size: 11px;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
}
.j10w {
	font-size: 11px;
	line-height: 1.6em;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.j10cap {
	font-size: 11px;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.j11 {
	font-size: 12px;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
}
.j12 {
	font-size: 12px;
	line-height: 2.0em;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.j13 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.e10 {
	font-size: 11px;
	line-height: 140%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.e10w {
	font-size: 11px;
	line-height: 135%;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.e10cap {
	font-size: 11px;
	line-height: 125%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.e11 {
	font-size: 12px;
	line-height: 135%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.e12 {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.e13 {
	font-size: 15px;
	line-height: 125%;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
}
h1,h2,h3,h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */


