/*kihon*/

body {
	font-size:10pt;
	color:#666666;
	text-align: center;
	margin:0;
    width:100%;
}

#wrapper{
    width:750px;
    margin:auto;
	
}

#content {
	width:750;
 }


/*hedda*/
 
#header {
	background-image: url(../images/title.jpg);
	height: 100px;
	width: 750px;
}

#header a:link {
	font-size: 10pt;
	color: #228b22;
	text-decoration: none;
}
#header a:visited {
	color: #228b22;
	text-decoration: none;
}
#header a:hover {
	color: #ff8080;
	text-decoration: none;
}
#header a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.header_menu {
	font-size: 10pt;
	color: #228b22;
	text-align: right;
	padding-right: 5px;
	padding-top: 8px;
}



/*ページ上部へのリンク*/

.page_top {
	margin-right: 5px;
	text-align: right;
	font-size: 9pt;
	margin-top: 15px;
	text-decoration: underline;

}

.page_top a:link {
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;

}
.page_top a:visited {
	color: #666666;
	text-decoration: underline;
}
.page_top a:hover {
	color: #FF3333;
	text-decoration: underline;
}
.top a:active {
	color: #CCCCCC;
	text-decoration: none;
}




/*フッター*/
#footer {
	width: 750px;
	height: 50px;
	background-image: url(../images/title-2.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
}

