.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* IE7 MacIE */
.clearfix {
	display: inline-block;
	}
/* IE6 以前 */
* html.clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
	
.clear{
	clear: both;
}
/* Header
-------------------------------------------- */

header{
	color:#000;
	background:#fff;
	margin:10px;
	padding:10px;
	width:940px;
	height: 100px;
	border: 5px solid black;
	float:left;
	}
.logo
	{
	color:#000;
	background:#fff;
	width:884px;
	height: 40px;
	border: 1px solid black;
	margin:0px;
	float:left;
	}
.adsense
	{
	color:#000;
	background:#fff;
	width:728px;
	height: 90px;
	padding:10px;
	margin:10px;
	border: 1px solid black;
	float:center;
	}

/* Categoly Navigation
-------------------------------------------- */

#navi {
	clear: both;
	height: 30px;
	width: auto;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: -40px;
	text-align: left;
}
#navi ul {
}
#navi li {
	float: left;
	height: 30px;
	width: 8.3%;
	display: inline-block;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#navi li#s-menu {
	height: 22px;
	width: auto;
	color: #FFFFFF;
	border: 1px solid silver;
	background-color: #0053A9;
}
#navi li#menu {
	height: 20px;
	width: auto;
	margin-right: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #0053A9;
	color: #FFFFFF;
	font-weight: bold;
}


#Information .tabContainer dl {
	margin-bottom: 20px;
}
#Information .tabContainer dt {
	height: 20px;
	padding-left: 25px;
	margin-bottom: 5px;
	color: #003b82;
}
#Information .tabContainer dd {
	padding-left: 25px;
	margin-bottom: 20px;
}

a:link{text-decoration:none;color:#263AAC;}
a:visited{text-decoration:none;color:#800080;}
a:hover{text-decoration:underline;color:#ff0000;}

body{
	color:#000;
	background:#fff;
	margin:10;
	padding:10;
	width:890px;
	}
.menu
	{
	float:left;
	background-color: white;
	padding: 5px;
	width:260px;
	height: 760px;
	border: 1px solid silver; インラインフレームの中に枠を描く
	}

.candidate
	{
	border: 1px solid silver;
	float:left;
	width:600px;
	background-color: white;
	height: 760px;
	padding: 5px;
	}
.menu_box
	{
	float:left;
	background-color: white;
	padding: 5px;
	width:250px;
	height: 750px;
	font-size:11pt;	
	}


.clears{
  clear:both;
}

.foot
	{
	clear:left;
	background-color: white;
	width: 695px;
	height: 20px;
	padding: 4px;
	}
	
.clears{
  clear:both;
}

.copyright
{
	font-size:70%;
	text-align: right;
}
