@charset "shift_jis";

body {
	margin: 25;
	padding: 0;
	background: url(../image/kabe1.gif);
	text-align:center;
}

a:link {
	color:#593500;
	text-decoration:none; 
}
a:visited { 
	color:#593500; 
	text-decoration:none; 
}
a:hover { 
	color:#006400; 
	text-decoration:none; 
}
a:active { 
	color:#593500; 
	text-decoration:none; 
} 

.frame_yoko{
	background: url(../image/frame.gif);
	
}

.frame_tate{
	background: url(../image/frame2.gif);
}


/*------------------ ナビゲーション ------------------*/


.navi_en{
	display:block;
	margin:0;
	font-family:century;
	font-size: 16px;
	font-weight: bold; 
	letter-spacing: 0px; 
	text-align:center;
	background: #E3F9D8;
}

.navi_jp{
	display:block;
	margin:0;
	font-size: 15px;
	font-weight: bold; 
	letter-spacing: 0px; 
	text-align:center;
	background: #E3F9D8;
}




.text{
	color:#000000;
	font-size: 13px;
	text-decoration:none;
	letter-spacing: 1px; 
	line-height:125%;
	padding:15px;
	vertical-align:top;
}

.title{
	color:#000000;
	font-size: 16px;
	text-decoration:none;
	letter-spacing: 2px; 
	line-height:125%;
	font-weight:bold;
	padding-left:30px;
	padding-top:30px;
}

.honbun{
	color:#000000;
	font-size: 14px;
	text-decoration:none;
	letter-spacing: 1px; 
	line-height:150%;
	padding:30px;
}

.honbun a { 
	color:#FF0000;
}
.honbuna:link {
	color:#FF0000;
}
.honbun a:visited { 
	color:#FF0000;
}
.honbun a:hover { 
	color:#FF0000;
}
.honbun a:active { 
	color:#FF0000;
} 

/*------------------ Copyright ------------------*/


#copyright {
	font-size:14px;
	text-align:center;
	font-weight: bold; 
	line-height:1.5;
	text-decoration: none;
	padding-bottom:0px;
	color:#A57D41;
}

.author {
	font-size:10px;
	line-height:120%;
	text-decoration: none;
	color:#593500;
}

