@charset "UTF-8";
/* Copyright (c) 2007, Microwave.,Co ltd. */
/* */
/* */
/*	標準化CSS ver.2008/03/13 */
/*	各種マージン、パディング、ボールドなどを初期化します。 */
/*	標準でフォントサイズが10pxになります。 */
/*	ページ作成時にフォントサイズをemで指定します。（可変対応） */
/*	16pxの大きさなら1.6emと指定します。子要素の継承がありますので、 */
/*	子要素などに指定する際は注意してください。 */


*{
	font-style:normal;
	line-height:inherit;
}

html{
	font-style:normal;
	line-height:16px;
}

body{
	min-height:100%;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-size:10px !important;
	font-size:62.5%;
	margin:0;
	padding:0;
}

body *{
	margin:0;
	padding:0;
}

fieldset,img { 
	font-size:1em;
	border:0;
}

ol,ul,li {
    margin:0;  
    padding:0;  
	list-style:none;
}

caption,th {
	font-size:1em;
	text-align:left;
}

q:before,q:after {
	font-size:1em;
	content:'';
}

abbr,acronym {
	border:0;
	font-size:1em;
}
