@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}
body {
	background:url(../image/common/background.gif) #f8f8f8 repeat-y center;
	font-size:10pt;
	text-align:center;
	margin:0;
	padding:0;
}
ul,li,ol,dl,dd,dt,p,form,h1,h2,h3,h4,h5,h6,table,th,td {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.bl {
	text-align:left;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}

#container {
	text-align:left;
	background:url(../image/common/head_back.png) no-repeat;
	width:783px;
	min-height:600px;
	margin:0 auto;
}
body.eng #container {
	background:url(../image/common/eng_head_back.png) no-repeat;
}
#head {
	height:210px;
}
#head .logo {
	width:440px;
	padding-top:90px;
	float:left;
}
#head .logo a {
	width:440px;
	height:50px;
}
#head ul {
	width:200px;
	float:right;
	padding-top:22px;
}
#head li {
	width:90px;
	float:left;
}
#head a {
	margin-left:10px;
	width:90px;
	height:20px;
}


#navi {
	width:250px;
	float:left;
	padding-bottom:30px;
}
#navi ul {
	padding-left:20px;
}
#navi li {
	padding:7px 0 5px;
}
#navi a {
	width:210px;
	height:40px;
}
#navi a.activity {
	height:60px;
}


#page {
	width:520px;
	float:left;
	padding:50px 0 40px;
}
#page a {
	color:#f90;
}
#page h2 {
	width:520px;
	height:50px;
	background:no-repeat;
}
#page .entry h3 {
	background:#eff7f8;
	border-bottom:2px solid #5aaed0;
	padding:6px;
	color:#316ca6;
	margin:15px 0 5px;
}
#page .entry h4 {
	border-bottom:2px solid #5aaed0;
	padding:4px;
	margin:15px 0 5px;
}
#page .entry h5 {
	border-left:4px solid #5aaed0;
	padding-left:10px;
	margin:15px 0 5px;
	font-size:10pt;
}
#page .entry h6 {
	font-size:10pt;
}
#page .entry ul li {
	list-style-type:disc;
	margin-left:20px;
	padding:5px 0;
}
#page .entry ol li {
	list-style-type:decimal;
	margin-left:20px;
}

#page .entry table {
	margin-bottom:15px;
}
#page .entry ul,
#page .entry ol,
#page .entry p {
	padding:10px 0 10px;
}
#page .entry th {
	border-bottom:2px solid #5aaed0;
}
#page .entry td {
	border-bottom:1px solid #aaa;
}
#page .entry th,
#page .entry td {
	padding:3px;
}


#foot {
	clear:both;
}
#foot .navi {
	background-color:#ffffcb;
	padding:20px 0 20px 30px;
}
#foot .navi a {
	 color:#333;
}
#foot .navi li {
	width:160px;
	float:left;
	background:url(../image/common/list2.gif) no-repeat 0 50%;
	padding-left:12px;
}
#foot .bottom {
	background:url(../image/common/foot_back.png) no-repeat;
	height:70px;
	margin-top:10px;
	padding:90px 0 0 60px;
}
#foot .bottom_eng {
	background:url(../image/common/eng_foot_back.png) no-repeat;
	height:70px;
	margin-top:10px;
	padding:90px 0 0 60px;
}
#foot .bottom a {
	width:140px;
	height:20px;
}
	


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
