@charset "utf-8";

/*==================================================
*
* 要素の初期化
*
==================================================*/

/*--------------------------------------------------
* ブロック要素
--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	_font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; /* IE6 */
	font-size: 12px;
	_font-size: 75%; /* IE6 */
	text-align: center;
	background: #F2F2F2;
}

*:first-child+html body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; /* IE7 */
	font-size: 75%; /* IE7 */
}

h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,table,th,td,form,p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

li {
	list-style: none;
}

address {
	font-style: normal;
}


/*--------------------------------------------------
* インライン要素
--------------------------------------------------*/
img {
	vertical-align: top;
	border: 0;
}

strong {
	color: #F00;
}

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

a:link,
a:visited {
	color: #0484B6;
}

a:hover,
a:active {
	color: #2AD;
}