@charset "shift_jis";

/*basestyle
-------------------------------------------------------*/
body {
	text-align: center;
	color: #333333;
	font-size: small;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',verdana,'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
	background: #A6CAE8 url(../../images/bodybcg.gif) repeat-y center top fixed;
}


* {
	margin: 0px;/*reset*/
	padding: 0px;/*reset*/
}

hr  {
	display:none
}

a:link, a:visited {
	color: #003399;
}

a:hover {
	color: #CC0000;
}
a:active {
	color: #660099;
}

a img {
	border: none;
}

.clear {
	height: 0;
	clear: both;
	font-size: 0;
}
