@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	background-color: #fff;
	margin:0px;
}

table,img { border:0;}

a,
a:link,
a:visited,
a:active {
	text-decoration:none;
	color: #162579;
}


a:hover {
	text-decoration:none;
	color: #8D3533;
}

ul,li {
	list-style:none;
}
.text {
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #94B9E7;
	border-right-color: #BDD1E8;
	border-bottom-color: #BDD1E8;
	border-left-color: #94B9E7;
	padding-top: 2px;
	padding-bottom: 2px;
}
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
}
#top {
	display: block;
	height: 90px;
	width: 180px;
	float: left;
	text-indent: -9999px;
}

