@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	margin-bottom:1px;
}
body{
	margin: 0;
	height:100%;
	background-image:url(../Img/Other/Background.jpg);
	background-repeat:repeat-x;
	background-position: top;
	text-align:center;
	font-size:12px;
	color:#666666;
	line-height:1.3em;
}
img {
    border-style:none;
}
a:link{
	color: #416CCA;
}
a:hover{
	color: #3300CC;
}
a:active{
	color: #996600;
}
a:visited{
	color: #996699;
}

h1{
	font-size: 11px;
	margin:0 0 3px 0;
	padding: 0px;
	font-weight: bold;
}
p,h2{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
hr{
	height: 1px;
	border: none;
	border-top: 1px #FFFFFF dashed;
}
/*---------------ページ全体のブロック設定---------------*/

#pan{
	height:30px;
	margin:9px 0 0 60px;
}
#inner {
	width:688px;
	text-align:left;
	margin: 0 auto;
	padding:0;
}
#header{
	height:45px;
	padding: 33px 0 0 65px;
}
#footer{
	height:43px;
	background-image:url(../Img/Other/BackgroundFooter.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:top;
	margin: 20px auto 0 auto;
	padding:0;
}
.flash{
	text-align:center;
	margin:0;
}
.floatclear{
	clear:both;
}
.alignleft{
	text-align:left;
}
/*---------------Spacer.gif設定---------------*/
.sp3{
	height:3px;
	width:1px;
	background-image:url(../Img/Other/Spacer.gif);
}
.sp5{
	height:5px;
	width:1px;
	background-image:url(../Img/Other/Spacer.gif);
}
.sp7{
	height:7px;
	width:1px;
	background-image:url(../Img/Other/Spacer.gif);
}
.sp9{
	height:9px;
	width:1px;
	background-image:url(../Img/Other/Spacer.gif);
}
/*---------------fontサイズ設定---------------*/
.fsize10{
	font-size:10px;
}
.fsize11{
	font-size:11px;
}
.fsize15{
	font-size:15px;
}
.fsize20{
	font-size:20px;
}
/*---------------font寄せ設定---------------*/
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
/*---------------カラー設定---------------*/
.redbold{
	color:#FF0000;
	font-weight:bold;
}

.gray10{
	color:#999999;
	font-size:10px;
}
/*---------------マージン設定---------------*/
.marginleftbottom10{
	margin: 3px 0 10px 10px;
}
/*---------------テーブル設定---------------*/
.nostyle{
	background:none;
	border:none;
}
