@charset "euc-jp";
/* CSS Document */

/*------------------------- Menu -------------------------*/
#menu{
	width: 737px;
	margin-right: auto;
	margin-left: auto;
}
#menu p{
	width: 149px;
	text-align: center;
	line-height: 16px;
}

#menu a:link{
	color: #0000FF;
	font-size: 12px;
	text-decoration: none;
}
#menu a:visited{
	color: #0000FF;
	font-size: 12px;
	text-decoration: none;
}
#menu a:hover{
	color: #0000FF;
	font-size: 12px;
	text-decoration: underline;
}
/*------------------------- Contents -------------------------*/
#contents{
	width: 776px;
	margin-right: auto;
	margin-left: auto;
}

#contents .info{
	width: 595px;
	background-image: url(img/oshirase.jpg);
	background-repeat: no-repeat;
	height: 118px;
}
#contents .info p{
	padding-top: 15px;
	padding-bottom: 15px;
	height: 88px;
	padding-left: 125px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 1px;
}
#contents .info .red{
	color: #FF0000;
}
#contents .mb15{
	margin-bottom: 15px;
}
#contents .bannar{
	margin-bottom: 8px;
	margin-right: 12px;
}
/*------------------------- Foot Menu -------------------------*/
#footmenu{
	width: 780px;
	text-align: center;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: auto;
}
#footmenu a:link{
	color: #333333;
	text-decoration: none;
}
#footmenu a:visited{
	color: #333333;
	text-decoration: none;
}
#footmenu a:hover{
	color: #333333;
	text-decoration: underline;
}

/*------------------------- Footer -------------------------*/

#footer{
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
	margin-bottom: 10px;
}
#footer .middle{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
/*------------------------- Page Top -------------------------*/
#toppgtop{
	width: 760px;
	text-align: right;
	color: #E6B63D;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#toppgtop a:link{
	text-decoration: none;
	color: #E6B63D;
}
#toppgtop a:visited{
	text-decoration: none;
	color: #E6B63D;
}
#toppgtop a:hover{
	text-decoration: underline;
	color: #E6B63D;
}

