@charset "utf-8";


/* 初期化 */

body {
	font-size: 14px;
	color: #5a5a5a;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body, div, p, h1, h2, h3, h4, h5, ul, ol, img, dl, dt, dd, img, a {
	margin: 0;
	padding: 0;
	border: 0;
	
/*	font-size: 100%;
	font-weight: normal;*/
}

div, p, h1, h2, h3, h4, h5, ul, ol, dl, dt, dd, a {
	font-size: 100%;
	font-weight: normal;
}

th, td {
	font-size: 100%;
}

a {
	text-decortion: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;	
}

small {
	font-size: 85.7%;
}



/* clear設定 */

.clearfix{
	/*\*/
	_height:1px;
	_overflow:visible;
	zoom:1;
	/**/
	/*\*//*/
	display:inline-table;
	/**/
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


