@charset "utf-8";
/* CSS Document */
body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	background-color:#000000;
	text-align:center;
}
.main{
	width: 780px;
	margin-left:10px;
	margin-right:10px;
	background-color:#5F2E4D;
	border: 1px solid #AB8C1F;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
}
a {
	color: #6699FF;
	text-decoration: none;
}
p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
}
.font1 {
	font-size:16px;
	font-weight:bold;
}
h1 {
	clear: both;
	font-size: 12px;
	letter-spacing: 2pt;
	color: #CCCCCC;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px;
}
h2 {
	clear: both;
	font-size: 15px;
	color: #CCCCCC;
	text-align: left;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5C557;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #E5C557;
	padding: 2px 2px 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5C557;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	clear: both;
	font-size: 13px;
	color: #CCCCCC;
	text-align:center;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5C557;
}
h4 {
	clear: both;
	font-size: 13px;
	color: #FFFFFF;
	text-align:left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5C557;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear{
	clear: both;
	margin-top:5px;
	margin-bottom:5px;
}
/* ///// 汎用クラス ///// */
table.menu {
}
.floatLeft {
	clear: both;
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	display:inline;
}
.floatRight {
	clear:left;
	float:right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
}
.floatRightTe {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	letter-spacing: 0.1em;
	margin-left: 55%;
	margin-right: 10px;
	margin-bottom:10px;
	padding-left: 5px;
	padding-right: 5px;
}
.footer {
    clear: both;
	margin-top:10px;
	height:35px;
	font-size:10px;
	color:#333399;
	text-align:left;
	background-image:url(images/foter_images.png);
	padding:3px 5px 2px 5px;
}
