@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,
table,td,th,form,fieldset,legend,label{
		margin: 0px;
		padding: 0px;
		font-family:"ＭＳ Ｐゴシック";
		font-style: normal;
		font-weight: normal;
		font-size:100%;
}

html{
	min-height: 100%;
}

body{
	min-height: 100%;
	line-height: 1em;
	color: #686868;
	background-color: #ffffff;
}

input,select,textarea{
     margin: 0px;
					font-family:"ＭＳ Ｐゴシック";
					font-size:100%;
					color: #686868;
					font-weight:normal;
					padding: 0px 2px;
}
ul,ol,li,dl,dt,dd{ line-height: 1em; }
table{ border-collapse: collapse; border-spacing: 0;}
ul,ol{ list-style:none;}
img{ border: 0px; padding: 0; display: inline; vertical-align: bottom;}
*:first-child+html img{ display: inline !important;}
* html img{ display: inline !important;}
a{ text-decoration:none;} 
a:focus{ outline:none;} 
sup{ vertical-align: top;}
sub{ font-size: x-small; vertical-align: text-bottom; padding-right: 3px;}

hr{
		margin:2px;
}
a {
	color: #686868;
	font-weight: normal;
}

a:hover {
	color: #bcbcbc;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

.clr:after {
	content: '';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}




