/*==================================================================文字コード設定*/
@charset "UTF-8";
/*================================================================== ボディスタイル */
#body {
	float: left;
	height: auto;
	width: 100%;
}
/*================================================================== レイアウトスタイル */
.orange_8pt {
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	color: #FF6600;
}
.LC_Contents h3 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: underline;
}
.LC_Contents p {
	padding: 0px;
	display: block;
	margin: 0px;
}
/*================================================================== ボックススタイル */

#topbar {
	height: 50px;
	width: 950px;
	float: left;
	background-image: url(../images2/jh_rinen/rinen_topbar.png);
	background-repeat: no-repeat;
}
#leftCont {
	float: left;
	height: auto;
	width: 32%;
}
#centerCont {
	float: left;
	height: auto;
	width: 35%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display:inline;
}
.rightCont {
	float: left;
	height: auto;
	width: 31%;
}
.rightCont img {
	display: block;
	float: left;
}
.newsContainer {
	float: left;
	height: auto;
	width: 329px;
	background-color: #666666;
	margin-top: 1px;
	margin-left: 7px;
	display:inline;
}
.LC_title {
	height: 30px;
	width: 300px;
	float: left;
}
.newIcon {
	float: left;
	height: 10px;
	width: 28px;
	margin-left: 5px;
	display:inline;
	padding-top: 5px;
}
.newsContainer {
	float: left;
	height: auto;
	width: 315px;
	margin-top: 5px;
}
.newsDate {
	float: left;
	height: auto;
	width: 75px;
	padding-right: 8px;
	text-align: right;
	color: #FFFFFF;
	font-size: 8.5pt;
	padding-top: 5px;
}
.newsInfo {
	float: left;
	height: auto;
	width: 185px;
	text-align: left;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	background-color: #CCCCCC;
	font-size: 9pt;
	padding-right: 5px;
	line-height: 13pt;
	padding-top: 2px;
	padding-bottom: 5px;
}
.leftCont_container {
	float: left;
	height: auto;
	width: 300px;
	background-repeat: no-repeat;
	background-image: url(../images2/index/infoBottom.jpg);
	background-position: bottom;
	padding-bottom: 20px;
}
.LC_title {
	padding-top: 8px;
	height: 25px;
	width: 256px;
	padding-left: 24px;
	padding-right: 20px;
	font-size: 11pt;
	color: #003300;
	font-weight: bold;
	background-image: url(../images2/index/infoTop.jpg);
}
.LC_title h1 {
	height: 26px;
	width: 250px;
	font-size: 11pt;
	color: #003300;
	font-weight: bold;
	background-image: url(../images2/index/infoBar.gif);
	margin: 0px;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.LC_Contents {
	float: left;
	height: auto;
	width: 260px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: left;
	line-height: 12pt;
}
/*================================================================== hacks */
* html #body {
	overflow:hidden;
}
* html .rightCont {
	overflow:hidden;
}
#latestInfo {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 1028px;
}
#clubHistory {
	text-align: left;
	width: 615px;
	position: absolute;
	left: 0px;
	top: 1577px;
	height:600px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 10px;
}
#clubHistory table {
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
}
#clubHistory  th {
	background-color: #003300;
	text-indent: 1em;
	width: 150px;
	text-align: left;
}
#clubHistory td {
	background-color: #E8E8E8;
	padding-right: 10px;
}
#clubHistory table p {
	margin: 0px;
}
#clubHistory a {
	color: #FFFFFF;
}
#wrapper #mainContents #body .rightCont #os09 {
	top: -50px;
	position: relative;
}
#wrapper #mainContents #body #clubHistory table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
#clubHistory table th        {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#clubHistory table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
