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

	デフォルをリセット

---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
    font-family: "ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","Osaka","ＭＳ Ｐゴシック","MS P Gothic","Arial",sans-serif;
    font-size: 14px;

}


li,dt,dd{

list-style: none;

}


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


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: 150%;
}


*{
	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{
	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;
}





.pagetop{
display:none;
position:fixed;
bottom:30px;
right:30px;
}
.pagetop>a{
display:block;
width:43px;
height:43px;
background:url(../img/pagetop.png) no-repeat;
text-indent:-9999px;
}



.all_wrap{
	margin: 0;
	padding: 0;
	overflow: hidden;
}