@charset "utf-8";
/* CSS Document */
body {
	font-family: verdana;
	font-size: 12px;
	margin: 0;
	background: #CFDAD2;
}
form {
	margin: 0;	
}
img {
	border: 0;	
}
a {
	text-decoration: none;
	color: #000000;
}
#menu_2_list a {
	color: #ffffff;
}
h2 {
	font-size: 14px;
	padding: 10px 0 10px 0;
	margin: 0;
}
#main_ctn {
	width: 780px;
	margin: 0 auto;	
	background: #ffffff;
	border: solid 1px #D6D6D6;
}
#header {
	height: 95px;
	position: relative;
}
.header_menu {
	float: right;
	padding: 0 10px;
	color: #333;
	font-size: 10px;
	margin-top: 10px;
}
.header_menu_last {
	border-left: solid 1px #cccccc;
	padding-right: 20px;
}
.header_menu_mid {
	border-left: solid 1px #cccccc;
}
#logo {
	margin: 28px;	
}
#banner {
	height: 250px;
	background: #E8E8E8;
}
#omori_logo {
	width: 162px;
	height: 32px;
	border: 0;
	margin-top: 15px;
}
.thumbs {
	width: 34px;
	height: 33px;
	margin-right: 10px;
}
#copyright {
	font-size: 9px;
	clear: both;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.validator
{
    color:orange !important; 
}