﻿@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color:#BD0172;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	overflow-y: scroll;
}
img{
	border: 0;

}
td.topic{
	background-color:#C69;
	color:#FFF;
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 850px;
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;

	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0;

	height: 160px;
	width: 850px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {

	background: #FCC;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	margin:10px;
	color: #603;
}
#sidebar1 {
	float: right; 
	width: 190px;
	background: #FCC;
	padding-top: 20;
	padding-right: 5px;
	padding-bottom: 20;
	padding-left: 5px;
	margin:10px;
	color: #603;
	clear:right;
}
#topContent { 
	float: left;
	width: 595px;
		background: #FCC;
	padding-top: 20;
	padding-right: 5px;
	padding-bottom: 20;
	padding-left: 5px;
	margin:10px;
	color: #F06;
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#n{
	background-color:#636;
	margin: 2px;
}

#mainContent a {
	color:#369;
}
#mainContent a:hover {
	text-decoration:none;
}
#mainContent .title{
	margin-top:10px;
	margin-bottom:10px;
}
#mainContent dt{
	margin-top:10px;
	margin-bottom:10px;
	font-weight: bold;
	margin-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #600;
	padding-left: 5px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../img/f_bg.jpg);
	background-repeat: repeat-x;
	font-size: small;
	color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
a{
	text-decoration:none;
	color : #F39;
}

a:visited {
	color:#F39;
}
p.line{
	border-bottom: 1px dashed #F69;
}
td{
	padding:5px;
}
#menu {
	width: 100%;
	height:54px;
	margin: 0 auto;
	background-image: url(../img/m_bg.jpg);
	background-repeat: repeat-x;
}
#menu ul{
	position:relative;
	width: 850px;
	margin:0px auto;
	padding: 0px;

}

#menu li{
	display:block;
	float: left;
	text-indent: -9999px;
	list-style-type: none;
}
#menu li a{
	display:block;
	text-decoration:none;
}
#menu li#what a {
	height:54px;
	width:142px;
	background: url(../img/n_what.jpg) no-repeat;
}

#menu li#what a:hover{
	height:54px;
	width:142px;
       background: url(../img/n_what_on.jpg) no-repeat;
}
#menu li#contest a {
	height:54px;
	width:142px;
	background: url(../img/n_event.jpg) no-repeat;
}

#menu li#contest a:hover{
	height:54px;
	width:142px;
       background: url(../img/n_event_on.jpg) no-repeat;
}
#menu li#entry a {
	height:54px;
	width:142px;
	background: url(../img/n_ent.jpg) no-repeat;
}

#menu li#entry a:hover{
	height:54px;
	width:142px;
       background: url(../img/n_ent_on.jpg) no-repeat;
}
#menu li#blog a {
	height:54px;
	width:142px;
	background: url(../img/n_blog.jpg) no-repeat;
}

#menu li#blog a:hover{
	height:54px;
	width:142px;
       background: url(../img/n_blog_on.jpg) no-repeat;
}
#menu li#top a {
	height:54px;
	width:140px;
	background: url(../img/n_top.jpg) no-repeat;
}

#menu li#top a:hover{
	height:54px;
	width:140px;
       background: url(../img/n_top_on.jpg) no-repeat;
}
#menu li#media a {
	height:54px;
	width:142px;
	background: url(../img/n_info.jpg) no-repeat;
}

#menu li#media a:hover{
	height:54px;
	width:142px;
       background: url(../img/n_info_on.jpg) no-repeat;
}
.list {
	background-color: #FFF;
}
.listb {
	background-color: #FFC;
	text-align: left;
}
.image{
	background-image:url(../img/ent_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	height: 150px;
	width: 150px;



}
.pic{
	background-image:url(../img/ent_bg_120.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 120px;
	width: 120px;



}
.q{
	float:right;
	height: 150px;
	width: 150px;
	clear: both;

}

.info
{
	font-weight: bold;
	padding: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F66;
	border-left-color: #F66;
	color: #333;

}
.txt
{
	background-color: #FCC;
	padding: 5px;
	text-align: center;

}
