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

/*-------------------------------------------------------------
 *
 *							reset
 *
 *-------------------------------------------------------------*/

	html, body, div, span, applet, object, iframe, 
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
	a, abbr, acronym, address, big, cite, code, 
	del, dfn, em, font, img, ins, kbd, q, s, samp, 
	small, strong, sub, sup, var, b, u, i, center,
	dl, dt, dd, ol, ul, li, fieldset, form, label, 
	legend, table, caption, tbody, tfoot, thead, 
	tr, th, td, article, aside, canvas, details, 
	figcaption, figure, footer, header, hgroup, menu, 
	nav, section, summary, time, mark, audio, video, button {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		vertical-align:baseline;
	}
	
	body {
		/*font-family:"Hiragino Kaku Gothic Pro",Arial, sans-serif;
		font-size:16px;
		line-height:1.231;*/
		font: normal 11px/1.45em "Hiragino Kaku Gothic Pro",Arial, sans-serif;
		color:#000000;
	}
	
	ol, ul {
		list-style:none;
	}
	
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display:block;	
	}
	
	blockquote, q {
		quotes:none;	
	}
	
	blockquote:before, blockquote:after, 
	q:before, q:after {
		content:'';
		content:none;	
	}
	
	a, a:link, a:visited {
		color:#646464;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
		cursor:pointer;
	}
	
	table {
		border-spacing:0;	
	}
	
	img {
		vertical-align:bottom;
	}
	
	dt { margin-right:-13em; }
	dl { height:1%; }
