html { 
	overflow-y:scroll;
	
}

body {
background-color: #FFFFFF;
margin: 0px;
padding: 15px 0px 20px;
text-align: center;
font-size: 100%;
}
#clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

#wrap{
	width: 680px;
	_width: 705px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 0px none;
}

#head{background-color: #FFFFFF;}
#head td{	font-size: 12px;}

#head .arrow{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
	margin-left: 10px;
}
#head .close{
	background-image: url(images/close.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-left: 10px;
}
#head a:link{
	color: #333333;
	text-decoration: none;
}
#head a:visited{
	color: #666666;
	text-decoration: none;
}
#head a:hover{
	color: #A17A40;
	text-decoration: underline;
}

#footer {
	width:705px;
	background-color:#FFFFFF;
	text-align: center;
	}


#contents {
	width:680px;
	_width:705px;
	border: 3px solid #663322;
	margin-bottom: 3px;
	background-color: #E5D2CA;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contents p{margin-left:1.5em;}

#contents table{}

#contents td{font-size: 14px; color:#333333; line-height: 1.5;}

#contents h1{font-size:18px; color:#4D8900; margin-bottom: 5px; margin-left:1em; border-bottom: 2px solid #4D8900;}
#contents h3{font-size:18px; color:#FFFFFF; margin-bottom: 5px; margin-left:1em;}
#contents h4{font-size:18px; color:#003300; margin-bottom: 5px; margin-left:1em;}

#contents #brk{display:block; width:190px; height: auto; padding-left: 1em; padding-right: 3px; text-align:left; border: 2px solid #003300; font-size: 12px;}

#contents #brk h2{font-size:16px; color:#333333; margin-bottom: 5px; padding-top: 10px;}

#contents #photo{display:block; width:130px; height: 130px; margin-top: 5px; margin-bottom: 5px;}

#contents #photo2{display:block; width:150px; margin-top: 5px; margin-bottom: 5px;}

#contents a:link{
 font-size: 16px;
	color: #006400;
	font-weight: bold;
	text-decoration: none;
}
#contents a:visited{
 font-size: 16px;
	color: #006400;
	font-weight: bold;
	text-decoration: none;
}
#contents a:hover{
 font-size: 16px;
	color: #B22222;
	font-weight: bold;
	text-decoration: underline;
}

.alpha{background-color:#E5D2CA; }