@charset "utf-8";

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	margin :0;
	padding: 0;
	background-image: url("../imgs/base_image/bg.gif");
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #9F1000;
}

h1,h2,h3,h4,h5,p {
	margin: 0 0 1.1em;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.4em;
}

h1,h2,h3,h4,h5 {
	line-height: 1.3;
	/* ------Mac IE 5対策------ \*/
	letter-spacing: 0.02em; 
	/* ------Mac IE 5対策------- */
}

p {
	font-size: 1.4em;
	line-height: 1.6;
	/* ------Mac IE 5対策------- \*/
	letter-spacing: 0.04em; 
	/* ------Mac IE 5対策------- */
}


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

br {
	letter-spacing:0;
}

ins {
	color: #CC0000;
}