body {
	background-color: #f8f8f8;
	text-align: center;
	color: #666666;
}

.wrap {
	width: 700px;
	text-align: center;
}

.header {
	text-align: right;
	font-size: 10px;
}

.header a:link {
	color: #666666;
	text-decoration: none;
}

.header a:visited {
	color: #666666;
	text-decoration: none;
}

.header a:hover {
	color: #333333;
	text-decoration: underline;
}

.immunity {
	font-size: 10px;
}

.banner {
	width: 700px;
	height: 219px;
	text-align: left;
	background-image: url(image/top.jpg);
}

h1 {
	color: white;
	font-size: 18px;
	padding-left: 10px;
	width: 100%;
	filter: Glow( color=#33ccff, strength=2 );
}

h2 {
	color: white;
	font-size: 14px;
	padding-left: 20px;
	width: 100%;
	filter: Glow( color=#33ccff, strength=1 );
}

h3 {
	font-size: 14px;
}

h4 {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 12px;
	background-image: url(image/h4.jpg);
	background-repeat: repeat-x;
}

h5 {
	font-size: 12px;
	line-height: 0%;
}

a:link {
	color: #666699;
	text-decoration: none;
}

a:visited {
	color: #666699;
	text-decoration: none;
}

a:hover {
	color: #333399;
	text-decoration: underline;
}

.normal_text {
	font-size: 12px;
}

.contents {
	width 700px;
	background-color: white;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
}

.contents_left {
	width: 470px;
	vertical-align: top;
	padding: 10px;
}

.contents_title {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	border-left: 7px solid #999999;
}

.menu_frame {
	width: 180px;
	border-top: 3px solid #f6f6f6;
	border-left: 3px solid #f6f6f6;
	border-right: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
}

.menu_title {
	width: 170px;
	color: #afafaf;
	font-size: 10pt;
	font-weight: bold;
	background-color: #ebebeb;
	text-align: center;
	border-top: 2px solid #f6f6f6;
	border-left: 2px solid #f6f6f6;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}

.menu a:link {
	color: #666666;
	text-decoration: none;
}

.menu a:visited {
	color: #666666;
	text-decoration: none;
}

.menu a:hover {
	color: #333333;
	text-decoration: underline;
}

.menu {
	font-size: 12px;
}

.copyright {
	text-align: center;
	font-size: 10px;
}

.produced {
	text-align: right;
	font-size: 10px;
}

.produced a:link {
	color: #666666;
	text-decoration: none;
}

.produced a:visited {
	color: #666666;
	text-decoration: none;
}

.produced a:hover {
	color: #333333;
	text-decoration: underline;
}

.mailform_left {
	width: 90px;
	padding-left: 10px;
	font-size: 12px;
	background-color: #ebebeb;
}

.mailform_name {
	width: 200px;
}

.mailform_email {
	width: 250px;
}

.mailform_question {
	width: 350px;
	height: 300px;
}

.float_left {
	float: left;
	padding-right: 5px;
}

.transparent {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.wnd {
	text-align: center;
	background-image: url(image/menu_bar.jpg);
	background-repeat: repeat-x;
}

.gallery_menu {
	text-align: center;
}

#picturebox {
	padding: 3px;
	border-top: 2px solid #f6f6f6;
	border-left: 2px solid #f6f6f6;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}

.warning {
	font-weight: bold;
	color: red;
}






#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(image/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image/overlay.png", sizingMethod="scale");
	}
