@charset "UTF-8";
/* CSS */


body {
	background: url(../img/body_bg.gif) repeat-x #FFF;
	color: #6D7979;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}
	
p {
	color: #6D7979;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
	}
	
dl {
	color: #6D7979;
	clear: both;
	line-height: 1.7em;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}
	
dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 6em;
	}
	
dd {
	margin-left: 6em;
	padding: 0;
	}
	
d_bottom {
	border-bottom: 0;
	}
	
h1,h2,h3 {
	color:#7E0017;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 0;
	}
	
a, a:link {
	color:  #6c5a44;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}

#wrapper {
	background: url(../img/wrapper_bg.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
	}
	
#header {
	background: url(../img/header_bg.jpg) repeat-x;
	height: 26px;
	text-align:right;
	}
	
#sec_content {
	background: url(../img/wrap_bg.gif) center repeat-y;
	color: #7E0017;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 860px;
	}
	
#sec_cont_bg {
	background:url(../img/main_content_bg.jpg) bottom repeat-x;
	padding: 20px 10px;
	margin: 0 30px;
	}
	
*html #sec_cont_bg {/*IE6*/
	height: 1%;
	}
	
#content {
	background:url(../img/content_bg.gif) repeat-x;
	}
	
#content_wrap {
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
	width: 800px;
	}
	
#footer {
	background: #b4bcbe;
	color: #FFF;
	font-size: 10px;
	padding: 8px;
	text-align: center;
	}
	
/* =============== TEXT ================= */
.page_top {
	margin-bottom: 15px;
	padding: 8px 0 5px;
	text-align: right;
	}
	
#copy {
  padding-top: 8px;
  padding-bottom: 4px;
  line-height: 2em;
}
	
.content_h2 {
	background:url(../img/title_bg.gif) no-repeat;
	border-bottom: 1px solid #7E0017;
	padding: 10px 0 1px;
	}


	
/* =============== MENU BAR ================= */
#menubar {
	background: url(../img/menubar_bg.gif) repeat-x;
	height: 55px;
	margin: 0 auto;
	text-align: center;
	}
	
#menubar_wrap {
	margin: 0 auto;
	width: 800px;
	}
	
#menubar a {
	display: block;
	float: left;
	height: 35px;
	padding: 20px 0 0;
	width: 160px;
	}
	
#menubar a:hover {
	background-position: 0 -55px;
	text-decoration: none;
	}
	
.menu_a {
	background: url(../img/menu_btn_bg.gif) no-repeat;
	}
	
.menu_b {
	background-image: url(../img/menu_btn_bg_b.gif);
	}

#menubar p {
	color: #7E0017;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px;
	}	
	
/* =============== MAIN VIS================= */

#main_vis {
	background: url(../img/wrap_bg.gif) center repeat-y;
	margin: 0 auto;
	}
	
/* =============== CONTENT LEFT ================= */
#content h1 {
	color: #966;
	font-size: 14px;
	font-weight: bold;
	}

