@charset "utf-8";
/* CSS Document */
h4{
	clear:both;
	float:left;
	display:block;
	width:98%;
	font-size:1.5em;
	padding:9px 0 9px 15px;
	border-left:#009A40 solid 3px;
	border-bottom:1px dashed #BFBFBF;
	margin:10px 0;
}
.part{
	background:url(./images/top02.jpg) no-repeat 0 0;
	display:block;
}
.entry{
	background:url(./images/top03.jpg) no-repeat 0 0;
	display:block;
}
.entry2{
	background:url(./images/top01.jpg) no-repeat 0 0;
	display:block;
}

table{
	width:95%;
	margin:10px auto;
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	background-color:#EDEDED;
	text-align:right;
	padding:7px;
	border-bottom:2px solid #FFF;
	width:20%;
	font-size:0.9em;
}
table td{
	padding:7px;
	font-size:0.9em;
}
table td span{
	font-weight:bold;
}

table td.bb{
	border-bottom:2px solid #EDEDED;
}
/* top messege */
.messege{
	background:url(./images/top.jpg) no-repeat 0 0;
	display:block;
}
/* philosophy */
.phil{
	background:url(./images/top01.jpg) no-repeat 0 0;
	display:block;
}
#sample {
  margin-top: 20px;
}
#main {
  clear: left;
  margin: 20px auto;
  padding: 5px 20px;
  width: 900px;
}
#tab li {
  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  background: #eee;
  border-right:10px solid #FFF;
}
#tab li.select {
  background: #55002F;
  color:#FFF;
}
.disnon {
  display: none;
}

.center{
	text-align:center;
}
.img_center{
	margin:0 auto;
	width:850px;
	display:block;
}
