* {
	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;
	color: #333;
	text-align: center;
	font-family: "メイリオ","Meiryo","ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","osaka","ＭＳ Ｐゴシック","MS PGothic";
	margin: 0 auto;
	background: url(http://cl-nakamura.com/img/background.jpg) repeat-x;
	background-color: #fff;
}
/*
*:first-child+html body {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Sans-Serif;
}

html>body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
}
*/
* html a {
	position: relative;
}

a:link {
	color: #004E81;
}

a:visited {
	color: #004E81;
}

a:hover {
	color: #004E81;
	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%;
}

