@charset "Shift_JIS";



/* format
------------------------------------------------------------ */

*{
	margin:0;
	padding:0;
}
h1 {
	float: left;
}
h2 {
	float: right;
}

h3 {
	padding-bottom: 10px;
}
h4 {
	margin-bottom: 5px;
	margin-top: 20px;
}
h5 {
	margin-top: 20px;
	margin-bottom: 5px;
}
body {
*font-size: small;
*font: x-small;
	font-size: 13px;
}
p{
	margin:0;
	line-height:160%;
}
ul{
	list-style:none;
}
li{
	line-height:150%;
}
th,td{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	line-height:160%;
}
/*--変更後--*/
img{
	vertical-align:top;
	border:none;
	margin-top:0px;
}

.clr{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:100%;
	font-size:0;
}


/* link
------------------------------------------------------------ */
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}

/*ランキング速報　リスト
------------------------------------------------------------ */
#ranking01 {
	width: 700px;
	float: right;
	padding-bottom: 20px;
}
#ranking01 li {
	list-style-type: none;
	float: left;
	color: #6C6C6C;
	font-size: 12px;
	margin-right: 0px;
	margin-left: 5px;
	padding-top: 15px;
}
#ranking01 li a {
	border-right: 2px solid #7E7E7E;
	white-space: nowrap;
	text-indent: 1px;
	padding-right: 8px;
	line-height: 1em;
}
.rankingFirst {
	float: left;
	background-color: #333333;
	height: 20px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 20px;
	width: 60px;
	padding-top: 3px;
	margin-right: 10px;
}
/*ランキング速報　リスト02
------------------------------------------------------------ */
.ranking02 {
	width: 700px;
	float: right;
}
#ranking02 li {
	list-style-type: none;
	float: left;
	color: #6C6C6C;
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 7px;
	margin-left: 5px;
}
#ranking02 li a {
	border-right: 2px solid #7E7E7E;
	line-height: 1em;
	white-space: nowrap;
	text-indent: 1px;
	padding-right: 8px;
}
.areaTitle01 {
	width: 700px;
	font-size: 14px;
	border-bottom: 1px solid #A1A1A1;
	font-weight: normal;
	padding-top: 10px;
	color: #333333;
}
.areaTitle {
	font-size: 14px;
	border-bottom: 1px solid #A1A1A1;
	font-weight: normal;
	padding-top: 10px;
	color: #333333;
}



/* layout
------------------------------------------------------------ */

#container{
	text-align:left;
	width:950px;
	margin:0 auto;
	padding-top: 0px;
	clear: none;
}
#header{
	width:930px;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	height: 90px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

/* topメインしたボタン配置
------------------------------------------------------------ */
#mainBtn
 {
	width: 700px;
	margin-top: 20px;
}
.leftBtn {
	float: left;
	width: 225px;
}
#centerBtn {
	float: left;
	width: 225px;
	padding-left: 13px;
}
#rightBtn {
	　
	float: right;
	float: right;
	width: 225px;
}
#sideNavi {
	float: left;
	width: 200px;
	background-color: #000000;
	margin-bottom: 10px;
}
#contents{
	width:936px;
	background-image: url(images/navi_bg.jpg);
	background-repeat: repeat-y;
}
#main-top {
	float: right;
	width: 720px;
}
#main-top

/* table
------------------------------------------------------------ */
 table {
	border-collapse:collapse;
	margin-top: 15px;
}

/* foot
------------------------------------------------------------ */
#footer {
	width: 940px;
	background-image: url(images/footer_line.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 15px;
}
#copyright {
	clear: both;
	width: 950px;
	height: 18px;
	background-color: #000000;
}
#copyright p {
	float: right;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.h2bg {
	background-image: url(../2011masters/images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	font-size: 18px;
	padding-top: 15px;
	padding-left: 65px;
	padding-bottom: 10px;
}



/* etc
------------------------------------------------------------ */
br.clr{
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	clear:both;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	position:relative;
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.space-both {
	padding-top: 10px;
	padding-bottom: 10px;
}
.space-btm20 {
	padding-bottom: 20px;
}
.space-top20 {
	padding-top: 20px;
}
.space-top10 {
	padding-top: 10px;
}
.space-both20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.space-top40 {
	padding-top: 40px;
}

