@charset 'utf-8';

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p{
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
input{
	margin:3px;
}
html{
	overflow:scroll;
}
body{
	position:relative;
	text-align:center;
}
img,img a,a img{
	margin: 0;
	padding: 0;
	border:none;
	border-style:none;
	text-decoration:none;
}
a{
	text-decoration:none;
	overflow:hidden;
}
a, a:link, a:hover {
	background: transparent;
	cursor: pointer;
} 
a:link, a:visited, a:hover, a:active{
	text-decoration: underline;
}
a:active { outline: none; }
a:focus{
	outline:none;
	-moz-outline-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:1em;
	line-height: 1.6em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
form{
	margin: 0;
	padding: 0;
}
.clear {
	padding: 1px;
	clear: both;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */