@charset "UTF-8";

/*
styleName:  reset.css
Auther:    EarlyStone
Since:     2009.08.07
Modified:  2010.03.03
*/

/* browzer reset */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,
textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

abbr,acronym {
	border: 0;
}

address,caption,cite,code,dfn,em,
strong,th,var {
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* body style */
body {
	background-color: #ffffff;
	line-height: 1.5;
	color: #000000;
	font-size: 13px/1.231;
	*font-size: small;/* IE全般はsmall */
	/**font: small; IE 6/7後方互換モードはsmall */
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, Arial, Helvetica Neue, sans-serif;
	text-align: center;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #333333;
}

a:focus {
	color: #333333;
}

a:active {
	color: #333333;
}
