* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 135%;
}


body {
	height:auto;
	margin: 0px;
	text-decoration: none;
	background:url(../images/background.jpg) repeat-x left top;
	font-size:84%;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align:left;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	text-decoration: none;
	clear:both;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
ul,ol {
	list-style-type:none;
}
.clear{
	clear:both;
}
.clearfix:after{
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;	
}
.clearfix{
	min-height:1px;
}
*html .clearfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
.imgLeft{
	float: left;
}
.imgRight{
	float: right;
}