/*----------------------------------------
	クリアフィックス設定
----------------------------------------*/
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
/* -----背景設定----- */
body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#main {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	color: #FFFFFF;
}

div#main .f01{
	font-size: 18px;
	vertical-align: middle;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

div#main .f02{
	font-size: 10px;
	color: #CCCCCC;
	vertical-align: middle;
}

div#main .f03{
	margin-right: 10px;
	margin-left: 10px;
}

/* -----ヘッダー----- */
div#header1 {
	text-align: left;
	width: 960px;
	clear: both;
	vertical-align: bottom;
}
div#header1 .f01{
	font-size: 18px;
	vertical-align: middle;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

div#header1 .left{
	width: 470px;
	float: left;
	vertical-align: middle;
	padding: 5px;
	padding-top: 5px;
	padding-left: 5px;}

div#header1 .right{
	width: 470px;
	float: right;
	text-align: right;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

div#header2 {
	text-align: left;
	width: 960px;
	clear: both;
	vertical-align: bottom;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	height: 30px;
}

div#header2 .left{
	width: 460px;
	float: left;
	vertical-align: bottom;
	text-align: left;
}

div#header2 .right{
	width: 460px;
	float: right;
	text-align: right;
	vertical-align: bottom;
}

/* -----flash----- */
div#cont {
	background-color: #000000;
	vertical-align: bottom;
	height: 535px;
}

/* -----メニュー部分----- */
div#menu {
	background-image: url(../img/menu_bar.jpg);
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 960px;
	padding-top: 10px;
	line-height: 10px;
	background-repeat: no-repeat;
}
div#menu_bar {
	background-image: url(../img/menu_bar.jpg);
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 960px;
	padding-top: 10px;
	line-height: 10px;
	background-repeat: no-repeat;
}

div#menu a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

/* -----htmlコンテンツ部分----- */
div#subcont {
	background-image: url(../img/index_bg.jpg);
	background-repeat: repeat;
	width: 930px;
	padding: 15px;
	text-align: center;
	background-position: center;
	font-size: 10px;
}

div#subcont .middle{
	vertical-align: middle;
	clear: both;
	text-align: center;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#subcont .middle p {
margin: 0px 20px 1em 20px;
font-size:100%;
line-height:110%;
}
div#subcont .middle2{
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFD00;
}
div#subcont .middle3{
	text-align: right;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}
div#subcont .middle4{
	text-align: right;
	clear: both;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
div#subcont .middle4 a{
	color: #FFFFFF;
    text-decoration: none;
}

table#table-01 {
	border-collapse: collapse;
	border-spacing: 3;
	font-color: #FFFF66;
	font-size: 14px;
	width: 900px;
	text-align: center;
}

table#table-01 td {
	text-align: center;
	font-color: #FFFF66;
	vertical-align: top;
}

hr {
	background-color: #FFFFFF;
	border: 1px none #FFFFFF;
	height: 1px;
}

/* -----htmlコンテンツ部分----- */
div#footer {
	width: 960px;
	font-size: 12px;
	padding-top: 5px;
	margin-top: 10px;
}

div#photo-box {
	text-align: center;
}

div#clearboth{
	clear: both;
}
