@charset "utf-8";

/* ===========================
メイン
============================== */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color:#FFFFFF;
	background-image: url("http://div-official.com/images/bg.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	font-size:13px;
	font-family: "MS UI Gothic";
	position:static;
}

a:link, a:visited, a:active { color:#FF0000;text-decoration:none;}
a:hover { color:#66FFCC; }
a {outline: none;text-decoration:none;}
a img {border:none;}
td {text-align:left;}
hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color:#CCC;
	height: 1px;
	margin:20px 0;
}
hr.box {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color:#CCC;
	height: 1px;
	margin:20px auto;
	text-align:center;
	width:640px;
}

#menubar {
	position:relative;
}

#wrapper {
	width: 100%;
	background-image: url("http://div-official.com/images/bg_w.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

#contents {
	position:relative;
	top:10px;
}
	
#topmovie {
	margin:15px auto 0;
}

#topmovie_text {
	margin:5px 0 0 40px;
	font-size:14px;
}

#footer{
	width:100%;
	padding-bottom:5px;
	margin-top:10px;
	font-size:10px;
	background-position: center bottom;
	text-align:center;
}

h1	{
	border-bottom:solid 2px #f47e36;
	padding-bottom:4px;
	font-size:16px;
	line-height: 1.5em ;
	color:#f47e36;
	}
	
h2	{
	font-size:24px;
	color:#F00;
	font-weight:bold;
	margin:0;
	}

h3 {
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h4 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;
	padding:0;
}

h5 {
	color: #F30;
	font-size: 14px;
	margin:0;
	margin-bottom:5px;
	padding:0;
}

#headline {
	width:540px;
	margin:12px auto 0;
}

#headline dl {
	clear: left;
	float: left;
	margin: 0;
}

#headline dt {
	float:left;
	width:100px;
	padding:5px 0 5px 20px;
	clear:both;
	font-weight:bold;
	border-bottom:1px #999 solid;
}

#headline dd {
	width:400px;
	padding:5px 0 5px 0px;
	margin-left: 110px;
	border-bottom:1px #999 solid;
}

#profile {
	font-size:12px;
	text-align:left;
	
}



.disco_table {
	width: 640px;
	margin:0 auto 10px;
}

.disco_table td{
	padding:10px;
}

#banner {margin-top:15px;}
#banner img {margin-bottom:5px;}

.gototop {
	font-size:12px;
	text-align:right;
}

.new{
	font-weight:bold;
	color:red;
}

#CDT{
 font-size: 26px;
}
#CDT .day{
 font-size: 16px;
}
#CDT .hour,#CDT .min,#CDT .sec{
 font-size: 26px;
}