@charset "utf-8";

/* COMMON STYLE
---------------------------------------------*/
* {
	margin: auto;
	padding: 0;
}
body {
	margin: 0 auto;
	color: #333;
	background: #fff;
	line-height: 1.45;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	text-align: center;
}
* html body {
	font-size: x-small;
}
* html body table {
	font-size: 100%;
}
*:first-child+html body {
	font-size: small;
}
h1,
h2,
h3,
h4 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}
h1 img {
padding-left:5px;
}

h2,h3{
margin-bottom:30px;
}

h4{
margin:35px 0 5px 20px;
}

p {
	line-height: 1.6;
}
ul {
	list-style: none;
}
img,
a img {
	border: none;
}
a:link,
a:visited {
	color: #00C;
	text-decoration:none;
}
a:hover,
a:active {
	color: #90C;
	text-decoration: none;
}

#indextop {
	background-image:url(../../img/sub-back.jpg);
	overflow:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-200px;
}

/* CLEARFIX
---------------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* Hides from IE6/IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE6/IE Mac */

