@charset "utf-8";
/* format style
--------------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
	}

body{
	font-size:12px;
	line-height:1.5;
	}

/* basic layout style
--------------------------------------*/
#wrapper{
	margin:auto auto;/*上下と左右*/
	position:relative;
}

#top_flash{
	width:820px;
	margin:50px auto 0px;
	position:relative;
}

#footer{
	width:820px;
	margin:0px auto 50px;
	position:relative;
}

#footer .cap{
	font-size:12px;
	margin:5px 10px;
	}