@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
body {
	background-image: url(../images/headerBG.png);
	background-repeat:repeat-x;
	background-color:#f1fdff;
	font-family:"Hiragino Kaku Gothic Pro", "HiraKakuPro-W6", "Meiryo", "MS PGothic", "osaka", sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 2;
}
img {
		border:none;
}
body#INFO {
	background-image:none;
	background-color:#ffffff;
} 

#POPUP {
	background-color:#fff;
	background-image:none;
}

p {
	color:#333;
}

.style1 {
	font-size: x-small;
}
.style2 {font-size: small;}

.style3 {
	font-size:115%;
	color: #3366CC;
	margin-bottom:10px;
}
.style4 {
	font-size:110%;
}
.style5 {
	margin-top:5px;
	font-size:105%;
	color: #3366CC;
}
.style6 {
	font-size:small;
	color:#3366CC;
}
.style15 {
	font-size:90%;
	color:#000000;
	text-align: center;
}
.syoyuu {
	text-decoration: none;
}
#gaiyou h2 {
	font-size: medium;
	color: #000066;
	margin-left: -20px;
	margin-bottom: 10px;
}
#gaiyou li {
	margin-left: 30px;
}
.blue {
	color: #3366CC;
}
.red {
	color: #FF0000;
}
.center {
	text-align: center;
}

.topmagin150 {
	margin-top:150px;
	font-weight:bold;
}
	
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
	
/*Hides from IE-mac */
* html .clearfix {height:1%;}	

