


*{
	font-family:"メイリオ","ＭＳ Ｐゴシック";

}

body {
	background-image: url("../img/bizan.jpg");
	background-attachment: fixed;
	background-repeat: none;
	margin: 0;
	padding: 0;
}

/*------------- 外枠　-------------*/
div#g00{	
	width: 702px;
	height: auto;
	margin: 10px auto;
	border: none;

}

/*------------- head,1 --------------*/
div#g10{
	width: 700px;
	height: 50px;
	border: solid 1px #000000;
	background: #000066;
}
div#g10 h1{
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 20px;
}

/*------------- content -------------*/
div#g25{
	width: 700px;
	height: auto;
	margin: 30px 0px 3px 0px;
	background: #333333;

}

div#g30{
	width: 660px;
	height: auto;
	margin-left: 20px;
	background: #333333;

}

div#g30 p{

	font-size: 0.9em; line-height: 1.5em; 
	text-indent: 1em; 
	color: #DCDCDC;
}

/*--------------- foot,1 ---------------*/
div#g50{
	clear: both;
	width: 700px;
	height: 30px;
	border: solid 1px #000000;
	background: #800000;
	margin-top: 2px;
}
div#g50 p{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 4px;
	text-align: center;
}


	
h1  {
	color:  #FFFACD;
	font-size: 1.8em ;
	text-align: center;
 }

h2 {	 color: #B22222; font-size: 1em; }
h3 {     color: #800000; font-size: 0.9em; }

p {
	font-size: 0.8em; line-height: 1.5em; 
	text-indent: 1em; 
	color: #000000;
}

a:link { 
	color:  #F0E68C;
 }
a:visited {	
	color: #F0E68C;
 }
a:hover { 
	color: #87CEEB; 
}





