﻿/* --// layout --// */

body {
	background-color: #000000;
	font-family:  Osaka, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	scrollbar-arrow-color: #333333;
	scrollbar-face-color: #000000; 
	scrollbar-3dlight-color: #181818;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #000000;
	}

div#wrapper{
	width:1024px;
	background-color: #000000;
    margin: 0 auto;
	padding: 0px;
	text-align: left;
	}
div#line{
	float:left;
	width:1024px;
	border-left: 1px solid #1C1C1C;
	border-right: 1px solid #1C1C1C;
	}
	
div#header{
	margin: 0px; 
	}

div#header02{
	border-bottom: 3px solid #1C1C1C;
	width:1024px;
	margin:0px 0px 0px 0px;
	}

div#flashspace{
	margin:0px;
	padding:0px;
	height:448px;
	}

div#contents{
	float:left;
	width:1024px;
	}

div#main{
	float:left;
	width:666px;
	padding:0px 0px 0px 22px;
	}
div#main02{
	float:right;
	width:803px;
	padding:0px 0px 0px 0px;
	border-left: 1px solid #1C1C1C;
	}
div#maincontents{
	width:724px;
	padding:34px 40px 40px 39px;
	text-align: left;
	}
div#mainleft{
	width:362px;
	padding:0px 0px 40px 0px;
	text-align: center;
	float:left;
}
div#mainright{
	width:362px;
	padding:0px 0px 40px 0px;
	text-align: center;
	float:right;
}
div#side{
	float:left;
	width:220px;
	padding:0px 0px 0px 0px;
	text-align:center;
	}
div#topics{
	float:left;
	width:640px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background-image: url(../images/topics_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
div#topicsscroll{
	height:150px;
	overflow:auto;
	padding: 0px 5px 0px 0px;
	border: 0px;
	}
	
div#mainunder{
	width:640px;
	margin:0px;
	padding:0px 0px 40px 0px;
	}

div#narration {
	float: left;
    margin: 10px 0px 20px 0px;
	padding: 20px 16px 21px 16px;
	width: 298px;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	border: 1px solid #1C1C1C;
}

div#other{
	float: right;
    margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 293px;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
}

div#rightside{
	float:right;
	width:320px;
	padding:34px 0px 0px 0px;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	}



div#footer{
	border-top: 3px solid #1C1C1C;
	width:1024px;
	margin:0px 0px 0px 0px;
	}
div#foot{
	float:left;
	padding:10px 0px 30px 22px;
	width:700px;
	text-align: left; 
	}
div#footcount{
	float:right;
	padding:6px 0px 30px 0px;
	width:250px;
	text-align: right; 
	}
	


/* --// basic --// */

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
	}

img {
	border:0;
	}

.floatleft{
	float: left;
	padding:0px 10px 10px 0px;
}

.floatright{
	float: right;
	padding:0px 0px 10px 10px;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.aligncenter{
	text-align: center;
}
.clearboth{
	clear: both;
	display: block;
}

.clearfloat { 
	clear:both;
    height:0;
    line-height: 0px;
}

/* --// banner --// */
.topbanner{ 
  padding: 0px 0px 3px 0px;
  } 
.sidebanner{ 
  padding: 0px 0px 6px 0px;
  } 


/* --// font --// */
h3.h3white { 
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-size: 16px;
	line-height: 24px;
	}
	
h3.h3blue { 
	margin: 0px;
	padding: 0px;
	color:	#0000FF;
	font-size: 16px;
	line-height: 24px;
	}
	
.mini {

	font-size: 10px;
	line-height: 15px;
}

.miniold {

	font-size: 10px;
	line-height: 15px;
	color:	#CC9944;
}

.minib {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}

.blueminib {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color:	#0000FF;
}

.big {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.fontb {
	font-weight: bold;
}

.info{
	font-size: 12px;
	line-height: 26px;
	}

/* --// link --// */

a:link { color:#FFCC00; text-decoration: none; }
a:visited { color:#FFCC00; text-decoration: none; }
a:hover { color:#FFCC00; text-decoration: underline; }
a:active { color:#FFCC00; text-decoration: underline; }

div#topicsscroll a:link { color:#CCCCCC; text-decoration: none; }
div#topicsscroll a:visited { color:#CCCCCC; text-decoration: none; }
div#topicsscroll a:hover { color:#CCCCCC; text-decoration: underline; }
div#topicsscroll a:active { color:#CCCCCC; text-decoration: underline; }



/* --// header02 --// */

div#header02 h1{
	margin: 0px;
	padding: 0px;
	}
	
/* --// main02 --// */

div#main02 h2{
	margin: 0px;
	padding: 0px;
	}


/*  sidemenu */
#side ul#side li {   
    float: left;   
    margin-right: 0px;   
}  

#side ul#sideList li a {   
    display: block;   
    text-decoration: none;   
    text-indent: -9999px;    
}   
#side ul#sideList li.sm01 a {   
    background: url(../images/sm_01.jpg) no-repeat left top; 
	width: 220px;   
    height: 51px;    
}
#side ul#sideList li.sm02 a {   
    background: url(../images/sm_02.jpg) no-repeat left top; 
	width: 220px;   
    height: 51px;    
}   
#side ul#sideList li.sm03 a {   
    background: url(../images/sm_03.jpg) no-repeat left top; 
	width: 220px;   
    height: 51px;    
}   
#side ul#sideList li.sm04 a {   
    background: url(../images/sm_04.jpg) no-repeat left top; 
	width: 220px;   
    height: 51px;    
}   
#side ul#sideList li.sm05 a {   
    background: url(../images/sm_05.jpg) no-repeat left top; 
	width: 220px;   
    height: 51px;    
}   
#side ul#sideList li.sm06 a {   
    background: url(../images/sm_06.jpg) no-repeat left top; 
	width: 220px;   
    height: 51px;    
}   

#side ul#sideList li.sm07 a {   
    background: url(../images/sm_07.jpg) no-repeat left top; 
	width: 220px;   
    height: 51px;    
}  
 
#side ul#sideList li.sm01 a:hover {   
    background-position: left bottom;   
}  
#side ul#sideList li.sm02 a:hover {   
    background-position: left bottom;   
}  
#side ul#sideList li.sm03 a:hover {   
    background-position: left bottom;   
}  
#side ul#sideList li.sm04 a:hover {   
    background-position: left bottom;   
}  
#side ul#sideList li.sm05 a:hover {   
    background-position: left bottom;   
}  
#side ul#sideList li.sm06 a:hover {   
    background-position: left bottom;   
} 

#side ul#sideList li.sm07 a:hover {   
    background-position: left bottom;   
}  


/* --// table --// */

	
table.tableautoleft {
	width:auto;
	border-collapse: collapse;
	border: none;
	margin: 0 0 0 30px;
}
td.tdblue10 {
	padding: 0px 10px 15px 0px;
	border: 0px;
	vertical-align: top;
	color:#0000FF;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
}
td.tdyellow10 {
	padding: 0px 10px 15px 0px;
	border: 0px;
	vertical-align: top;
	color:#FFCC00;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
}
td.td10 {
	padding: 0px 0px 15px 0px;
	border: 0px;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}

table.table100 {
	width:100%;
	border-collapse: collapse;
	border: none;
	margin: 2px 0 30px 0px;
}
table.tabletyu {
	width:100%;
	font-size: 10px;
	color:＃FF0000;
	border-collapse: collapse;
	border: none;
	margin: 2px 0 30px 0px;
}

td.tdwaku01 {
	padding: 5px;
	border: 1px solid #666666;
	vertical-align: top;
	text-align: left;
	background-color:#0D0D0D;
}
td.tdwaku02 {
	padding: 5px;
	border: 1px solid #666666;
	vertical-align: top;
	text-align: left;
}
th.thhead {
	padding: 3px;
	border: 1px solid #666666;
	text-align: center;
}
table.tableauto {
	width:auto;
	border-collapse: collapse;
	border: none;
	margin: 0px;
}
td.tdstaff01 {
	padding: 5px;
	border: 0px;
	vertical-align: top;
	text-align: right;
}
td.tdstaff02 {
	padding: 5px;
	border: 0px;
	vertical-align: top;
	text-align: left;
}

/* BD/DVDアイコン */

#iconhhdk a {
	display: block;
	background-image:    url(http://www.live-net.co.jp/live/hhdk/p/logo_k.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 140px;
	text-indent: -9999pt;
	margin-left: 16px;
	margin-top: 30px;
}
