/* CSS Document */



/* -----------------------------------------
common
------------------------------------------*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
body.msie {
	font-size: 62.5%;
}
body.win {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
td {
	font-size: 12px;
	color: #000000;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover {
	color: #3379CC;
	text-decoration: underline;
}
.fonts {
	font-size: 11px;
}
.red {
	font-size: 12px;
	color: #FF0000;
}
.orange {
	color: #FF6600;
	font-size: 12px;
}
.fontss {
	font-size: 10px;
}
.grey {
	font-size: 12px;
	color: #666666;
}
.title14 {
	font-size: 14px;
	line-height: normal;
}
hr {
	border: none;
	border-top: 1px #444444 solid;
}

/* -----------------------------------------
footer
------------------------------------------*/

#footer {
	margin: 10px 0 20px;
	border-top: solid 1px #CCCCCC;
}

	#credit {
	margin: 0;
	text-align: center;
	padding: 10 0px 0;
	}

	#ad {
	margin: 0;
	text-align: center;
	padding: 10 0px 0;
	font-size: 11px;
	}
	
	#gototop {
		margin: 0;
		float: right;
	}
