@charset "UTF-8";
/* Copyright (c) 2007, Microwave.,Co ltd. */
/* */
/* */
/*	標準化CSS ver.2008/03/13 */
/*	各種マージン、パディング、ボールドなどを初期化します。 */
/*	標準でフォントサイズが10pxになります。 */
/*	ページ作成時にフォントサイズをemで指定します。（可変対応） */
/*	16pxの大きさなら1.6emと指定します。子要素の継承がありますので、 */
/*	子要素などに指定する際は注意してください。 */


*{
	font-style:normal;
	line-height:1.6em;
}

html{
	font-style:normal;
	text-align:left;
}

body{
	min-height:100%;
	font-family:Arial, Helvetica, "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif;
	_font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif;
	font-size:75%;
	margin:0;
	padding:0;
}

body *{
	margin:0;
	padding:0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	font-size:1em;
}

table {
	font-size:1em;
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	font-size:1em;
	border:0;
}

ol,ul {
	font-size:1em;
	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;
}

small{
font-size:0.8em;
}

large{
font-size:1.2em;
}

th{
font-weight:100;
}

