

@charset "Shift_JIS"


*{
	font-family:"メイリオ","ＭＳ Ｐゴシック";
}

body {
/*------------------------------------------------*
	background-image: url("../img/acty2.jpg");
/*------------------------------------------------*/
	background-image: url("../img/bizan.jpg");
	background-attachment: fixed;
	background-repeat: none;
	margin: 0;
	padding: 0;
}



/*------------- head,2 --------------*/
div#g15{
	width: 400px;
	height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	border: none;
}
/*------------- 外枠　-------------*/
div#g00{
	width: 900px;
	height: 400px;
	margin-top: 0px;
	margin-left: 0px;
	border: none;

}
/*---------------- left box -------------*/
div#g20{
	width: 20px;
	height: 220px;
	border: none;
	margin-top: 0px;
	float: left;
}

/*------------mid box select -----------------------*/
div#g30{
	width: 420px;
	height: 360px;
	border: none;
	margin-top: 0px;
	float: left;
}
/*-------------- bottan,1 ------------*/
div#g31{
	width: 300px;
	height: 24px;
	border: solid 1px #000000;
	background-image: url("../img/pb10.jpg");
	margin-top: 0px;
	margin-left: 40px;	
}
div#g31 p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	text-align: center;
}
/*--------------- bottan,2-------------*/
div#g32{
	width: 300px;
	height: 24px;
	border: solid 1px #000000;
	background-image: url("../img/pb10.jpg");
	margin-top: 10px;
	margin-left: 90px;	
}
div#g32 p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	text-align: center;
}
/*--------------- bottan,3-------------*/
div#g33{
	width: 415px;
	height: 80px;
	border: solid 1px #000000;
	margin-top: 30px;
	background-image: url("../img/rogo.jpg");
	
}
/*--------------- bottan,4-------------*/
div#g34{
	width: 300px;
	height: 24px;
	border: solid 1px #000000;
	background-image: url("../img/pb10.jpg");
	margin-top: 30px;
	margin-left: 30px;	
}
div#g34 p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	text-align: center;
}
/*--------------- bottan,5-------------*/
div#g35{
	width: 300px;
	height: 24px;
	border: solid 1px #000000;
	background-image: url("../img/pb10.jpg");
	margin-top: 10px;
	margin-left: 100px;	
}
div#g35 p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	text-align: center;
}
/*--------------- bottan,6-------------*/
div#g36{
	width: 300px;
	height: 24px;
	border: solid 1px #000000;
	background-image: url("../img/pb10.jpg");
	margin-top: 10px;
	margin-left: 60px;	
}
div#g36 p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	text-align: center;
}
/*--------------right box ---------------*/	
div#g40{
	width: 242px;
	height: 400px;
	margin-left: 690px;
	margin-top: 0px;
	border: solid 1px #000000;
	background-image: url("../img/gos.jpg");
}

/*-------------- foot,2 ---------------*/
div#g60{
	width: 500px;
	height: 30px;
	border: solid 1px #FFFFFF;
	background: #800000;
	margin: 20px auto;
}
div#g60 p{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 6px;
	text-align: center;
}

/*---------------------------------------*/
a{
	text-decoration: none;
}
a:link { 
	color: #87CEEB;
 }
a:visited {	
	color: #87CEEB;
 }
a:hover { 
	color: #FFFF00; 
}

/*--------------------------------*


a:hover div#g31 { 
	background: #FFFACD; 
}
a:hover div#g32 { 
	background: #FFFACD; 
}
a:hover div#g33 { 
	background: #FFFACD; 
}
a:hover div#g34 { 
	background: #FFFACD; 
}
a:hover div#g35 { 
	background: #FFFACD; 
}
a:hover div#g36 { 
	background: #FFFACD; 
}


