* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	color: #000;
	background: #FFFFF8 url(../img/bg001.jpg) repeat-x;
	font: 13px/1.8 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,strong  {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.2;
	margin-bottom: 10px;
}
h2, h3, h4, h5 {
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
}
a img  {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: #F00;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
}
input, select, textarea{
	font-size: 200%;
	border:1px solid #E6E6DC;
	padding: 3px;
	color: #600;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: inset 2px 2px 3px #EBEBEB;
}
input:focus {
	background: #F5FFF5;
}
textarea:focus {
	background: #FFF5F5;
}
li,ul ,ol,dl,dt,dd{
	list-style:none;
}
.smBox{
	cursor: pointer
}
.smBoxA{
	cursor: auto
}
.focus {
	color: #969696;
}
