@charset "utf-8";

*{margin:0; padding:0; font-style:normal;}

html {
	overflow-y:scroll;
	margin:0; 
	padding:0;
}

body {
	font-size:82%;
	text-align:center;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Verdana, Arial, Helvetica, sans-serif;
	line-height:1;
	-webkit-text-size-adjust: none;
	background-image: url(../images/body-bk.png);
	background-repeat: repeat-x;
}


/* for IE6 */
*html body {
	font-family:"ＭＳ Ｐゴシック"; 	
}
	
/* for IE7 */
*:first-child+html body {
	font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

a img {
	border:none;
}

ul {
	list-style:none;
}
.clear {
	clear:both;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1;
}

a:link {
	text-decoration: none;
	color: #4da8f2;
}
a:visited {
	color: #4da8f2;
	text-decoration: none;
}
a:hover {
	color: #4da8f2;
	text-decoration: underline;
} 
a:active {
	text-decoration: underline;
	color: #4da8f2;
} 

a.ver2:link {
	text-decoration: none;
	color: #C19059;
}
a.ver2:visited {
	color: #C19059;
	text-decoration: none;
}
a.ver2:hover {
	color: #F903A1;
	text-decoration: underline;
} 
a.ver2:active {
	text-decoration: underline;
	color: #FF0000;
} 
