@charset 'UTF-8';
/* CSS Document */

body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Osaka', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 0.9em;
	line-height:1.7em;
	color:#333333;
	background-color: #000;
	background-image:url(../images/backgroung2.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	border-width:0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color:#1d57cd;
}
a:visited {
	color:#113d98;
}
a:hover {
	color:#2b4b8d;
	text-decoration: none;
}
a:active {
	color:#2b4b8d;
}
img {
	border-width:0px;
}
th, td, form {
	font-family:'ヒラギノ角ゴ Pro W3', 'Osaka', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 0.9em;
	line-height:1.7em;
	background-color:transparent;
	font-weight: normal;
}
p {
	font-family:'ヒラギノ角ゴ Pro W3', 'Osaka', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 0.9em;
	line-height:1.7em;
	margin:0 0 1.7em 0;
	padding:0;
}
#footer a {
	color:#333333;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.align_right {
	text-align:right
}
.valign_bottom{
vertical-align:text-bottom;
}
.float_left{
float:left;
}

