@charset "UTF-8";

body {
	font-size: 85%;
	margin: 0;
	padding: 0;
	color:#333;
	background:#ddd;
	line-height:150%;
}
img{
	border:none;
	vertical-align:bottom;
}
img.right{
  float:right;
  margin-left:10px;

}
h1,h2,h3,h4,h5,p,form,dl,dd,dt{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
a{
  color:#134b89;
}
a:hover{
  color:#ccc;
}
table {
	border-collapse:collapse;
}
th{
	font-weight:normal;
	color:#fff;
	background:#134b89;
}
td{
	vertical-align:top;
}
td.c0{
 	background:#f0f0e9;
}
td.center{
	text-align:center;
}
table.allcenter td{
	text-align:center;
	vertical-align:middle;
}
.clr{
	clear:both;
}
.blue{
	color:#5089E6;
}
.green{
	color:#74973B;
}
.error{
	color:#f00;
}
p.atn{
  padding-left:12px;
  background:url(img/li_sq_red.gif) 0 0.5em no-repeat;
}
/* header
--------------------------------------------------------------------*/
#header {
	width: 820px;
	height:162px;
	margin-left:0px;
	background:url(img/header.jpg) no-repeat;
}
/* footer
--------------------------------------------------------------------*/
#footer{
  margin-top:20px;
  border-top:1px solid #8a8a8a;
  border-bottom:10px solid #071f3a;
  text-align:center;
}
#footer img{
  padding:20px 0;
}

/* container
--------------------------------------------------------------------*/
#container {
	width: 820px;
	margin-left: auto;
	margin-right:auto;
	background:#fff;
}
/* menu
--------------------------------------------------------------------*/
#menu{
  float:left;
  width:200px;
}
#menu p{
  margin:10px 0 0 10px;
}
#menu ul{
  width:171px;
  margin:0;
  padding:0;
  margin-left:10px;
  list-style:none;
}
#menu li{
  dispay:block;
  border-bottom:1px solid #003f0e;
  border-left:1px solid #003f0e;
  border-right:1px solid #003f0e;
}
#menu li a{
  padding:10px 0 10px 5px;
  color:#555;
  display:block;
  text-decoration:none;
}
#menu li a:hover{
  color:#134b89;
  background:#eee;
}
/* contents
--------------------------------------------------------------------*/
#content{
  float:left;
  width:620px;
}
/* index
--------------------------------------------------------------------*/
#cont_index{
  background:url(img/index_bg.jpg) bottom no-repeat;
}
#cont_index p.img{
  margin-top:20px;
}
#cont_index p.text{
  padding:20px 30px 20px 20px;
}
/* policy
--------------------------------------------------------------------*/
#content h1{
  width:580px;
  margin-top:20px;
  padding:8px 0 16px 10px;
  font-size:25px;
  background:url(img/cont_head.gif) right bottom no-repeat;
}
#cont_policy{
  width:580px;
}
/* target
--------------------------------------------------------------------*/
#cont_target{
  width:580px;
}
#cont_target ol{
  margin-top:10px;
}
#cont_target li{
  padding-bottom:1em;
}
/* officer
--------------------------------------------------------------------*/
#cont_officer{
  width:580px;
}
#cont_officer table{
    border-top:1px solid #000;
    border-left:1px solid #000;
    margin:20px 0 0 10px;
}
#cont_officer table td{
  border-bottom:1px solid #000;
  border-right:1px solid #000;
}
#cont_officer table td{
  padding:5px 10px;
}
/* formation
--------------------------------------------------------------------*/
#cont_formation{
  width:580px;
}
#cont_formation table{
    border-top:1px solid #000;
    border-left:1px solid #000;
    margin:20px 0 0 10px;
}
#cont_formation td,#cont_formation th{
  border-bottom:1px solid #000;
  border-right:1px solid #000;
}
#cont_formation table td{
  padding:5px 5px;
}
/* schedule
--------------------------------------------------------------------*/
#cont_schedule{
  width:580px;
}
#cont_schedule table{
    border-top:1px solid #000;
    border-left:1px solid #000;
    margin:20px 0 0 10px;
}
#cont_schedule td,#cont_schedule th{
  border-bottom:1px solid #000;
  border-right:1px solid #000;
}
#cont_schedule table td{
  padding:5px 5px;
}
#cont_schedule td.dot{
	border-bottom:1px dotted #999;
}
/* member
--------------------------------------------------------------------*/
#cont_member{
  width:580px;
}
#cont_member table{
    border-top:1px solid #000;
    border-left:1px solid #000;
    margin:20px 0 0 10px;
}
#cont_member td,#cont_member th{
  border-bottom:1px solid #000;
  border-right:1px solid #000;
}
#cont_member table td{
  padding:5px 8px;
}
#cont_member td.dot{
	border-bottom:1px dotted #999;
}

