@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
	BASIC
------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #DBE2E9 url(../images/mr-01_back.png) repeat-x;
}
a, a:visited {
	color: #828282;
	text-decoration: none;
}
a:hover {
	color: #0166FF;
	text-decoration: underline;
}
input.text {
	font-size: 11px;
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
}

/* -------------------------------------------
	LAYOUT
------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 998px;
	padding-bottom: 20px; /* for the space underneath the footer */
}
#header {
	width: 100%;
	height: 200px;
	background: white url(../images/dashed-line.png) no-repeat center bottom;
}
#contents {
	width: 100%;
	background: white;
}
#footer {
	width: 100%;
	background: #F5F5F5;
}

/* -------------------------------------------
	HEADER
------------------------------------------- */
#header p {
	margin: 0;
	height: 48px;
	text-align: right;
	color: #828282;
	font-size: 11px;
	padding: 25px 105px 0 0;
}
#header p a {
	color: #828282;
	font-weight: normal;
}
#header p a:hover {
	text-decoration: underline;
	color: #0166FF;
}
#header p.homelogo {
	height: auto;
	text-align: left;
	padding: 0 0 0 105px;
}
#header .homelogo img {
	border: none;
}
/* Search --------------------------------- */
#searchfield {
	text-align: right;
	font-size: 11px;
	color: #828282;
	margin: 0 105px;
	height: 41px;
}
#searchfield-input {
	width: 400px;
	float: right;
}
#searchfield-input input.text {
	height: 20px;
}
#searchfield-button {
	float: right;
}
.mr-btn {
	background: url(../images/button-go.png) no-repeat 0 0;
	width: 24px;
	height: 20px;
	margin: 0 0 0 4px;
	border: none;
	}
.mr-btn_out {
	background: url(../images/button-go.png) no-repeat 0 0;
	width: 24px;
	height: 20px;
	margin: 0 0 0 4px;
	border: none;
}
.mr-btn_over {
	background: url(../images/button-go.png) no-repeat 0 -20px;
	width: 24px;
	height: 20px;
	margin: 0 0 0 4px;
	border: none;
	cursor: default;
}

/* -------------------------------------------
	CONTENTS
------------------------------------------- */
/* Main Banners --------------------------- */
#main-banners {
	margin: 0 105px;
	height: 400px;
	background: url(../images/dashed-line.png) no-repeat center bottom;
}
#main-banners img {
	border: none;
}
/* Homeboxes ------------------------------ */
#the-homeboxes {
	margin: 0 105px;
	background: url(../images/homeboxes-back.png) no-repeat 0 0;
}
.homebox {
	width: 256px;
	height: 190px;
	float: left;
}
.homebox.first {
	background: #EDF4ED;
	margin-right: 12px;
}
.homebox.second {
	background: #F6F6EF;
	width: 252px;
	margin-right: 12px;
}
.homebox.third {
	background: #EDEDF4;
}
.homebox.fourth {
	width: 520px;
	height: 210px;
	margin-right: 12px;
}
.homebox.fifth {
	height: 210px;
}
div.invisible-clearleft {
	clear: left;
}
.homebox-p {
	text-align: center;
	padding: 20px 0 12px 0;
}
.one-line {
	padding-top: 33px;
	padding-bottom: 27px;
}
.homebox-title, .homebox-title a {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #485E77;
}
.homebox p {
	width: 90%;
	margin: 0 auto 10px auto;
	color: #5F5F5F;
}
.homebox p.right {
	text-align: right;
	font-style: italic;
	font-size: 14px;
}
.homebox p.mailing {
	margin: 10px 0;
	padding: 0;
}
ul.homebox-list {
	color: #5F5F5F;
	float: left;
	margin: 10px 30px 0 0;
	padding: 0 0 0 5px;
	list-style: none;
}
ul.homebox-list li {
	background: url(../images/arrow.png) no-repeat 0 4px;
	padding-left: 10px;
	padding-bottom: 6px;
}
.homebox h2 {
	font-weight: normal;
	color: #5F5F5F;
	margin: 40px 0 0 0;
	padding: 0;
}
/* Mailing Textfield ---------------------- */
#mailingfield {
	font-size: 11px;
	color: #828282;
}
#mailingfield-input {
	float: left;
	margin-bottom: 6px;
}
#mailingfield-input input.text {
	height: 20px;
}
#mailingfield-button {
	float: left;
}
#mailingfield p {
	clear: left;
	margin: 0;
	padding: 0;
}

/* -------------------------------------------
	FOOTER
------------------------------------------- */
#footer p {
	margin: 0;
	height: 15px;
	padding: 25px 0 0 0;
	text-align: center;
	color: #676767;
	font-size: 13px;
}
#footer p.copyright {
	font-size: 11px;
	color: #828282;
	height: 30px;
	padding: 10px 0 0 0;
}
