* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

body {
	font-size: 16px;
	background: #E9E9E9;
	color: #333;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,Osaka;
	margin: 0 auto;
}

*:first-child+html body {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Sans-Serif;
}

html>body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

a:active {
	
}

p {
	margin-bottom: 1em;
	line-height: 137%;
}

li {
	list-style: none;
}

img,abbr,acronym,fieldset {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

