@charset "UTF-8";
/*---------------------------------------------

	デフォルをリセット

---------------------------------------------*/
html,body,
div,p,img,
table,th,td,
ol,ul,li,dl,dd,dt,
h1,h2,h3,h4,h5,h6,
blockquote,pre,
form,fieldset,input,textarea{
	margin:0px;
	padding:0px;

}

li,dt,dd{

list-style: none;

}


h1,h2,h3,h4,h5,h6,
th{
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
p{
	margin: 0;
}

html,body,
div,p,a,
table,th,td,
ol,ul,li,dl,dd,dt,
h1,h2,h3,h4,h5,h6,
blockquote,pre,
form,fieldset,input,textarea,select,option{
	color: #000;
	font-size: 14px;
/*	_font-size: small;*/
	line-height: 170%;
}


*{
	outline: none;/*FF*/

}

/*表タイトル*/
table{
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th{
	text-align: left;
}
/*	<a name="">	*/
a[name]:hover{
	text-decoration:none!important;
	outline:0!important;
}
li,ol,ul,dl{
/*	list-style-type : none;*/
	margin-bottom: 0px;
	margin-top: 0px;
}

li li{
	font-size:inherit;
}

img{
	border:0;
	vertical-align:bottom;
}


hr{

   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: gray;   /* 線色 */
   margin-top: 2px;
   margin-bottom: 2px;
   height: 1px;         /* 高さ(※古いIE用) */

/*  ★★このタグを hiddenにしている意味があるのか確認
	height:0;
	visibility:hidden;
	border:0;
*/
}


html{
	height:100%;
	overflow-y: scroll;

	/*IE 背景キャッシュON*/
	filter: expression(document.execCommand("BackgroundImageCache",false,true));
}
/*フォーム要素*/
input{
	line-height:100%;
	padding: 2px;
	margin: 1px 0px;
}
select{
	margin: 1px 0px;
}
textarea {
	padding: 2px;
	font-size: 100%;
	width: 99%;
}
optgroup{
	color: #000;
}
fieldset{
	border: 0;
}



