@charset "Shift_JIS";

/*===全体のスタイル初期化===*/
body,img,table,tr,th,td,p,ul,ol,dl,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,address{
	border:0px;
	margin:0px;
	padding:0px;
}

div{display:block;}
img{display:block;}
ul{list-style-type:none;}
li{list-style-type:none;}

/*===デフォルトフォントサイズと行間高さ===*/

/* IE 6 & 7 */
body{
	font-size:100%;
	line-height:1.30;
}
/*Modern Browser*/
html>/**/body{
	font-size:16px;
	line-height:1.30;
}

/*=====body=====*/
body{border-top:2px solid #ef8294; text-align:center;}

/*===フォント===*/
body{color:#444;}

/*===アンカー===*/
a:link,
a:visited{
	color:#3683be !important;
	text-decoration:none !important;
}
a:hover,
a:active{
	color:#3683be !important;
	text-decoration:underline !important;
}

a.bk:link,
a.bk:visited{
	color:#444 !important;
	text-decoration:none !important;
}
a.bk:hover,
a.bk:active{
	color:#3683be !important;
	text-decoration:underline !important;
}


