@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-repeat: no-repeat;
	background-color: #000000;
	background-image: url(../new_images/back.jpg);
	background-position: center 0%;
}
a:visited{
	text-decoration: none;
	color: #3E3A39;
}
a:link{
	text-decoration: none;
	color: #3E3A39;
}
a:hover{
	text-decoration: underline;
	color: #3E3A39;
}
a:active{
	text-decoration: none;
	color: #000;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}
.align_right{
	text-align: right;
}
.align_center{
	text-align: center;
}
