@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	color: #000000;
}
#top_line {
  background: #0066cc;
	height: 10px;
}
#container {
	width: 800px;
	margin: 0 auto auto 100px;	
}
#header {
	
	position:relative;
	width: 800px;
	height: 50px;
	margin-bottom: 0px;
}
#navi {
	clear: both;
	background-image: url(../images/navi/bg_img.gif);
	height: 30px;
	margin: 5px auto;
	background-repeat: repeat-x;
	background-position: left top;
	width: 800px;
}
#content {
	width: 798px;
	border: solid 1px #cccccc;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}
#right_box {
	width: 170px;
	float: right;
	background-color:#CCCCCC;
}
.spacer-include {
   margin: 5px 5px 0px 5px;
}
.clear_both {
   clear: both;
}
#footer {
   clear: both;
	background-image: url(../images/common/footer_bg_img.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 22px;
}
.menu-on-footer {
	color: #FFFFFF;
	font-size: 11px;
	background-color: transparent;
	position: relative;
	top: 4px;
	right: 7px;
}
.menu-on-header{
	position: absolute;
	top: 28px;
	left: 350px;
	font-size: 13px;
	color: #000000;
	width: 450px;
}
img {
  border-style:none;
}
.center_img {
	margin: 10px auto;
}
.center-top_img {
	margin: 0 auto 10px auto;
}

@media print {
	#container {
		width: 800px;
		margin: 0 auto auto 0;	
	}
	#navi {
		display: none;
		visibility: hidden;
	}
	#right_box {
		display: none;
		visibility: hidden;
	}
	#content {
		width: 608px;
	}
	#footer {
		width: 613px;
		height: 22px;
	}
	.menu-on-header{
		position: absolute;
		top: 28px;
		left: 163px;
	}
	.menu-on-footer {
		position: relative;
		top: 4px;
		right: 194px;
	}

}
h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
li {
	margin-left: 15px;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7 */
}


