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


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";S
	line-height: 1.5;
	letter-spacing:0.05em;
	}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}


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

.left{ float:left; }
.right{ float:right; }
.clr { clear:both; }

img{ border:none; }

li{ list-style:none; }

hr.none{ display:none; }


.f_xlarge{ font-size:x-large;}
.f_large{ font-size:large;}
.f_medium{ font-size:medium; }
.f_small{ font-size:small; }
.f_xsmall{ font-size:x-small; letter-spacing:0.1em; }

.block{ display:block; }

a{ color:#000; text-decoration:underline; }
a:hover{ color:#999; }

a:hover.opacity img{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/	

#wrapper{
	width:900px;
	margin:0 auto;
	}
	
/*----------------------------------------------------
	footer
----------------------------------------------------*/	
footer{
	width:900px;
	font-size:x-small;
	border-top:#000000 1px solid;
	margin:0 0 30px 0;
	padding:10px 0 0 0;
	}	
