@charset "utf-8";
/* CSS Document */

body {
	font-size:14px;
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	line-height:160%;
	text-justify:distribute;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../images/bg_header.jpg) no-repeat top center;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FF9900;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	}
	
a img,:link img,:hover img,:active img,:visited img {
    border: none;
	}
 
a:hover img {
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	}
	
dl,ul,li {
	list-style:none;
	}
	
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.check {
	font-weight:bold;
	color:#FF9900;
	}
	
p { margin-bottom:22px;}

.pagetop {
	clear:both;
	float:right;
	padding-right:20px;
	position:fixed;
	bottom:15px;
	right:15px;
	}