@charset "euc-jp";

html,body{
	height:100%;
}
html{
	overflow-y:scroll;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
div,table{
	margin:0 auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before,q:after {
	content: '';
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img {
	border: 0;
	vertical-align:middle;
}
li {
	list-style-type: none;
}
/*--- BODY */
body {
	color: #333;
	font-size: small;
	font-family: verdana,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
}
	/* for IE7 */
	*+html body {
	font-family:'¥á¥¤¥ê¥ª', '£Í£Ó £Ð¥´¥·¥Ã¥¯';
	font-size:75%;
	line-height: 1.5;
	}
	
	/* for IE6 */
	* html body {
	font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯';
	font-size:75%;
	line-height: 1.5;
	}
/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}