* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	color: #000;
	background: #FFF url(../img/bg01.jpg) repeat-x;
	font: 13px/1.8 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h1,strong  {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
}
h2, h3, h4, h5 {
	font-style: normal;
	line-height: 1;
	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: 110%;
	border:1px solid #F3DCCA;
	padding: 3px;
	color: #600;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
input:focus {
	background: #FFF5F5;
}
textarea:focus {
	background: #FFF5F5;
}
li,ul ,ol,dl,dt,dd{
	list-style:none;
}
.smBox{
	cursor: pointer
}
.focus {
	color: #969696;
}
