body{
background-color: #ddc;
font-size: 0.71em;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #000000;
margin:  10px 0px 10px 20px;
padding: 0px;
}

a:link {
color: #669933;
text-decoration: underline;
}

a:visited 
{
color: #000000;
text-decoration: underline;
}

a:active 
{
color: #000000;
text-decoration: underline;
}

a:hover 
{
color: #ffffff;
text-decoration: underline;
}
p{
line-height: 150%;
}
ul{
margin: 0px;
padding: 0px 0px 0px 20px;
width: auto;
text-align: left;
list-style: none;
}
il{
list-style: none;
padding: 0px;
}
dl {
list-style-position: inside;
padding: 0px;
margin: 0px;
}
dt {
color: #000000;
font-weight: bold;
list-style: none;
margin:0px;
padding:0px;
}
dd {
margin:0px;
padding:4px 0.5em;
}
/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 1.8em;
font-weight: bold;
color: #91AE69;
text-align: left;
padding: 20px 0px 0px 20px;
width: auto;
}
h1 a:link {
color: #91AE69;
text-decoration: none;
}

h1 a:visited {
color: #91AE69;
text-decoration: none;
}

h1 a:active {
color: #91AE69;
text-decoration: none;
}

h1 a:hover {
color: #ffffff;
border-bottom:3px dotted #efa;
}

/***** 見出し（テキストタイトル部分）******/
h2 {
font-size: 0.9em;
padding: 2px 10px 2px 5px;
text-align: left;
font-weight: bold; 
height: auto;
width: auto;
margin: 0px ;
color: #91AE69;
background-color: #deb;
border-style:solid;
border-width:0px;
border-left-width:10px;
border-color:#91AE69;
}

/***** page部分******/
#page
{  
width: 400px;
height: auto;
position:relative;
margin: 0px;
padding: 0px;

}
/***** head部分******/
#head
{  
width: auto;
height: auto;
margin: 0px;
background-image: url(top.jpg);
background-position:top center;
background-repeat: no-repeat;
height: 240px;
}

/***** main部分******/
#main{
width: 400px;
margin: 0px;
padding: 0px;
height: auto;
float: left;
background-image: url(bg.jpg);
} 

/***** コンテンツメニュー部分******/
#menu {
margin: 0px;
padding: 0px 0px 0px 20px;
width: auto;
text-align: left;
}
#menu ul {
width: auto;
padding: 0px;
margin: 0px;
line-height: 15px;
}
#menu li {
display: inline;
list-style: none;
font-size: 0.7em;
font-weight: bold;
padding: 0px;
}
#menu a {
text-decoration: none;
color: #91AE69;
}
#menu a:hover {
color: #ffffff;
border-bottom:2px dotted #efa;
}

/***** テキスト部分 ******/
.text
{
padding: 5px 10px 5px 10px;
margin: 0px;
text-align: left;
height: auto;
}
/***** foot部分 ******/
#foot{
position:relative;
width:auto;
height: auto;
clear:both;
margin: 0px;
background-image: url(bottom.jpg);
background-repeat: no-repeat;
background-position:left top;
}

/***** 著作権表示部分 ******/
#copy
{
text-align: center;
height: auto;
width: auto; 
padding: 10px 0px 5px 0px;
} 

.navi{
margin: 0px ;
text-align: right;
padding: 2px 20px 2px 0px;
color: #91AE69;
background-color: #deb;
}
.navi a {
text-decoration: none;
color: #91AE69;
}
.navi a:hover {
color: #B9D8A5;
text-decoration: underline;
}


