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

#bgm_back1 {
	background-image: url(../BGM/cus_img/bgm_back1.jpg);
	background-repeat: no-repeat;
}
#bgm_back2 {
	background-image: url(../BGM/cus_img/bgm_back3.jpg);
	background-repeat: no-repeat;
	background-position: 0% 105%;
}
#past_date {float: right;margin: 450px 58px 25px 0;line-height: 30px;width: 600px;padding-left: 10px;}
#past_date ul{width:260px;}
#past_date ul li{width:45px;margin:0 10px;}

#past_date a {
	text-decoration: underline;
	text-align: center;
	color: #002291;
}
#past_date .kongetsu{color:#FFA32E;font-weight:bold;}
#past_date_float_right  {
	float: right;
	margin-top: -120px;
}

#ranking {
	padding-top: 520px;

}


.month_back {
	float: left;
	margin-bottom: 60px;
	margin-left: 170px;
	margin-top: 150px;
}
.month {
	float: left;
	font-size: 50px;
	min-width: 30px;
	color: #0022A8;
	font-style: italic;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin-left: -90px;
	margin-top: 70px;
	padding-left: 15px;
}
.subtitle {
	float: left;
	margin-left: 50px;
	margin-top: 60px;
}
.font_red {
	margin-top: 305px;
	margin-bottom: 30px;
	font-size: 12px;
	text-align: left;
	margin-left: 70px;
	color: #FF2121;
}








table {
	text-align: left;
	width: 870px;
	margin:0 auto;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 50px;
	clear: both;
	color: #009;
}
table td{text-align:left;padding-left:20px;}
table td ol{padding-left:20px;}
table td ol li{margin-bottom:7px;font-size:15px;}
table td ol li:nth-child(2n){margin-left:20px;}
table td ul li{display:block;margin-bottom:7px;font-size:15px;}
table td ul li:nth-child(2n){margin-left:20px;}
.table_width1 {
	width: 100px;
}
.table_width2 {
	width: 200px;
}
.table_width3 {
	width: 150px;
}
.boader1 {
	border-top-width: 3px;
	border-top-style: ridge;
	border-top-color: #C1DCFF;
}
.boader2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1DCFF;
}
.boader3 {
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1DCFF;
	border-bottom-color: #80BFFF;
}
.boader4 {
	border-top: 3px ridge #C1DCFF;
	border-right: 1px dotted #C1DCFF;
}
.boader5 {
	border-top: 1px solid #C1DCFF;
	border-right: 1px dotted #C1DCFF;
}
.boader6 {
	border-top: 1px solid #C1DCFF;
	border-bottom: 2px solid #80BFFF;
	border-right: 1px dotted #C1DCFF;
}


.text_left {
	text-align: left;
	margin-left: 20px;
	font-size: 15px;
}
.text-center {
	text-align: center;
	padding-bottom: 100px;
	font-weight: bold;
	text-decoration: underline;
}

.text_small {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}








#dropmenu {
	width: 280px;
	float: left;
	padding-top: 60px;
        display:inline-block;
}

#sub{
	padding-top: 30px;
	padding-left: 50px;
}
#sub li{
        list-style-type: none;
}
#sub .sub_a{
	list-style-image: url(../BGM/cus_img/flower-icon.jpg);
	width: 150px;
	height: 35px;
	margin-top: 30px;
        margin-left:30px;
        cursor:pointer;
}  
#sub .sub_a:hover {
	color: #FF1E79;
	font-weight: bold;
        border-right: 3px inset #B1D0F7;
        border-bottom: 1px inset #B1D0F7;
}
#sub .menu li{
	height: 20px;
	padding-top: 15px;
	padding-left: 15px;
	margin-left: -20px;
	width: 135px;
	border-bottom: 2px dotted #B1D0F7;
}  
#sub .menu li:hover {
	background-color: #CFE2FA;
}
#sub .menu li a{
        display:block;
}
.fixed{
	position:fixed;
	top:0px;
}
