@charset "utf-8";

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }


/** 2016 styles **/
body {
	font-family:"Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	background-image: url(img/bg_graphic.png);
}

dl dt {
	font-weight:normal;
}


.container {
	max-width:750px;
}

#globalnav {
	background-color: #FC0;
	margin-bottom:2em;
}

#globalnav a {
	color:#000;
}

#globalnav a:hover {
	background-color:#F7F7F7;
}


.bk-note {
	background-color:#FFF;
	background-image: url(img/01_03.png);
	background-repeat:repeat;
	background-position: left top;
	border:solid 1px #E7E7E7;
	border-top:none;
	border-left:none;
}

.bk-note-dot {
	background-color:#FFF;
	background-image:url(img/bk_note_d.png);
	background-repeat:repeat;
	background-position: left top;
	border:solid 1px #A5E8E8;
}

.border-default {
	border:solid 1px #999999;
	
}
.border-bottom-dot {
	border-bottom:dotted 2px #666;
}
#add {
	border-top:dotted 2px #666;
	padding:1em;
	font-size:0.8em;
}
#copyright {
	font-size:0.7em;
	background-color:#8FC17B;
	text-align:center;
	color:#000;
	padding: 0.25em 0;
}