@charset "utf-8";
/* CSS Document */

/*大枠
-------------------------*/
#wrapper{
background-color:#488317;
width:840px;
margin:0 auto;
}

/*コンテンツ枠*/
#contents{
width:780px;
margin:auto;
}

/*ナビ
-------------------------*/
#nav{
color:#FFF;
font-size:95%;
line-height:20px;
background:#488318;
text-align:left;
}

#nav a:link, a:visited, a:hover{
color:#FFF;
}

/*タイトル
-------------------------*/
h2,h3{
text-indent:-9999px;
line-height:0;
}

/*フォントカラー
-------------------------*/
.red{
color:#F00;
font-weight:bold;
}

/*メニュー
-------------------------*/
table.line {
vertical-align:middle;
font-weight:bold;
width:780px;
}

.line{
width:386px;
}

table.line tr.yellow{
background-color:#fcf4b4;
height:40px;
color:#000;
}

table.line tr.white{
background-color:#FFF;
height:40px;
color:#000;
}

table.line a:link, a:visited {
text-decoration:underline;
color:#000;
}

table.line a:hover {
text-decoration:underline;
color:#FF9900;
}

td.about{
font-size:105%;
font-weight:bold;
line-height:1.6;
color:#000;
}

/*特設ページのリンク先
-------------------------*/
span.special a:link,a:hover,a:visited{
color:#000;
text-decoration:underline;
}

img{
border:none;
}

/*フッター
-------------------------*/
#copyRight{
background-color:#FFF;
padding:5px;
font-size:85%;
line-height:1.5;
text-align:left;
color:#000;
}

#footer img{
margin:5px;
}
