
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
#wrapper{
	width: 954px;
	margin: 0 auto;
}

#top{
	background: #fff;
	width:953px;
	height:67px;
	margin-bottom: 15px;
}

#logo{
	float:left;
	width:70%;
	height:67px;
}
	
#link{
	float:left;
	width:30%;
	height:67px;
}
#link a{	
	text-decoration:none;
	display:block;
	width:100px;
	height:23px;
	margin:6.5px 0 0 70px;
	line-height:23px;
	color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	border:solid 1px #262626;
}
#link a:hover{
	background: #262626;
	color: #fff;
	font-weight:bold;
}
	
#navbar{
	clear: both;
	width: 954px;
	height: 39px;
	margin: 0 0 10px 0;
}

#navbar ul{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	list-style-type: none;
}

#navbar li{
		display: block;
		float: left;
		width: 12.49%; /*メニューボタンの幅*/
		text-align: center;
		background-color: #fff;
		border-collapse: collapse;
}

#navbar li a:hover{
	height: 39px;
	background-color: #fff;
	color: #00C3FF;
	border-bottom: solid 1px #00C3FF;
}

#navbar a{
	color: #262626;/*メニューボタンの文字の色*/
	text-decoration: none;
	display: block;			
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navbar2{
	clear: both;
	width: 954px;
	height: 39px;
	margin: 0 0px 10px 0;
}

#navbar2 ul{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	list-style-type: none;
}

#navbar2 li{
	display:block;
	float:left;
	width:12.49%; /*メニューボタンの幅*/
	text-align:center;
	background-color: #262626;
	color:#fff;
	border-collapse:collapse;
}

#navbar2 li a:hover{
	height:39px;
	background-color:#fff;
	color:#000;
}

#navbar2 a{
	color:#fff;/*メニューボタンの文字の色*/
	text-decoration: none;
	display:block;
}


#contents{
	clear:both;
	width:954px;
	height:100%;
	margin-bottom:50px;
}
#contents_top{
	clear:both;
	float:left;
	width:750px;
	height: 100%;
}
	#side{
		float:left;
		width: 200px;
		height:100%;
		margin-bottom:50px;
	}
#footer{
	clear:both;
	width:954px;
	height:100%;
	background:#262626;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	line-height:50px;
	margin-top:20px;
	bottom:0;
}

