html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y:scroll;
	background:url(../images/bg.gif) repeat;
}

body{
	margin:0px auto;
	padding:0;
	background-color:#a5d4ad;
	background:url(../images/bg.gif) repeat;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;
}

p{
	font-size:12px;
	line-height:1.5em;
	color:#505050;
	margin:0 0 0.5em 0;
	padding:0;
}

/*小文字*/
p.t10{
	font-size:10px;
	line-height:1.5em;
}

a:link {
font-size:12px;
color:#6b441a;
text-decoration: none; 
}

a:active {
font-size:12px; 
color:#6b441a;
text-decoration: none; 
}

a:visited {
font-size:12px; 
color:#6b441a;
text-decoration: none; 
}

a:hover {
	font-size:12px;
	color:#B5742D;
	text-decoration: none;
}

hr{
	color:#CCCCCC;
}

img{
	border:none;
}

