/*---------------------------背景*/
body{
}

/*---------------------------全体幅*/
#container{
text-align: left;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 750px;

}

/*---------------------------ヘッダー*/
#header{
height:auto;
margin:0 auto;
padding: 0px 10px 10px 100px;
}


/*---------------------------コンテンツ*/
#contents{
width: 670px;
margin:0 auto;
}

.title{
	text-align:center;
	margin:20px 0px 20px 0px;	
}


#contents h1{
font-size: 16px;
font-weight:bold;
line-height:18px;
color:#666666;
}

#contents h2{
font-size: 18px;
font-weight:bold;
line-height:18px;
font-family:"ＭＳ 明朝","平成明朝",serif;
padding: 0px 0px 0px 20px;
}


#contents ul{
list-style:none;
padding: 0px 0px 0px 2px;
margin:0px 0px 0px 15px;
}

#contents li{
background-image:url(../images/icon.gif);
background-repeat:no-repeat;
background-position:3px 18px;
padding:5px 0px 7px 20px;
line-height:35px;
}


.main{
font-size: 16px;
line-height:28px;
padding: 0px 0px 0px 20px;
color:#333333;
font-family:"ＭＳ 明朝","平成明朝",serif;
}

.sub{
font-size: 14px;
line-height:28px;
padding: 0px 0px 0px 20px;
color:#333333;
font-family:"ＭＳ 明朝","平成明朝",serif;
}

table.t1{
  margin:0px 0px 0px 20px;
  border:1px #009900 solid;
  border-collapse:collapse;
  padding: 0px 0px 0px 0px;
}

table.t2{
  margin:0px 0px 0px 0px;
  border:0px;
  padding: 0px 0px 0px 0px;
}

th.th1{
  border-bottom:1px #009900 solid;
  border-right:1px #E6FFD9 solid;
  background-color:#00A33D;
  text-align:center;
  border-collapse:collapse;
  height:30px;
  padding: 0px 0px 0px 0px;
}

th.th2{
  border-top:1px #009900 solid;
  border-bottom:1px #009900 solid;
  background-color:#00A33D;
  text-align:center;
  border-collapse:collapse;
  padding: 0px 0px 0px 0px;
}

td.c1{
  border-bottom:1px #009900 solid;
  border-right:1px #009900 solid;
  border-collapse:collapse;
  width:110px;
  padding: 10px; 
}
 

td.c2{
  border-bottom:1px #009900 solid;
  border-right:1px #009900 solid;
  text-align:center;
  padding: 10px; 
}

.news-box{
width:589px;
background-image:url(../images/newsbox.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
padding: 30px 10px 5px 0px;
border:1px solid #009900;
margin:10px 0px 0px 20px;
}




/*---------------------------------フッター*/
#footer{
clear:both;
text-align: right;
width: 750px ;
height:28px;
margin: 0px 0px 0px 0px;
padding:20px 0px 0px 120px;
background-image:url(../images/rogo.jpg);
background-repeat:no-repeat;
background-position:right ;
border-top:1px solid #666666;
font-size: 12px;
line-height:18px;
color:#666666;
}
