/* CSS Document */
#container {
	background-image: url(assets/images/frame-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 90%;
}
h1 {
	width:183px;
	height:357px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
h2 {
        font-size:0.95ems;
        font-family: "Times New Roman", Times, serif;
        margin:3px;
}
h3 {
        font-size:0.9ems;
        font-family: "Times New Roman", Times, serif;
        margin:3px;
}
table {
       margin-left:auto;
       margin-right:auto;
　　　　　　border-collapse:collapse;
       border-top: 3px solid #444444;
}
tr {
       padding:0px;
       border-bottom: thin solid #444444;

}   
td {
       padding:3px;
       margin:0px;
}

#frame {
	display:block;
	width:183px;
	float: left;
}
#menu {
	margin: 0px;
	background-image: url(assets/images/frame-back.gif);
	padding: 0px;
}
#menu ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 15px;
}
#menu li{
        font-family: "Times New Roman", Times, serif;
	font-size:16px;
	list-style-type: none;
	line-height: 24px;
	font-weight: bold;
}
#menu li a {
	text-decoration: none;
	color: #333333;
}
#menu li a:hover {
	text-decoration: none;
	color: #00CC66;
}
#menu li a:visited {
	text-decoration: none;
	color: #333333;
}
#contents {
	background-image:url(assets/images/back-gray.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
        height:100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 183px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.honbun {
        font-size:12px;
	line-height: 24px;
	font-weight: normal;
}
.subtitle {
        width:100%;
        margin:0px;;
        padding:0 0 100px 0;
	background-image: url(assets/images/header-sub.gif);
	background-repeat:  no-repeat;
	background-position: right top;
	border-bottom: thin solid #444444;
}
.thumbscontainer {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
        padding:15px;
	border: thin solid #444444;
}
.childscontainer {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
        padding:15px;
	border-top: 2px solid #444444;
	border-left: 3px solid #666666;
	border-bottom: 2px solid #444444;
	border-right: 3px solid #666666;
}
.att {
       font-size:0.6em;
       font-weight:bold;
       color:#851141;
}
#live-info {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
        padding:15px;
	border-top: 1px solid #444444;
	border-left: 5px solid #666666;
	border-bottom: 1px solid #444444;
	border-right: 3px solid #666666;
}
.menu-bass {
        width:60%;
        padding:1px;
        margin-bottom:5px;
        margin-left:-40px;
	border-top: 0px solid #444444;
	border-bottom: 1px solid #444444;
	border-right: 0px solid #666666;
	border-left: 7px solid #448676;

	color: #333333;
	list-style-type: none;
	line-height: 24px;
	font-weight: bold;
}
.menu-bass a{
	text-decoration: none;
}
#footer {
        clear: both;
	width: 97%;
}