@charset "utf-8";

body{
	font-family:'ヒラギノ角ゴ Po W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, a, img, td, tr, blockquote{
	margin:0;
	padding:0;
	border:none;
}

li{ list-style:none; }
table{ border-collapse: collapse; }
caption, th{ text-align: left; }
th{ vertical-align: top; }
/*img{ vertical-align: top; }*/
input[type="submit"],
input[type="reset"],
select{
	cursor:pointer;
}
iframe{
	width: 100%;
	border: none;
}

a:hover{
	text-decoration: none;
}

p{
	font-size: 16px;
}

/*************/

.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.center{ text-align: center; }

/*************/

