@charset "utf-8";

/*=============================================

	raijin.com - reset.css
	
	created: 2012/04/1

=============================================*/

/* -------------------------------------------------------------------------------
  HTML Reset
--------------------------------------------------------------------------------*/

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

fieldset,img{
	border:0;

}

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

li{
	list-style:none;
}

caption,th{
	text-align:left;
}

q:before,q:after{
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

br{
	letter-spacing: normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

legend{
	color:#000000;
}


/* -------------------------------------------------------------------------------
  general tags setting
--------------------------------------------------------------------------------*/

html{
	height:100%;
}

body {
	background: #ffffff;
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height:1.66em;
	color: #000000;
	text-align: center;
}

a:link {
	color: #004098;
	text-decoration: none;
}

a:visited {
	color: #004098;
	text-decoration: none;
}

a:hover {
	color: #0c71b4;
	text-decoration: underline;
}

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

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}