@charset "utf-8"; 

/*
===== page setting ==========================================
*/

* {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	width:100%;
	background-color: #fffcf1;
	font-size:62.5%;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}
a,
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	color:#414141;
}
a:hover img.fil {
	opacity:0.7;
	filter: alpha(opacity=70);
	margin-bottom:0;
}
.clr {
	clear: both;
	visibility: hidden;
}

	
/*
===== CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	font-size: 0.1em;   
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* float clearing for IE6 
* html .clearfix{
  height: 1%;
  overflow: visible;
}*/

/* float clearing for IE7 
*+html .clearfix{
  min-height: 1%;
}*/

/* bgimg fix for IE6 */
/*
body{
	_padding-left:1px;
	}
*/
/* bgimg fix for IE7 
*:first-child + html body{
	padding-left:1px;
	}*/

/*
===== common all ==========================================
*/

#all {
	margin:0 auto;
	width:810px;
	text-align:center;
	background: url(../img/bg_contents.jpg) repeat-y center;
	}

/*
===== contents ==========================================
*/

#contents {
	margin: 0 auto;
	width: 800px;
	text-align:left;
	background-color:#FFFFFF;
	}
