﻿/* -----------------box------------------- */
#box
{
	color: #006600;
	display: block;
	margin-bottom: 10px;
	font: normal 12px Verdana;
	border: 1px solid #006600;
}
#box .title
{
	padding: 5px;
	color: #006600;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #006600;	
	background: url('./../image/title-bg.gif') #006600;
}
#box .content
{
	padding: 5px;
	line-height: 20px;
	list-style: inside square;
}
#box .content a
{
	color: #006600;
	text-decoration: none;
}
#box .content a:hover
{
	color: #660000;
	text-decoration: underline;
}
#box .content img
{
	border: 0;
}
#box .content img.border
{
	border: 1px solid #006600;
}
#box .content input.text, select, textarea
{
	padding: 2px;
	width: 95%;
	color: #006600;	
	background: #ffffff;
	font: normal 12px Verdana;
	border: 1px solid #006600;
	margin-bottom: 5px;
}
#box .content input.button
{
	padding: 1px;
	color: #ffffff;
	margin-top: 3px;	
	letter-spacing: 1px;
	background: url('./../image/button-bg.gif') #006600;
	font: bold 12px Verdana;
	border: 1px solid #000000;
}
#box .content small
{
	font: normal 9px Verdana;
}
#box .hr
{
	margin: 5px 0 5px 0;
	border-top: 1px solid #006600;
}
#box 