@charset "utf-8";

/*--- reset ---*/

body, h1, h2, h3, h4, h5, h6,
form,
div, span,
ul, li, dl, dt, dd,
p, blockquote {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
img { border: none; }
ul { list-style: none; }
a { color: #6666CC; text-decoration: none; }
a:hover { text-decoration: underline; }
*.cleared { clear:both; }
body { font-size: 62.5%;}

/*--- global ---*/
body {
	background: #FFFFFF;
	font-family:"MS UI Gothic", Osaka, Arial;
	font-size: 5px;
}
#wrapper { width: 950px; margin: 0px auto; font-size: 1.2em; }

/*--- footer ---*/
#footer { padding-top:10px; border-top:1px solid #C6C6D6; clear:both; text-align:center; }
#footer_navi { margin-bottom:8px; }
#footer_navi li { display:inline; padding:0px 10px; border-left:1px solid #C6C6D6; }
#footer_navi li.first { border-left:none; }
#copyright { font-size:83%; margin-bottom:20px; }
#footer * { color:#666666; }
