@charset "utf-8";

/*========================================*
*　■reset
*========================================*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #000;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


address, div, del, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, dl, dt, dd, p, img, strong, em, span, blockquote, q {
	margin: 			0;
	padding:			0;
	border:				none;
	font-size: 			1em;
	font-style: 		normal;
	font-weight: 		normal;
	vertical-align:		top;
}

table, tr, th, td{
	font-size: 1em;
	margin:				0;
	padding:			0;
	border:				0 none;
	border-spacing:		0;
	border-collapse:	collapse;
}

/*--- anchor ---*/

a {
	color: #66ccff;
	text-decoration: underline;
}
a:hover{
	color: #F69;
	text-decoration: underline;
}
a img {text-decoration: none;border-style: none;}


strong{
	font-weight: bold;
}

/*IE用ラジオボタン*/
input{
	vertical-align: top;
}
* html input{vertical-align: middle;}
*+html input{vertical-align: middle;}

ul, ol, li, dl, dt, dd {
	list-style: none;
}

body, div,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
p, address, blockquote, pre, cite, code, caption,
form, fieldset, legend, input, textarea, select, option, label {
}


