@charset "UTF-8";

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;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','Lucida Grande',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ul { list-style: none; }
ul li,dt,dd { display:inline-block }
ul li,dt,dd { display:block }
img { border: 0; vertical-align:bottom; }
caption, th { text-align: left; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

/* ---- Clear Element--- */
.clear {
	clear:both;
	border:0;
	font-size:0;
	line-height:0px;
}

/*---- ClearFix Element ---*/
.clearfix:after { 
	content: url("/shared/images/common/spacer.gif");
	display: block;
	clear: both;
	height: 0;
}	
	
.clearfix{ /*--IE 5.5-7--*/
	/zoom:1;
}

/* Print style */
@media print{
	body {
		_zoom: 63%;
		overflow: visible!important;
    }
}
