@charset "utf-8";

/*BASE style
----------------------------------------------------------*/
h1, h2, h3,h4,h5,
p,a,ul,ol,li,dl,dt,dd,
div,img,body,table,td,th,
form,input{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	list-style:none;
}

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

a:hover{
	text-decoration:underline;
}



img{
	border:none;
}


/*clearfix
--------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*\*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/**/
  

/*top-top style
----------------------------------------------------------*/
body{
	background:#535353 url(../img/bg_01.jpg) repeat-x;
}

#wrapper{
	width:952px;
	margin:0 auto;
}

#tt-cont{
	background:#6a7362 url(../img/bg_02.jpg) no-repeat;
	padding:10px;
	border-bottom: #575e50 1px solid;
}

/*tt-left-cont
--------------------------------*/

#tt-left-cont{
	width:540px;
	float:left;
}


#next-world{
	background:#ef8c92 url(../img/bg_03.jpg) repeat-x;
	margin:10px 0 0; 
	/*margin:26px 0 0;「次の DIS わぁるど」見出しがないとき*/
	padding:16px 10px 16px;
	
}

#nw-right{
	float:right;
	width:250px;
}

#nw-inner{
	margin:8px 0 10px;
	background-color: #000;
	color:#FFF;
	padding:10px;
}

#nw-inner p{
	font-size:90%;
	line-height:1.2em;
}

#nw-inner ul{
	margin:10px 0;
}

#nw-inner li{
	font-weight:bold;
}

p#nw-link a{
	display:block;
	width:220px;
	font-size:90%;
	font-weight:bold;
	background:#8e9986 url(../img/bg_04.jpg) no-repeat;
	text-align:center;
	padding:7px 20px 8px 10px;
}

p#nw-link a:hover{
	text-decoration:none;
	background:#656e5f url(../img/bg_04.jpg) no-repeat -250px 0px;
}

/*exception-info*/
#tt-left-cont div.exception-info{
	margin:10px 10px 10px;
	background-color:#dfdfdf;
}

#tt-left-cont div.exception-info p{
	font-size:80%;
	padding:10px 25px 15px;
	line-height:1.3em;
}


/*tt-right-cont
--------------------------------*/

#tt-right-cont{
	width:371px;
	float:right;
	background:url(../img/line_01.gif) repeat-y;
	padding:0 0 5px 11px;


}


#tt-right-cont ul{
	margin:10px 0 0;
}

#tt-right-cont li{
	background-color:#d2d8cd;
	margin:0 0 5px;
	font-size:80%;
	padding:5px;
	width:361px;
}


#tt-right-cont li a.pw-img-link{
	display:block;
	float:left;
	width:83px;
}

#tt-right-cont li a.pw-text-link{
	display:block;
	float:right;
	width:268px;
	padding:3px 0;
	line-height:1.3em;
}

#tt-right-cont li a span{
	font-weight:bold;
}


/*tt-news-cont
--------------------------------*/

#tt-news-cont{
	border-left:#363636 10px solid;
	border-right:#363636 10px solid;
	background:#363636 url(../img/line_02.gif) repeat-x 0px 26px;
	padding:5px 0 10px;
}

#tt-news-cont ul{
	color:#FFF;
	padding:15px 5px 0;
	font-size:80%;
}

#tt-news-cont a{
	color:#FFF;
}

#tt-news-cont ul li{
	padding:0 0 5px;
	line-height:1.3em;
}

#tt-news-cont ul li span.tt-news-date{
	float:left;
	width:80px;
}

#tt-news-cont ul li span.tt-news-title{
	float:right;
	width:830px;
	background:url(../img/arrow01.gif) no-repeat 0% 30%;
	padding:0 0 0 10px;
	
}


/*copyright
--------------------------------*/

p#copyright{
	float:right;
	color:#CCC;
	font-size:70%;
	text-align:right;
	padding:8px 0 10px;
}





















