@charset "utf-8";
/* CSS Document */

body {
	font-size:13px;
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	line-height:160%;
	text-justify:distribute;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#FF9900;
}
a:active {
	text-decoration: none;
	color:#FF9900;
}

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:#0063aa;
	}
	
p { margin-bottom:20px;}

.pagetop {
	clear:both;
	float:right;
	padding-right:20px;
	position:relative;
	top:0px;
	}
	
/* 構造 */
#navigation {
		background:url(../images/common/bg_navi.jpg) repeat-x;
		height:65px;
}

.navi {
		width:960px;
		margin:auto;
}

ul.navi li {
		float:left;
}

#container {
		width:960px;
		text-align:left;
		margin:auto;
		text-align:justify;
		text-justify:distribute;
}

#footer {
	clear:both;
	font-size:11px;
	text-align:center;
}

#ft_inner {
		background:url(../images/common/bg_footer.jpg) repeat-x;
		height:35px;
}

.sitemap {
		width:700px;
		margin:auto;
		padding-top:7px;
}

.sitemap li {
		float:left;
}

#ft {
		clear:both;
		width:960px;
		margin:auto;
		padding-top:15px;
}