@charset "UTF-8";

/*--------------------------------------*/
/*                                      */
/*### 基本設定項目 ###                  */
/*                                      */
/*--------------------------------------*/


/*--------------------------------------*/
/*# Reset Elements #                    */
/*--------------------------------------*/
*,th,td,form,fieldset,button{
	margin:0;
	padding:0;
	background-position:left top;
}

img,th,td,form,button{
	border:none;
}


/*--------------------------------------*/
/*# Overwrite Elements #                */
/*--------------------------------------*/


/***---ボディ---***/
body{
	background:#ffffff;
	color:#000000;
	font-size:62.5%;/*10px*/ 
}

/***---見出し---***/
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	line-height:1;
}

/***---リスト---***/
ul,ol,li{
	list-style-type:none;
}


/***---テーブル---***/
table{
	border-collapse:collapse;
	border-spacing:0;
}
	th,
	td{
		padding:0;
		vertical-align:top;
		text-align:left;
	}
	th{
		font-weight:normal;
	}

/***---アドレス---***/
address{
	display:block;
}

/***---フォーム部品---***/
input,
select{
	vertical-align:middle;
}
textarea{
	font-size:100%;
}
option{
	padding-right:5px;
}

/***---画像---***/
img{
	vertical-align:bottom;
}
