@charset "utf-8"; 

/* リセット宣言CSS ----------------------------------- */
/* 各ブラウザの異差等をこのスタイルシートで吸収します。*/
/* reset.css ----------------------------------------- */

/* すべての要素 ---------------- */
*	{
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-weight: inherit;
	text-decoration: inherit;
	font-style: inherit;
}

/* htmlとbodyをリセットする ---------------- */
html,body	{
	margin: 0px;
	padding: 0px;
	background:transparent;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color:#000000;
	font-size:100%;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Verdana, Helvetica, sans-serif;
}

/* 見出し・段落などのよく使うブロック要素をリセットする ---------------- */
h1,h2,h3,h4,h5,h6,address,div,p {
	margin: 0px;
	padding: 0px;
	border:none;
	font-size:100%;
	font-style: normal;
	font-weight: inherit;
}
/* リスト要素をリセットする ---------------- */
dl,dt,dd,ol,ul,li	{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	list-style-position: outside;
	list-style-type: none;
	font-weight: inherit;
}
/* テーブルに含まれる要素をリセットする ---------------- */
table,th,td,tr	{
	margin: 0px;
	padding: 0px;
	border:none;
	font-size:100%;
	text-align: justify;
	font-weight: inherit;
}
/* フォームに含まれる要素をリセットする ---------------- */
form,input,textarea,label,button,select,option {
}
input,textarea,select,option,button {
	font-size:100%;
}
input[type="checkbox"]	{
	position: relative;
	top: 1px;	
}
fieldset	{
	border:none 0px;
}
/* インライン要素など ---------------- */
span,em,strong,dfn,cite,abbr,acronym,q,ins,img,del,a {
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight: inherit;
	text-decoration: inherit;
	font-style: normal;
	font-weight: inherit;
	color: inherit;
}

/* イメージ関係 ---------------- */
img	{
	border:none;
}

ul img,dl img,ol img,li img,table img	{
	vertical-align : bottom;
}

