@charset "utf-8";

/* CSS Document */


/* ================ reset ================== */
body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
dl,dt,dd,
form {
	margin:0;
	padding:0;
	border:0;
	line-height:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration: none;
}

img {
	vertical-align:bottom;
}

ul,
ul ul,
ul ul ul {
	list-style:none;
}

body * {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}



/* ================ construction ================== */

body {
	text-align: center;
	background: url(/images/bg_body.gif) left bottom repeat-x;
	background-attachment: fixed;
	font-size: 13px;
	color: #4c483f;
}



#header {
	margin: 0 auto;
	width: 850px;
}



#content {
	margin: 0 auto;
	width: 850px;
	background: url(/images/bg_container.png) center top repeat-y;
	text-align: left;
}

#main-content {
	width: 575px;
	float: right;
	margin-top: 40px;
	padding-bottom: 15px;
}

#side-menu {
	width: 274px;
	float: left;
	margin: 10px 0 0 1px;
	text-align: left;
}

#content:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}



#footer {
	margin: 0 auto;
	width: 850px;
	padding-bottom:15px;
	color: #778a4a;
}
#foot-content {
	margin: 0;
	padding: 30px 0 10px;
	height: 102px;
	overflow: hidden;
	background: url(/images/bg_foot-content.png) center bottom no-repeat;
	text-align: left;
}

#copyright {
	margin: 15px auto 0;
	font-size: 11px !important;
}


.goto_top {
	margin: 45px 50px 0 0;
	text-align: right;
	color: #778a4a;
}
.goto_top a:link,
.goto_top a:visited {
	color: #778a4a;
	font-weight: bold;
}
.goto_top a:hover {
	text-decoration: underline;
}

.clearfix:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}



/* ================ common ================== */

.w-auto { width: auto !important; }
.fw_b { font-weight: bold; }

.fs_11 { font-size: 11px; }
.fs_14 { font-size: 14px; }

.flt_l { float: left; }
.flt_r { float: right; }

.ta_r { text-align: right; }
.ta_c { text-align: center; }

.ml_0 { margin-left: 0px !important; }
.ml_10 { margin-left: 10px !important; }
.ml_15 { margin-left: 15px !important; }
.ml_1em { margin-left: 1em !important; }
.mt_0 { margin-top: 0 !important; }
.mt_5 { margin-top: 5px !important; }
.mt_10 { margin-top: 10px !important; }
.mt_15 { margin-top: 15px !important; }
.mt_30 { margin-top: 30px !important; }
.mt_45 { margin-top: 45px !important; }
.mb_0 { margin-bottom: 0 !important; }
.mb_15 { margin-bottom: 15px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_1em { margin-bottom: 1em !important; }

.pt_5 { padding-top: 5px !important; }
.pt_10 { padding-top: 10px !important; }
.pt_1em { padding-top: 1em !important; }
.pb_0 { padding-bottom: 0px !important; }
.pb_10 { padding-bottom: 10px !important; }

em {
	font-weight: bold;
	font-style: normal;
}
em.grn,
em.bsc {
	color: #778A4A;
}
em.ctf {
	color: #778A4A;
}
em.dpl {
	color: #778a4a;
}

em a {
	font-weight: bold;
}
p.anno {
	text-indent: -1em;
}

.caption {
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 125% !important;
}
.caution_notes {
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 125% !important;
	color: #990000;
}

