@charset "UTF-8";
/* CSS Document */
*{
	font-size : 100%;
	color: #000000;
	line-height : 1.6;
}


body {
	font-size : 85%;
	padding: 0 0;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

#catch {
	color: #6699CC;
	font-size: 11px;
}

.orange {
	color:#FF9900;
}

.gray {
	color:#666666;
}

.copy {
	font-size: 80%;
}

