* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FCFAF4;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	color: #333333;
	text-align: center;
}
.btn {
}
.current {
}
#container {
	width: 840px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #EEEEEE;
}
#header {
	height: 124px;
	width: 840px;
}
#title    {
	height: 100px;
	width: 840px;
	background-color: #ccd4a6;
	position: relative;
	clear: both;
	float: left;
}
#title   h1   {
	position: absolute;
	left: 20px;
	top: 8px;
}
#title p         {
	position: absolute;
	top: 25px;
	right: 25px;
}
#menu_bar {
	height: 24px;
	width: 820px;
	background-image: url(../img_common/navi_bar.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	float: left;
}
#menu_bar   li  {
	float: left;
}
#footer {
	width: 810px;
	background-color: #ccd4a6;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}
#footer  #copyright {
	float: left;
	width: 480px;
	margin-top: 8px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.3;
	margin-bottom: 4px;
}
#footer #copyright address {
	font-size: 13px;
	font-style: normal;
	vertical-align: middle;
}
#footer_right   {
	float: right;
	margin-top: 8px;
	text-align: left;
	margin-bottom: 8px;
}
#footer_right a {
	font-size: 13px;
	line-height: 1.7;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer_right  img   {
	vertical-align: text-bottom;
	margin-right: 6px;
	margin-top: 3px;
}
#footer_right a:link {
	line-height: 1.7;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer_right a:hover {
	line-height: 1.7;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#container #contents .pankuzu {
	display: block;
	height: 50px;
	line-height: 40px;
	padding-left: 40px;
}
#container #contents .pankuzu li {
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}
