@charset "utf-8";

/*************************************/
/*                                   */
/*    THE NOVEMBERS                  */
/*    layout CSS                     */
/*    last update 07/08/24           */
/*    by (c)WALD                     */
/*                                   */
/*************************************/

.clearfix:after {  content: ""; display: block; clear: both; }

.clear{
	clear:both;
}

body{
	margin:0;
	line-height:1.5;
	font-family:georgia, Arial, "ヒラギノ角ゴ Pro W3", serif;
}

html{
	overflow-y:scroll;
}

ul, li{
	margin:0;
	padding:0;
}

a{
	outline:none;
}

*{
	margin:0;
	padding:0;
}

html,body{
	height:100%;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	font-variant:normal;
	margin:0px;
	padding:0px;
}

img{
	border:0;
}

p{
	padding:0;
	margin:0;
}

dt{
	margin:5px 0;
}


/*index*/

#background{
	background:#000;
}

#index_photo{
	width:362px;
	height:67px;
	position:absolute;
	top:50%;
	left:10%;
	margin:-34px 0 0 -36px;
}

/*contents*/

#header{
	padding:0 0 5px 0;
	width:890px;
	margin:0 auto;
}

#header_left{
	float:left;
}

#header_right{
	float:right;
}

#header li{
	float:left;
	list-style:none;
}

#photo{
	background:#000;
	text-align:right;
}

#wrapper{
	width:890px;
	margin:0 auto;
	padding:0;
	color:#333;
	font-size:0.85em;
}

#main{
	margin:30px 0 15px 0px;
	float:left;
	width:660px;
}

#main_navi{
	border-left:solid 1px #999;
	padding:0 0 0 10px;
	float:left;
	width:155px;
}

#main_navi h3{
	text-indent:-9999px;
	cursor:pointer;
	display:block;
}

#main_navi h3:hover{
	border-right:solid 3px #333;
}

.navi_box{
	margin:0 0 28px 0;
}

#newalbum, #news, #media, #live, #disco, #bio, #weblog, #contact{
	width:127px;
	height:13px;
}

#newalbum{
	background:url(images/submenu_kubi7.gif) no-repeat;
}

#news{
	background:url(images/submenu_news.gif) no-repeat;
}

#media{
	background:url(images/submenu_media.gif) no-repeat;
}

#live{
	background:url(images/submenu_live.gif) no-repeat;
}

#disco{
	background:url(images/submenu_disco.gif) no-repeat;
}

#bio{
	background:url(images/submenu_bio.gif) no-repeat;
}

#weblog{
	background:url(images/submenu_weblog.gif) no-repeat;
	display:block;
}

#contact{
	background:url(images/submenu_contact.gif) no-repeat;
}

.tab{
	margin:0 0 7px 0;
}

.notab{
	margin:0 0 7px 0;
}

.tab h3{
}

.stretcher{
}

.stretcher p, .stretcher h3{
	margin:0 0 10px 0;
}

#main_contents{
	float:right;
	width:480px;
	border-left:solid 1px #999;
	padding:0 0 0 10px;

}

h2.home{
	font-size:18px;
}

h2.home a{
	text-decoration:none;
	color:#cc0000;
}

.post h2{
	border-bottom:solid 1px #ccc;
	font-size:14px;
	margin:10px 0 0 0;
	padding:2px 0;
	color:#cc0000;
}

.post h2 a{
	text-decoration:none;
	color:#cc0000;
}

.post h2 small{
	margin:0 0 10px 0;
}

.entry p{
	padding:7px 0;
	margin:0;
}

#disco_cont p{
	margin:10px 0;
}

.disco-l{
	float:left;
	width:130px;
}

.disco-r{
	float:right;
	width:330px;
}

.disco-box{
	clear:both;
	margin:10px 0;
	padding:10px 0;
	border-bottom:solid 1px #ccc;
}

.livepost{
	margin:15px 0;
}

.liveschedule table{
	margin:0 0 5px 0;
	padding:0;
	border-collapse:collapse;
}

.liveschedule td{
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:3px 5px;
}

.liveschedule .lefttd{
	padding:3px 20px 3px 10px;
	text-align:right;
}

.livetitle{
	border-left:solid 3px #999;
	padding:0 0 0 8px;
	margin:5px 0;
	line-height:1.5;
}

.livetitle small{
	color:#cc0000;
}

.livetitle a{
	text-decoration:none;
	color:#000;
}

.livetitle a:hover{
	color:#666;
}

/*sub**3of3*******************************/

#sub{
	float:right;
	margin:30px 0 0px 0;
	width:200px;
}

#sub_cont{
	padding:0 0 0 10px;
	margin:0 0 5px 0;
	border-left:solid 1px #999;
}

#sub p{
	margin:0 0 10px 0;
	padding:0;
}

.sub_news_icon{
	position:relative;
	background:url(images/news_icon.gif)  no-repeat;
	margin:0 0 15px 0;
	width:142px;
	height:27px;
	top:7px;
	left:68px;
}

.news_list_icon{
	position:relative;
	background:url(images/clickmenu.gif)  no-repeat;
	margin:0 0 30px 0;
	width:364px;
	height:27px;
	top:12px;
	left:-15px;
}

/*footer***************************/

#footer{
	clear:both;
	font-size:0.8em;
	text-align:center;
	height:18px;
	margin:25px 0 5px 0;
	background:#222;
	color:#fff;
}

/*fonts*/

.red{
	color:#CC0000;
	line-height:1;
	padding:5px 0;
}

/*postmail*/

#pm{
	background-color:#333333;
	color:#ffffff;
}

#wrapper_pm{
	width:400px;
	font-size:0.8em;
	margin:10px auto 0 auto;
}