body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/naka_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a{/*リンクされた文字*/
    color:#FF0000;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#FF0000;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#FF0000;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#FFFF00;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}




h1 {
	display: none;
}

p {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#head {
	background-image: url(../images/naka_head.jpg);
	background-repeat: no-repeat;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
	position: absolute;
	z-index: 0;
	margin-top: 0px;
}
#navi {
	width: 880px;
	height: 26px;
	position: absolute;
	top: 160px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/naka_navi_back.gif);
	background-repeat: no-repeat;
}
#navi ul {
	margin-left: 159px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#navi li {
	float: left;
}
#left {
	width: 303px;
	border: 1px solid #333333;
	position: absolute;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	float: left;
	top: 200px;
	height: 550px;
}
.cdtxt {
	font-size: 11px;
	margin-left: 10px;
	line-height: 13px;
}
#right {
	float: right;
	height: auto;
	width: 565px;
	position: relative;
	top: 200px;
	background-color: #000000;
}
.info_txt_title {
	font-size: 12px;
	margin: 5px;
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 15px;
	border: 1px dotted #CCCCCC;
}
.info {
	background-color: #000000;
	height: auto;
	width: 565px;
	position: relative;
	color: #FFFFFF;
	scrollbar-base-color: #000000;
	padding-bottom: 15px;
}
.info_txt {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	position: relative;
	height: auto;
	width: 480px;
}

.infotitle {
	height: 20px;
	width: 505px;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #000000;
	color: #999966;
	font-weight: bolder;
	padding-top: 7px;
	font-size: 14px;
	line-height: 14px;
	padding-left: 5px;
}
.disco {
	float: right;
	left: 343px;
	top: 73px;
	font-size: 12px;
	line-height: 16px;
	margin-right: 80px;
	margin-top: 20px;
}
#container #right .info table {
	font-size: 12px;
	line-height: 15px;
}

.comments {
	height: 15px;
	width: 500px;
	margin-top: 15px;
	margin-left: 20px;
	background-color: #333333;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.mgn20 {
	margin-left: 20px;
}
.mgn_top10 {
	margin-top: 10px;
}




.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	top: 200px;
}

#footer {
	width: 880px;
	position: relative;
	bottom: 0px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	top: 210px;
}
#container #footer img {
	margin-bottom: 15px;
}
.info_live {
	background-color: #000000;
	height: 610px;
	width: 565px;
	overflow-y: scroll;
	position: relative;
	color: #FFFFFF;
	scrollbar-base-color: #000000;
	overflow: auto;
	margin-bottom: 10px;
}
