@charset 'UTF-8';

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

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

body { 
	text-align: center;
	font-size:100%;
	font-family : 'Hiragino Kaku Gothic Pro-W3', 'ヒラギノ角ゴ Pro W3', 'MS PGothic', 'ＭＳ Ｐゴシック', Meiryo, 'メイリオ', sans-serif ;
	color: #333;
	background-color: #e7dde7;
}

a:link { text-decoration: underline; color: #0150e2; }
a:visited { text-decoration: underline; color: #0150e2; }
a:hover { text-decoration: underline; color: #EE0012; }
a:active { text-decoration: underline; color: #EE0012; }


h1{
	text-align: left;
	font-size:1.2em;
	line-height:1em;
	margin:0;
	padding:0.5em;
	color:#1b3f64;
	background-color:#eeecf3;
	border-bottom:1px solid #1b3f64;
	background-image: url(../images/h1_bg.gif);
	background-repeat:repeat-x;
}

h2{
	margin: 1em 0 0;
	padding:0;
	font-size:108%;
	color:#7f2d00;
}
h3{
	margin: 1em 1em 0;
	font-size:1em;
	color:#699902;
}

h4{
	margin: 1em 1em 0;
	font-size:1em;
}

h5{
	margin: 1em 1em 0;
	font-size:1em;
}

h6{
	margin: 1em 1em 0;
	font-size:1em;
}

em{ color:#f03; font-style:normal; }
hr { color: #c0c0c0; background-color: #c0c0c0; height: 1px; overflow: hidden; margin: 10px 10px 5px; padding: 0; border-color: #c0c0c0; border-width: 0; }

address{
	font-style:normal;
}

