@charset "utf-8";

html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
}

p {
	line-height: 26px;
}

input,button,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,p,blockquote,th,td,a {
	margin: 0;
	padding: 0;
}

addr,strong,em,span,address,ins {
	margin: 0;
	padding: 0;
	text-align: left;
}

dl,ul {
	list-style: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;	
}

th,td {
	border-collapse: collapse;	
}

hr {
	display: none;	
}

a {
	text-decoration: none;
	color: #000000;	
}

a:link,a:hover,a:active,a:visited {
	text-decoration: none;
	color: #000000;	
}

a:hover {
	text-decoration:none;
	color: #000000;	
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

S* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

