@charset "utf-8";
/* CSS Document */

body {
	background: #000066;
	text-align: center;
}

#page {
	line-height: 1.3em;
	background: #006;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#page #headerArea #globalNavi ul li {
	float: left;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

#page #headerArea #globalNavi ul li a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

#page #headerArea #headerImg {
	clear: both;
	width: 850px;
}

#page #headerArea #headerImg #clubSub1 {
	background: url(../../club/img/top_club1.jpg);
	height: 250px;
}

#page #headerArea #headerImg #clubSub2 {
	background: url(../../club/img/top_club2.jpg);
	height: 250px;
}

#page #headerArea #headerImg #clubSub3 {
	background: url(../../club/img/top_club3.jpg);
	height: 250px;
}

#page #headerArea #headerImg #infoSub1 {
	background: url(../../info/img/top_info1.jpg);
	height: 250px;
}

#page #headerArea #headerImg #infoSub2 {
	background: url(../../info/img/top_info2.jpg);
	height: 250px;
}

#page #headerArea #headerImg #infoSub3 {
	background: url(../../info/img/top_info3.jpg);
	height: 250px;
}

#page #headerArea #headerImg #restSub1 {
	background: url(../../rest/img/top_rest1.jpg);
	height: 250px;
}

#page #headerArea #headerImg #restSub2 {
	background: url(../../rest/img/top_rest2.jpg);
	height: 250px;
}

#page #headerArea #headerImg #memberSub1 {
	background: url(../../member/img/top_member1.jpg);
	height: 250px;
}

#page #headerArea #headerImg #memberSub2 {
	background: url(../../member/img/top_member2.jpg);
	height: 250px;
}

#page #headerArea #headerImg #memberSub3 {
	background: url(../../member/img/top_member3.jpg);
	height: 250px;
}

#page #headerArea #headerImg #memberSub4 {
	background: url(../../member/img/top_member4.jpg);
	height: 250px;
}

#page #headerArea #headerImg #memberSub5 {
	background: url(../../member/img/top_member5.jpg);
	height: 250px;
}

#page #headerArea #headerImg #memberSub6 {
	background: url(../../member/img/top_member6.jpg);
	height: 250px;
}

#page #headerArea #headerImg #accessSub1 {
	background: url(../../access/img/top_access1.jpg);
	height: 250px;
}

#page #headerArea #headerImg #accessSub2 {
	background: url(../../access/img/top_access2.jpg);
	height: 250px;
}

#page #headerArea #headerImg #subNaviDummy {
	height: 213px;
}

#page #headerArea #headerImg #subNavi {
	height: 60px;
}

#page #headerArea #headerImg #subNavi ul {
	float: right;
}

#page #headerArea #headerImg #subNavi ul li {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}

#page #headerArea #headerImg a:hover img.hoverimg{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

#page #contentsArea {
	margin-top: 10px;
	clear: both;
}

h2 {
	color: #FFF;
	margin-bottom: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #FFF;
	border-left: 5px solid #FFF;
	height: 20px;
	padding-top: 5px;
	background: #006;
	font-size: 1.2em;
	font-family: "・ｭ・ｳ 繧ｴ繧ｷ繝・け", "MS Gothic", "Osaka・咲ｭ牙ｹ・, Osaka-mono, monospace;
}

#page #contentsArea #topix {
	float: left;
	height: 526px;
	width: 630px;
	background: url(../../img/topixback.jpg);
}

#page #contentsArea #topix #topicDtl {
	background: url(../../img/topixback.jpg);
	width: 630px;
	height: 474px;
}

#page #contentsArea #topix dl {
	line-height: 1.4em;
	padding: 7px 5px 1px 12px;
}

#page #contentsArea #topix dl dt {
	color: #F00;
}

#page #contentsArea #topix dl dd {
	margin-top: -1.4em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 3.5em;
	border-bottom: 1px dotted #999;
	color: #060;
}


#page #contentsArea #sideContents {
	float: right;
	width: 200px;
	/* [disabled]margin-top: 23px; */
	text-align: center;
	margin-bottom: 5px;
	background: #036;
	padding-top: 5px;
	padding-bottom: 5px;
}

#page #footerArea {
	clear: both;
	border-top: 1px solid #CCC;
}

.topixscrollbar {
	overflow:auto;
	width:585px;
	height:370px;
	padding: 5px 10px 5px 5px;
}

/* 枠つきテーブルの共通スタイル */
table.com_tbl {
	border-top:1px solid #CC9900;
	border-left:1px solid #CC9900;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
.com_tbl th{
	border-right:1px solid #CC9900;
	border-bottom:1px solid #CC9900;
	background-color: #EEDDCC;
	padding:0.3em 1em;
	text-align:center;
}
.com_tbl td{
	border-right:1px solid #CC9900;
	border-bottom:1px solid #CC9900;
	padding:0.3em 1em;
}
