@charset "euc-jp";

#main{
	display: block;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4268B0;
	border-left-color: #4268B0;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	line-height: 2em;
	padding-top: 10px;
}
#pgtop{
	font-size: 12px;
	line-height: 53px;
	background-image: url(../global_img/main_bottom.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 53px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	clear: both;
}
#pgtop a{
	color: #333;
	text-decoration: none;
	
}
#pgtop a:hover{
	color: #900;
	text-decoration: underline;
	}
