@charset "utf-8";
/* CSS Document */


/*	Reset

----------------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}


/*	Base Setting

----------------------------------------------------*/
body,
div,form,
h1,h2,h3,h4,h5,h6,p,address,pre,
dl,dt,dd,ul,ol,li {
	border:none;
	font-size:100%;
	font-style:normal;
}

body {
	background:#fff;
	color:#211111;
	font:12px/1.5 verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html* body {/*Safari + IE5.5-6*/
	font-size:11px;
}

* html body {/*IE5.5-6*/
	font-size:75%;
}

*:first-child+html body {/*IE7*/
	font-size:75%;
}

hr {
	display:none;
}

h1,h2,h3,h4,h5,h6,dt,th,
strong,em {
	font-style:normal;
	font-weight:bold;
}

li {
	list-style:none;
}

img {
	margin:0;
	padding:0;
	border:none;
}

table {
	border-collapse:collapse;
}

input {
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}

/*	Base Link Color Setting

----------------------------------------------------*/

a:link {
	color:#3333cc;
	text-decoration:underline;
}

a:visited {
	color:#800080;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#5555FF;
}

a:hover {
	text-decoration:none;
}
