/* CSS Document */
*{margin: 0; padding: 0;}
body {
	background: none repeat scroll 0 0 #FFFFFF;
    color: #333;
    font-family: "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 12px;
}
a {
	color:#225640;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#89bbcd;
	text-decoration:underline;
}
img {border:0 none;}
ul, ol { list-style: none;}

.fleft { float:left; }
.fright { float:right; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.wrapper{
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

.clearfix:after,
#footer .wrapper:after{
  content: "";
  clear: both;
  display: block;
}

/*** Header ***/
#header{
	display: block;
    position: relative;
    z-index: 100;
	visibility:visible;
}
.header_top{ height: 74px;}
.header_bottom{
	background:url(../../images/top_header_bg.jpg) no-repeat top center;
	height: 448px;
	min-width: 980px;
}
.header_bottom1{
	height: 42px;
	min-width: 980px;
}
.header_bottom1 .navigation{padding-top: 14px;}
.navigation{
	background:url(../images/top_navigation_bg.png) repeat-x left bottom;
	height: 42px;
	margin: 0 auto;
	padding-top: 14px;
	max-width: 1600px;
	z-index: 10;
}
ul#main_nav{ float: left;}
ul#main_nav li{
	float: left;
	height: 38px;
	margin-top: 4px;
}
/** main content **/
#main_content{ position: relative;}
.main{ width: 100%; height: 100%; overflow: hidden}

/** Footer **/
#footer{
	background: url(../images/top-footer_bg.png) repeat 0 0;
	min-width: 980px;
  width: 100%;
  padding-bottom: 20px;
}
.footer_l a{ color:#000; padding-right: 20px}
.footer_l a:hover{ color:#C50000}
.footer_r{ font-size: 11px}
/*margin*/
.m_b10{ margin-bottom: 10px}
.m_b15{ margin-bottom: 15px}
.m_b20{ margin-bottom: 20px}
.m_b35{ margin-bottom: 35px}
.m_b40{ margin-bottom: 40px}
.m_b50{ margin-bottom: 50px}
.m_b55{ margin-bottom: 55px}
.m_b90{ margin-bottom: 90px}

.m_l5{ margin-left: 5px}
.m_l10{margin-left: 10px}
.m_l20{margin-left: 20px}
.m_l35{margin-left: 35px}
.m_l50{margin-left: 60px}
.m_r10 {margin-right:10px;}
.m_t5{ margin-top: 5px;}
.m_t10{ margin-top: 10px;}
.m_t15{ margin-top: 15px;}
.m_t20{ margin-top: 20px;}
.m_t25{ margin-top: 25px;}
.m_t30{ margin-top: 30px;}
.m_t55{ margin-top: 55px;}
.m_t50{ margin-top: 50px;}