@charset "utf-8";

/*　基本設定　*/
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 88%;
	color: #555555;
	line-height: 1.3;
	font-family: "Osaka", "Verdana", "ヒラギノ角ゴ Pro W3", "sans-serif", "ＭＳ Ｐゴシック";
	background-image: url(../newimg/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #d9e1f0;
	background-position: top;
}
h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, form  {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #6C36A3;
	text-decoration: none;
}
a:active, a:hover {
	color: #cc0033;
	text-decoration: underline;
}
dl {
	overflow: hidden;
	zoom: 1;
}
ul {
 list-style-type: none;
}
li {
	list-style-position: outside;
}
img {
	vertical-align: top;
	border-style: none;
}
.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* end MacIE5 */ .left {
	float: left;
}
