
/* CSS Document */

/* 共通 */

html,body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#000000;
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(../index_images/background.gif);
	background-repeat:repeat-y;
	text-align:left;
	line-height:1.3;
}

a {
	color: #000000;
	outline: none;
}

a:link {
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}


a:active {
	text-decoration: none;
	color: #999900;

:focus{
	-moz-outline-style: none;
}
