@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(template_image/bgcolor-1-2.gif);
	background-repeat: repeat-x;
}
#bg2 {
	background-image: url(template_image/bgcolor-2.gif);
	background-repeat: repeat-x;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 950px;
}
.main2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 900px;
}
.contents {
	border: 1px solid #54C2F0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	text-align: left;
	width: 700px;
	margin-bottom: 50px;
	padding-top: 90px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
}
.contents-top {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	width: 700px;
	margin-bottom: 50px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	background-color: #e9d7c3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white{
	background-color: #FFFFFF;
	padding: 30px;
}
.footer {
	font-size: 16px;
	color: #FFFFFF;
	padding: 30px;
	text-align: center;
}
.footer table {
	margin-right: auto;
	margin-left: auto;
}
.footer a {
	color: #33CCFF;
}
.footer td {
	text-align: left;
}
.profile {
	font-size: 12px;
}
.teblemenu {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 100px;
}
#topmenu {
	margin-top: 70px;
}
.livemenu {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 60px;
	padding: 0px;
}
#disco {
	background-image: url(template_image/title_disco.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#info {
	background-image: url(template_image/title_info.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#live {
	background-image: url(template_image/title_live.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#pict {
	background-image: url(template_image/title_picture.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#profile {
	background-image: url(template_image/title_profile.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#newstitle {
	background-image: url(template_image/title_news.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#link {
	background-image: url(template_image/title_link.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.blue_button {
	color: #54C2F0;
	background-image: url(template_image/h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54C2F0;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.blue_button-top {
	color: #54C2F0;
	background-image: url(template_image/h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54C2F0;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 1px;
}
p {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.blue_color {
	color: #FFFFFF;
	background-color: #54C2F0;
	padding: 2px;
	margin-right: 5px;
	font-size: 12px;
}
.blue_button_mini {
	background-image: url(template_image/li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}
.live_table {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.live_table th {
	width: 65px;
	font-weight: normal;
	background-color: #54C2F0;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
.live_table td {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9FDDF2;
}
h2 {
	position:relative;
	margin-bottom: 10px ;
	margin-top: 10px ;
	height: 33px ;
	margin-left: 0px ;
	font-size: 16px ;
	font-weight: bold ;
	text-align: left ;
	padding-top: 15px ;
	padding-left: 25px ;
	margin-right: 0px ;
	clear: both;
	border: 1px solid #54c2f0;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #9ce2ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#9ce2ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#9ce2ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#9ce2ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#9ce2ff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#9ce2ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9ce2ff',GradientType=0 ); /* IE6-9 */}
h2:before{
    content: "";
    position: absolute;
    background: #54c2f0;
    top: 15%;
    left: 10px;
    height: 70%;
    width: 4px;
}
