@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:'メイリオ',Meiryo,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"ＭＳ ゴシック","Osaka－等幅",sans-serif;
	font-size: 10px;
	line-height: 1.6;
	color: #222;
	background: #efdbb8;
}

/* IE */
@font-face {
/*	font-family: mplus-1p-regular;
	src: url(/fonts/mplus-1p-regular.eot);*/
}

/* Firefox, Opera, Safari */
@font-face {
/*	font-family: mplus-1p-regular;
	src: url(/fonts/mplus-1p-regular.ttf) format("truetype");*/
}

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

a:link,
a:visited {
	color: #C10000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #888;
	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;  
	}
*/
