@charset "shift_jis";
/* CSS Document */

*{ margin:0; padding:0; }
body{
	background:#FFF;
	font-size: 10px;
	line-height: 180%;
	color:#666666;
	font-family: "CI","Meiryo","lr oSVbN","Hiragino Kaku Gothic Pro","qMmpS Pro W3",sans-serif;
	letter-spacing: 1px;
}
img,
a img{ border:0; }
li{ list-style:none; }
.mgb10{ margin-bottom:10px; }
.mgb30{ margin-bottom:30px; }

#contents {
    margin: 0 auto 30px auto;
    width: 980px;
}
#contents .hdArea h1{
	margin-bottom:10px;
}
#contents .hdArea h1 img{
	padding-left:420px;
}
#contents .hdArea h2{
	margin-bottom:35px;
}
#contents .hdArea ul.nav{
	width:531px;
	height:20px;
	margin:0 auto;
}

#contents .hdArea ul.nav li{
	display:inline;
	float:left;
	margin-right:30px;
	margin-bottom:40px;
}

#list_area ul.list li{
	margin:0 0 10px 10px;
	display:inline;
	float:left;
}




#contents .pagetop{
	text-align:right;
	color:#666666;
	margin:0 20px 20px 0;
}
#contents .pagetop a{
	color:#666;
}

p.footer{
	text-align:center;
}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: galpha( opacity=80 )h;
}

/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
