@charset "UTF-8";
/* CSS Document */

html, body{
	width:100%;
	height:auto;
	min-height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "ヒラギノ丸ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F7FFFF;
}
a:visited{
	text-decoration: none;
	color: #666;
}
a:link{
	text-decoration: none;
	color: #666;
}
a:hover{
	text-decoration: underline;
	color: #666;
}
a:active{
	text-decoration: none;
	color: #595757;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}
.align_right{
	text-align: right;
}
.align_center{
	text-align: center;
}
