@charset "UTF-8";

/* Base Element */
body {
	/*
	background-color: #FFFFFF;
	color: #333333;
	*/
	font-size: 63%;
	
	/*word-break: break-all;*/
}

/* Print style */
@media print{
	body {
		_zoom: 63%;
		/*
		IE6.0印刷用サイズ計算式
		649(印刷での表示幅) ÷ 1024(スクリーンでの表示幅) x 100 = 63（端数切り捨て）
		*/
		overflow: visible!important;
    }
}

/* ---Reset Style
----------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p,
blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset, img { border: none;	vertical-align: top;}

dl,dt,dd,ul,ol,li {	list-style: none;}

p,dt,dd,li,th,td{ line-height: 1.5;}

table {
	border-collapse:collapse;
	border-spacing: 0;
	border: 0;
}

th,td {
	vertical-align: top;
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

object, embed {
	vertical-align: top;
}