@charset "utf-8";
/*---------------------------------------------------
 @ common settings
---------------------------------------------------*/
body {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 100%;
}
/* Except IE */
html>/**/body {
	font-size: 16px;
}
select, input, textarea {
	font-size:99%;
}
/* 100%だとサファリで大きすぎるので */
pre, code {
	font:100% monospace;
	*font-size:100%;
}
/*IEとそれ以外でサイズが違うのを揃える*/

/*---------------------------------------------------
 @ global
---------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,form,dl,dt,dd,p,span,blockquote {
	margin:0;
	padding:0;
	color:#666666;
}
img {
	border:0;
}
/*---------------------------------------------------
 @ clearfix
---------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear { clear:both; }
/*---------------------------------------------------
 @ link color settings
---------------------------------------------------*/
/* common */
a { outline:none; }
a img { border:none; }

/* main */
a {
	color:#666666;
	outline:none;
}
a:link,
a:visited,
a:active {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}

