/*body
----------------------------------------------------*/
body {
 text-align: center;
 background-color: #cfe3fa;
 background-image: url(../imgs/720.png);
 background-repeat: repeat-y;
 background-position: center;
}

/*link
----------------------------------------------------*/
/*a {
 text-decoration:none;
 }
*/
a:link { 
 color: #666666;
 }

a:visited {
 color: #666666;
 }

a:hover {
 background-color: #FFFF99;
 } 

/*menu
----------------------------------------------------*/
#menu {
 background-image: url(../navi/side.gif);
 background-repeat: repeat-x;
 width: 720px;
 }

/*content
----------------------------------------------------*/
#content {
 width: 720px;
 color: #666666;
}

#content h2 {
 width: 700px;
 font-size: x-large;
 color:#666;
 text-align:left;
 border-style: double none double none;
 border-color: #999;
 margin-top: 10px;
 padding-top: 5px;
 padding-left:10px;
 font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#content h3 {
 font-size: larger;
 text-align: left;
 padding-left: 5px;
 width: 650px;
 border-left: 10px solid #8cd9b3;
 border-bottom: 1px solid #8cd9b3;
 color:#666;
}

#content h4 {
 
 text-align: left;
 padding-left: 5px;
 width: 650px;
 border-left: 10px solid #8cd9b3;
 border-bottom: 1px solid #8cd9b3;
 color:#666;
}

#content p {
 text-align: justify;
 text-justify: distribute;
 margin-left: 15px;
 line-height: 1.5em;
 color:#666666;
 text-indent: 1em; 
}

#content table {
text-align:left;
 }

/*footer
----------------------------*/
#footer p {
 font-size: small;
 clear: left;
 width: 710px;
 color: #666;
 margin: 0px;
 padding: 0px; 
 }

#footer img {
 border: none;
 margin:5px;
}

#footer a {
 text-decoration:none;
 }
