@charset "UTF-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#666666;
	line-height:18px;
}

.TopHeader{
	line-height:0px;
}

article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

a{
	text-decoration:none;
	color:#666666;
}

/* new clearfix */
.clr {zoom:1;}
.clr:after {
  content: ""; 
  display: block; 
  clear: both;
}
* html .clr             { zoom: 1; } /* IE6 */
*:first-child+html .clr { zoom: 1; } /* IE7 */