@charset "utf-8";
/* ===================================================================
 CSS INFOMATION

 FILE NAME  : 1-default.css
 STYLE INFO : ブラウザスタイルのリセットと基本設定
=================================================================== */

/*=======================================================
*  BROWSER DEFAULT INITIALIZATION ***********************
=======================================================*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;
	padding: 0;
}


ul,li{
	list-style:none;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight: normal;
}

p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

table	{
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
}
/*=======================================================
*  BASIC STYLE & FONT ***********************************
=======================================================*/
body {
	margin: 0;
	padding: 0;
	
	font:13px/1.231 "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	font-size: 75%; /* IE */
    *font-size:small;
	line-height: 1.3em;
	
}

*:first-child+html body {
	font-size: 12px; /* IE */
	}
	


/*=======================================================
*  IMAGES COORDINATES FOR IE6 ***************************
=======================================================*/
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}