body 	{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #000000;
	background-color: #2E8B57;
	margin: 0px;
	padding: 0px;
	}


a	{
	color:blue;
	text-decoration:none;
	}

a:hover	{
	color:red;
	text-decoration:underline;
	}


.main_box{
	width:100%;
	background-color:white;
	text-align:center;
	}


/*	ヘッダー	*/
.header	{
	width:100%;
	height:29px;
	color:white;
	background-color:#2E8B57;
	padding:3px;
	text-align:left;
	margin-bottom:10px;
	border-bottom:2px solid #1C4B27;
	}
	
.header_menu		{
			width:70px;
			margin-left:20px;
			padding-bottom:2px;
			}

.header_title_link	{
			font-size:12px;
			color:white;
			text-decoration:none;
			}
		
.header_title_link:hover{
			color:white;
			text-decoration:underline;
			}
			
/*	フッター		*/
.footer	{
	width:100%;
	color:white;
	background-color:#2E8B57;
	padding:5px;
	text-align:right;
	margin-top:20px;
	border-top:2px solid #1C4B27;
	}
.footer_title	{
		width:100px;
		font-weight:bold;
		}	