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

#header-wrapper {
  height: 60px;
}
#tab_header {
  height: 60px;
}
#site-title {
  padding: 10px 0 0 0;
}
h5 {
  margin-top: 20px;
}
#sample {
	margin-top: 40px;
	float: left;
	margin-left: 0px;
	width: 600px;
	padding-bottom: 50px;
}
#tab {
	margin-left: 0;
	padding-left: 0;
	height: 18px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 0px;
}
#tab li {
	float: left;
	width: 114px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	list-style-type :none;
}
#tab li a {
	display: block;
	width: 114px;
	height: 18px;
	border-bottom: 0;
	background-image: url(../images/index/tab.png);
	background-repeat: no-repeat;
	color: #777;
	text-align: center;
}
#tab li a:hover,
#tab li.present a {
	background-image: url(../images/index/tab_on.png);
	color: #000;
}


#page1, #page2, #page3, #page4, #page5 {
	margin-bottom: auot;
	padding-top: 1em;
}
