@charset "utf-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 130%;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
p {
	font-size: 90%;
	margin: 5px 0 10px 0;
	text-indent: 15px;
	line-height: 160%;
}

.clearFix {
	clear: both;
}

a:link {
	color: #49569F;
	text-decoration: none;
}

address {
	font-style: normal;
	font-size: 75%;
	color: #333;
}

ul {
	list-style: none;
}

.mt1 {
	padding-top: 1px;
}

.fontS {
	font-size: 90%;
}

.fontM {
	font-size: 100%;
}

.fontL {
	font-size: 110%;
}

/* -------global element----------------------------------- */

.noind {
	text-indent: 0px!important;
}


.caption {
	font-size: 80%;
	margin-bottom: 40px;
}

.small {
font-size: 80%;
}

.p_bdr {
	border: #CCC 1px solid;
	padding: 4px;
}

.centerbox {
	text-align: center;
}

.table01 {
	font-size: 80%;
	border: #ccc 1px solid;
}

.table01 th {
	background-color: #f6E9da;
	padding: 8px 15px 8px 15px;
	white-space: nowrap;
	border-bottom: #ccc 1px solid;
}

.table01 td {
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding: 8px 15px 8px 15px;
}


.r_bdr { border-right: #ccc 1px solid; }
.b_bdr { border-bottom: #ccc 1px solid; }
	
.fl_l {
	float: left;
}

.fl_r {
	float:right;
}

.ma0a {
	margin: 0 auto;
}

.bdr {
	border: #999 1px solid;
}


/* -------index----------------------------------- */

h1 {
	background-color: #486d00;
	margin-bottom:15px;
	font-size: 80%;
	font-weight: normal;
	padding: 2px 0 2px 20px;
	color: #eee;}
	
div#header {
	width: 850px;
	margin: 0 auto;}
	
div#header_r {
	float: right;
	padding-top:10px;}
	
div#header_r1 {
	margin-bottom: 5px;}
	
div#header_r2 {
	float: right;
	margin-right: 10px;}

div#header_logo {
	width: 300px;
	float: left;
	margin: 0 0 10px 20px;
}
	
div#menu_bar {
	background:url(images/global/menu_bar.gif) left top repeat-x;
	width: 100%;
	height:70px;
	}	
	
div#menu_bar ul {
	width: 851px;
	margin: 0 auto;
	list-style: none;}
	
div#menu_bar li {
	float:left;
	margin-bottom: 10px;}
	
div#container {
	width: 850px;
	margin: 0 auto;}
	
div#container_l {
	width: 200px;}
	
div#container_logo {
	margin-bottom: 10px;}
	

	
div#sidemenu {
	background-color: #dfe6f2;
	width: 200px;
	margin-bottom:0px;}	
	
div#sidemenu li {
	background-image:url(images/global/icon_arrow_square_l.gif);
	background-repeat:no-repeat;
	margin: 0px 0 0px 7px;
	padding: 5px 0 5px 20px;
	font-size: 0.75em;
	}
	
div#sidemenu li a {
	color: #000;
	display: block;
}

div#sidemenu li a:hover {
	color: #00C;
	text-decoration: underline;
}
	
div#container_r {
	width: 635px;
	float: right;}
	
div#container_r h2 {
	background: url(images/global/subhead.gif) left top no-repeat;
	height: 53px;
	padding: 15px 0 0 30px;
	font-size: 1.3em;
	color:#000;
	font-weight: bold;
	}

div#closeup {
	margin-bottom: 20px;
}

div#closeup .fl_l {
	margin: 0 15px 0 0;
}

div#closeup h3 {
	font-size: 110%;
	color: #C00;
	font-weight: bold;
	line-height: 140%;
}

div#closeup span {
	padding: 0 0 0 5px;
	font-size: 80%;
}


div#latestnews ul li {
	background: url(images/global/icon_blue.gif) 15px 12px no-repeat;
	border-bottom: dotted #999 1px;
	padding: 7px 0 7px 30px;
	font-size: 90%;}	
	
	
	
div#green_bar {
	background: url(images/global/green_bar.gif) left top repeat-x;
	width: 100%;
	color: #FFF;
	font-size: 0.75em;
	padding: 4px 0 4px 0;
	text-align: center;}
	
	div#green_bar ul li {
		display: inline-block;
		padding: 0 5px 0 9px;
		border-left: #FFF 1px solid;
		line-height: 100%;
	}
	
	div#green_bar ul li.ri {
	border-right: #FFF 1px solid;
	padding: 0 7px 0 9px;
	}
	
	div#green_bar ul li a {
		color: #FFF;
	}
	
div#footer_inner {
	width: 850px;
	margin: 0 auto;
}
	
div#footer_top {
	width: 850px;
	margin: 0 auto;}	
	
div#footer{
	background: url(images/global/footer.jpg) left bottom repeat-x;
	width: 100%;
	}
	
div#footer_logo {
	float: left;
	width: 210px;
	padding: 20px 0 20px 40px;
}
	
address {
	width:570px;
	float: right;
	padding: 30px 0 20px 0;
	}	

div#Copyright {
	clear: both;
	border-top: #ccc 1px dashed;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 70%;
	letter-spacing: 1px;
	color: #666;}	
	
/* -------page----------------------------------- */

.midashi {
	font-size: 150%!important;
	font-weight: bold!important;
	color: #222!important;
	background: url(images/page/topmidasi.jpg) left top no-repeat!important;
	padding: 30px 0 0 30px!important;
	height: 51px!important;
	margin: 0 0 25px 0!important;
	letter-spacing: 2px;
}

.copy {
	color: #900;
	font-weight: bold;
	font-size: 130%;
	margin: 0 0 5px 20px;
	background: url(images/global/icon_arrow.gif) left center no-repeat;
	padding: 0 0 0 15px;
}

.copysub {
	color: #666;
	font-size: 80%;
	margin: 0 0 20px 35px;
}

.mainimage {
	margin-bottom: 20px;
}

.page {
	margin-bottom: 20px;
}

.page p {
	margin-bottom: 10px!important;
}

.page h2 {
	margin-top: 20px;
	clear: both;
}

.page .p_l {
	float: left;
	margin: 0 15px 15px 0;
}

.page .p_r {
	float: right;
	margin: 0 3px 15px 15px;
}

.page .pic3 {
	margin: 0 4px 0 4px;
}

.cp {
	margin: 0 auto;
}

.cap {
	width: 290px;
	display: inline-block;
	font-size: 90%;
	margin: 0 0 10px 15px;
	line-height: 180%;
	text-align: center;
}

.page ul li {
	background: url(images/global/icon_blue.gif) 15px center no-repeat;
	padding: 3px 0 3px 30px;
	font-size: 100%;}	
	
.page ul {
	margin-bottom: 10px;
}


.page table {
	font-size: 80%;
	border: #ccc 1px solid;
	margin: 0 0 10px 10px;
}

.page table th {
	background-color: #f6E9da;
	padding: 10px 15px 10px 15px;
	white-space: nowrap;
	border-bottom: #ccc 1px solid;
}

.page table td {
	border-bottom: #ccc 1px solid;
	padding: 10px 15px 10px 15px;
}

.kakomi {
	border:#999 1px solid;
	padding: 20px;
	color: #320;
	margin-right: 4px;
}



.fs150 { font-size: 150%!important;}
.fs140 { font-size: 140%!important;}
.fs130 { font-size: 130%!important;}
.fs120 { font-size: 120%!important;}
.fs110 { font-size: 110%!important;}
.fs100 { font-size: 100%!important;}
.fs90 { font-size: 90%!important;}
.fs80 { font-size: 80%!important;}
.fs70 { font-size: 70%!important;}
.fs60 { font-size: 60%!important;}
.fs50 { font-size: 50%!important;}

.mb-10 { margin-bottom: -10px!important;}
.mb0 { margin-bottom: 0px!important;}
.mb3 { margin-bottom: 3px!important;}
.mb5 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb35 { margin-bottom: 35px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb45 { margin-bottom: 45px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb55 { margin-bottom: 55px!important;}
.mb60 { margin-bottom: 60px!important;}

.mt-5 { margin-top: -5px!important;}
.mt3 { margin-top: 3px!important;}
.mt5 { margin-top: 5px!important;}
.mt7 { margin-top: 7px!important;}
.mt10 { margin-top: 10px!important;}
.mt15 { margin-top: 15px!important;}
.mt20 { margin-top: 20px!important;}
.mt25 { margin-top: 25px!important;}
.mt30 { margin-top: 30px!important;}
.mt35 { margin-top: 35px!important;}
.mt40 { margin-top: 40px!important;}
.mt45 { margin-top: 45px!important;}
.mt50 { margin-top: 50px!important;}
.mt55 { margin-top: 55px!important;}

.mt50 { margin-top: 50px!important;}
.mt55 { margin-top: 55px!important;}

.ml0 { margin-left: 0px!important;}
.ml5 { margin-left: 5px!important;}
.ml7 { margin-left: 7px!important;}
.ml10 { margin-left: 10px!important;}
.ml15 { margin-left: 15px!important;}
.ml20 { margin-left: 20px!important;}
.ml25 { margin-left: 25px!important;}
.ml30 { margin-left: 30px!important;}
.ml35 { margin-left: 35px!important;}
.ml40 { margin-left: 40px!important;}
.ml45 { margin-left: 45px!important;}
.ml50 { margin-left: 50px!important;}
.ml90 { margin-left: 90px!important;}

.mr0 { margin-right: 0!important;}
.mr5 { margin-right: 5px!important;}
.mr10 { margin-right: 10px!important;}
.mr15 { margin-right: 15px!important;}
.mr20 { margin-right: 20px!important;}
.mr25 { margin-right: 25px!important;}
.mr30 { margin-right: 30px!important;}
.mr35 { margin-right: 35px!important;}
.mr40 { margin-right: 40px!important;}
.mr45 { margin-right: 45px!important;}
.mr50 { margin-right: 50px!important;}
.mr55 { margin-right: 55px!important;}

.pl10 {padding-left: 10px!important;}
	

.pt-5 {	padding-top: -5px!important;}
.pt15 {	padding-top: 15px!important;}
.pt20 { padding-top: 20px!important;}
.pt30 { padding-top: 30px!important;}
.pt40 { padding-top: 40px!important;}
