@charset "UTF-8";

/* ===================================================================

 基本設定

=================================================================== */




/* ============
 タグの初期設定
===============*/
body {
	background-color: #FFFFFF;
	font-size: 90%;
	/*color: #333333;*/
	font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,input,textarea,select,fieldset,legend {
	margin:0;
	padding:0;
}
img {
	border: none;
	vertical-align:bottom;
}
p,li,address,table,dt,dd{
	line-height: 150%;
}
ul,ol{
	list-style: none;
}






/* ============
 リンクの初期設定
===============*/
a:link {
	color: #0a4b9d;
	text-decoration: underline;
}	
a:visited {
	color: #0a7bcd;
	text-decoration: underline;
}	
a:hover {
	color: #0a7bcd;
	text-decoration: none;
}


/* ============
 間隔
===============*/
.top0 {
	margin-top: 0px !important;
}
.top5 {
	margin-top: 5px !important;
}
.top10 {
	margin-top: 10px !important;
}
.top20 {
	margin-top: 20px !important;
}
.top30 {
	margin-top: 30px !important;
}



.noscript {
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	line-height: 150%;
}
