@charset 'UTF-8';

/* * html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); } */

* {
	margin: 0;
	padding: 0;
	border:0;
	border-collapse:collapse;
}

body { 
	text-align: center;
	font-size:100%;
	font-family : 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'MS PGothic', 'ＭＳ Ｐゴシック', Meiryo, 'メイリオ', sans-serif ;
	color: #080808;
	background-color: #fff;
	background-image: url(site_bg.gif);
	background-repeat:repeat-x;
}

a:link {
	text-decoration: underline;
	color: #B7151C;
}
a:visited {
	text-decoration: underline;
	color: #B7151C;
}
a:hover {
	text-decoration: underline;
	color: #eb1922;
}
a:active {
	text-decoration: underline;
	color: #eb1922;
}


h1{
	font-size:100%;
	line-height: 100%;
}

h2{
	font-size:100%;
	line-height: 100%;
}

h3{
	font-size:100%;
	line-height: 100%;
}
h4{
	font-size:100%;
	line-height: 100%;
}
h5{
	font-size:100%;
	line-height: 100%;
}
h6{
	font-size:100%;
	line-height: 100%;
}

em {
	font-style:normal;
}
strong {
	font-style:normal;
	font-weight: bold;
}

address{
	font-style:normal;
}

