@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 {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		vertical-align:baseline;
	}
	
	body {
		font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Osaka', sans-serif;
		background:url("./../common/background_bottom.gif") repeat-x left bottom;
		font-size:16px;
		line-height:1.231;
		color:#323232;
	}
	
	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 {
		color:#161c6b;
		text-decoration:none;
	}
	
	a:hover {
		color:#0086c1;
	}
	
	table {
		border-collapse:collapse;
		border-spacing:0;	
	}
	
	img {
		vertical-align:bottom;
	}
	
	dt { margin-right:-13em; }
	dl { height:1%; }
