@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

Default.css

------------------------------------------------- */


body,div,p,address,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
body{
	line-height:150%;
	color:#fff;
	font-size: 0.8em;
	font-family:
   "ヒラギノ明朝 ProN W3",
   "HiraMinProN-W3",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
	background-color: #000;
	letter-spacing:1px;
	height:120%;
	-webkit-text-size-adjust: 100%;
}
img{
	border:0;
}
a{
	color:#fff;
	outline:none;
}
a:hover{
	color:#fff;
	text-decoration:;
}
a:active{
	color:#fff;
	text-decoration:;
}
ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style:none;
}

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* topicsArea */
.topicsArea{
	background:url(../../top/images/topics.png) no-repeat 0 0;
	background-size:30% auto;
	padding:20px;
	margin:20px;
	border:1px solid #f49900;
}
.topicsArea img{
	width:70%;
	display:block;
	margin:0 auto 10px;
}
















