@charset "utf-8";
/* CSS Document */

 
*  { margin:0;
     padding:0;
}


body	{
	     margin-top: 20px;
	     padding: 0;
	     background-image:url(img/bggreen.gif);
         text-align:center;
		 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		 font-size:16px;
		 
		  }

a	{
	color: #017acd;
	}
	
img{	border-style:none;
}


/* コンテナ */
#container	{
	background-image: url(img/line-gray.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
    border-top:solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
    border-bottom: solid 1px #666666;
	margin-top:0;
	padding-top:0;
	
	}
 


/* ヘッダー */
#header	{ width:760px;
	               height:239px;
	               border-bottom: solid 1px #666666;       
             }


#header h1	{
	             margin: 0;
				 padding:0;
                 color:#ffffff;
                 font-size:20px;
				 }

#header p	{
	             color: #ffffff;
	             font-size: 0.75em;
	             margin: 0;
                
}

/* パンくずリスト */ 
p#bread	{
	     background-color: #ffffff;
	     font-size: 0.75em;
	     margin-top: 0;
	     margin-bottom: 0;
	     padding-top: 3px;
      	 padding-bottom: 20px;
		 }


/* コンテンツ */

#content	{
	  width: 500px;
	  float: right;
	  margin-right:20px;
	  margin-top: 25px;
	  margin-bottom: 25px;
      text-align:left;
	  display: inline;
	  }

#content ul{list-style:none;
                   padding:8px 10px;  
}



#content h2	{
	         background-color: #ffffff;
	         background-image: url(img/green.gif);
	         background-repeat: repeat;
	         font-size: 1em;
	         color: #ffffff;
	         line-height: 25px;
	         padding-left: 12px;
	         margin-top:20px;
             width:450px;
             }




#content h3	{
	             background-color: #e0e0e0;
	             width:430px;
	             background-repeat: no-repeat;
	             font-size: 0.875em;
	             line-height: 23px;
	             padding-left: 30px;
	             margin-top: 30px;
	             margin-bottom:20px;
				
				 }
				 
				 
#content h4	{ 
                  margin-top:20px;
                 }

div#content p	{
	             line-height: 1.6en;
	             margin-top: 10px;
                 padding-left:15px;
                 }

div#content p#message	{
	             margin-top: 0;
				 }




/*メニュー*/

ul#menu	{ font-size: 0.75em;
	  margin-top: 0;
	  margin-bottom: 30px;
	  margin-left: 0;
	  padding-left: 0;
	  height: 30px;
	  background-color:  #9ACD32;
}

ul#menu li	{list-style-type: none;
	         float: left;
}

ul#menu li a	{display: block;
	         width: 120px;
	         line-height: 30px;
	         text-decoration: none;
	         text-align: center;
	         color: #ffffff;
	         background-color: #9ACD32;
	         border-right: solid 1px #ffffff;
}

ul#menu li a:hover	{background-color: #7CFC00;
}




/* サイドバー */
div#sidebar	{
	width: 190px;
	float: left;
	margin-top: 25px;
    margin-left:15px;
	}

ul.sidemenu	{
	border-top: solid 1px #666666;
	font-size: 0.75em;
	margin-top: 30px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0;
	
	}

ul.sidemenu li	{
	list-style-type: none;
	}

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #9ACD32;
	background-color: transparent;
	border-bottom: solid 1px #666666;
	padding-left: 5px;
	}

ul.sidemenu li a:hover	{
	background-color: #9ACD32;
	color: #ffffff;
	}


/* フッター */

div#footer	{
	         background-image: none;
		     background-color: #dddddd;
	         border-top: solid 1px #666666;
	         width:760px;
	         height:15px;
	         margin: 0;
	         padding-top: 8px;
	         clear: both;
			 }


address	{
	     font-size: 0.75em;
	     font-style: normal;
	     color: #666666;
	     text-align: center;
  	}
	