@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-x: hidden;
	background-color: #FFFFFF;
}
table {
	background-color: #FFFFFF;
	font-size: 90%;
	line-height: 130%;
	color: #666666;
	text-align: left;
}
.dott3 {
	background-image: url(../images/common/dott03.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
body{
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Pゴシック", "MS PGothic", Osaka, sans-self, Verdana, Arial, Helvetica;
	font-size:80%;/*文字サイズ*/
	line-height: 160%;
	color: #FFFFFF;
}
a{/*リンク全体*/
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
} /* :linkが付いているとvisited指定してなくても訪問済はユーザー色になる */
a:visited { color: #990033;} /*既訪問*/
a:hover {
	color: #FF6600
	text-decoration: none;
	color: #0000FF;
	text-decoration: underline;
} /*ホバー(オンマウス)*//* 文字を動かす時はhoverで potision: absolute; top: 1px; left: 1px; とか */
a:active {
	color: #0066CC;
	text-decoration: underline;
} /*接続中*/
