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

/*--------------------------------------------------------------
	default
--------------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, ins, em, img, hr, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,"ＭＳ ゴシック","Osaka－等幅",sans-serif;
	font-size: 10px;
	line-height: 1.6;
	color: #333;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #06f;
/*	text-decoration: none;*/
}

a:hover,
a:active {
	color: #3498db;
	text-decoration: underline;
}

header,
footer {
	display: block;
}

/*--------------------------------------------------------------
	print setting for IE
--------------------------------------------------------------*/

@media print{
	*html body {
		zoom: 65%;
	}
}

/*--------------------------------------------------------------
	sample li setting for IE
--------------------------------------------------------------*/
/*
	li {
		display: inline-block;
	    *display: inline;
	    *zoom: 1;  
	}
*/
