@CHARSET "UTF-8";

/* =========================================
Reset
========================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
img{
	vertical-align: top;
}
hr  { display: none; }

body, table, textarea, input {
	font-family:sans-serif;
}

img.alpha{ behavior:url(/style/iepngfix.htc) }
body { behavior:url("/style/csshover3.htc"); }

/* ========================================
layout
========================================= */
body {
	text-align: center;
	margin: 0px;
	background: white url(/images/bg_gra.jpg) repeat-x left top;
}

#container {
	width: 970px;
	margin: 0 auto;
}

#containerBg {
	width: 970px;
	background: white url(/images/bg_contents.jpg) repeat-y;
}


#header {
	width: 970px;
	height:130px;
	background: white url(/images/bg_head.jpg) no-repeat;
	text-align: left;
}

#contents {
	clear: both;
	width: 890px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	clear: both;
}

#bottom {
	width: 970px;
	background: white url(/images/bg_footer.jpg) no-repeat;
	text-align: right;
    clear: both;
}

#footer {
	width: 950px;
	clear: both;
	margin: 0 auto;
	border-top: 1px solid #999;
}


/* ========================================
#header
========================================= */
#logo {
	float:left;
	width: 221px;
	padding-top: 25px;
	padding-left: 43px;
}

#navi {
	float:right;
	width: 615px;
	text-align: right;
	padding-top: 0;
}

	#navi ol {
		list-style-type: none;
	}

	#navi li {
		float: left;
		width: 117px;
	}

/* ========================================
#contents
========================================= */

#contents #localMenu {
	width: 230px;
	float: left;
	padding-top: 20px;
	text-align: left;
}

#contents #contentsRight {
	width: 620px;
	float: right;
	padding-top: 20px;
	text-align: left;
}

#contents h2 {
	margin-bottom: 10px;
}

#contents h3 {
	padding-top: 20px;
	padding-bottom: 0;
}

#contents h4 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 0.9em;
}

#contents p {
	margin: 20px 0 0 0px;
	line-height:1.5em;
	font-size:0.95em;
	color: #333;
}

h2.full {
	margin-top: 20px;
}

/* ----------------------------
#localMenu
---------------------------- */

#localMenu #localMenuInner {
	border: 5px solid #E2C78D;
	padding-bottom: 0px;
}

#localMenu ul {
    list-style: none;
	margin: 0;
	padding:10;
}

#localMenu li {
}

/* ----------------------------
#contentsRight
---------------------------- */




/* ------
Lists
------ */
ul.default {
	list-style: CIRCLE;
	margin-top: 40px;
	margin-left: 40px;
	}

ul.default li {
	margin-bottom: 20px;
	color:#333333;
	font-size:0.95em;
	font-weight:normal;
	line-height:1.5em;
}

ul.default2 {
	list-style: CIRCLE;
	margin-top: 20px;
	margin-left: 40px;
	}

ul.default2 li {
	margin-bottom: 10px;
	color:#333333;
	font-size:0.95em;
	font-weight:normal;
	line-height:1em;
}

ol.default {
	list-style-type: decimal;
	margin-top: 20px;
	margin-left: 40px;
	}

ol.default li {
	margin-bottom: 10px;
	color:#333333;
	font-size:0.95em;
	font-weight:normal;
	line-height:1.5em;
}

ul.flat {
	list-style: none;
	margin-top: 40px;
	margin-left: 0px;
	}

ul.flat li {
	margin-bottom: 20px;
	color:#333333;
	font-size:0.95em;
	font-weight:normal;
	line-height:1.5em;
}

ul.links {
	list-style: none;
	margin-top: 40px;
	}

ul.links li {
	background: url(/images/icon/list_link_off.gif) no-repeat 0px 2px;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 1em;
}

ul.links li:hover {
	background: url(/images/icon/list_link_on.gif) no-repeat 0px 2px;
	padding-left: 30px;
	font-size: 1em;
}



/* ------
Tables
------ */
table.vertical {
    border-spacing:2px;
    background-color: white;
    font-size:0.85em;
    border: 1px solid #999;
    margin: 20px 0px 10px 0px;
}

table.vertical  td {
    color:#333;
    line-height:1.5em;
    padding:6px 20px;
    background-color: white;
    border-bottom: 1px dotted #ece2d6;
}

table.vertical  th {
    color: black;
    line-height: 1.5em;
    padding: 6px 5px;
    background-color: #ece2d6;
    text-align: center;
}

table.vertical  td.bottomTd {
    border-bottom: none;
}


table.lateral {
    border-spacing:2px;
    background-color: white;
    font-size:0.85em;
    border: 1px solid #666;
    margin: 0px 0px 10px 0px;
}

table.lateral td {
    color:#333;
    line-height:1.5em;
    padding:2px 20px;
    background-color: white;
    border-right: 1px dotted #d3cdbe;
}

table.lateral th {
    color: black;
    line-height: 1.5em;
    padding: 2px 5px;
    background-color: #EAE7E0;
    text-align: center;
}

table.lateral td.rightTd {
    border-right: none;
}

/* ---------------------------
Span (error_msg)
--------------------------- */
span.error_msg {
    color:red;
}
/* ----------------------------
Links (contents)
---------------------------- */
#contents a {
	color: #262675;
}

#contents a:visited {
	color: #444;
}

#contents a:active {
	color: black;
}

#contents a:hover {
	color: black;
}


/* ========================================
#footer
========================================= */

#footerMenu {
	width: 890px;
	margin: 0 auto;
	padding: 20px 0 10px;
}
	#footerMenu ul {
		list-style-type: none;
	}

	#footerMenu li {
		float: left;
		color: white;
		background: url(/images/icon/list_footer.gif) no-repeat 0px 0px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 0.9em;
	}



/* ----------------------------
Links (footer)
---------------------------- */
#footer a {
	color: #262675;
}

#footer a:visited {
	color:#777;
}

#footer a:active {
	color: #262675;
}

#footer a:hover {
	color: #262675;
}

/* ========================================
#bottom
========================================= */
#bottom p {
	padding: 30px 10px 40px 0;
	font-size: 0.8em;
	color: #999;
	text-align: right;
}

/* ========================================
general
========================================= */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float:right;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.gray {
	color: #999;
}

.bgMatsu {
	background: url(../images/bg_matsu.gif) no-repeat 2px 0px;
}

.goTop {
	width: 890px;
	clear: both;
	text-align: right;
	margin: 40px auto 0px;
}

#contents .first {
	margin-top: 10px;
}

/* ========================================
Page_TOP
========================================= */
#topFooter {
	width: 890px;
	height: 200px;
	margin: 20px auto 0px;
	background: url(/images/top_footer.gif) no-repeat 0px 0px;
	text-align: right;
}

div#topFooterMenu {
	float: right;
	padding-top: 17px;
}
	#topFooterMenu ul {
		list-style-type: none;
	}

	#topFooterMenu li {
		float: left;
		color: white;
		background: url(/images/icon/list_topfooter.gif) no-repeat 0px 0px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 0.9em;
	}

/* ----------------------------
Links
---------------------------- */
#topFooter a {
	color: white;
}

#topFooter a:visited {
	color: #ccc;
}

#topFooter a:hover {
	color: white;
}

#topFooter a:active {
	color: white;
}

/* ========================================
Page_BUSINESS
========================================= */
#title {
	padding: 20px 30px;
}


/* ========================================
Page_FEATURE
========================================= */
img.imageR {
	float: right;
	margin: 20px 0 10px 10px;
}

/* ========================================
Page_INFORMATION
========================================= */
dl.history {
	clear:both;
	padding: 10px 0;
}

dl.history dt {
	color: black;
	display:block;
	float:left;
	width:150px;
	font-size:0.95em;
	font-weight: bold;
	border-left: 5px solid #ccc;
	padding-left: 10px;
}

dl.history dd {
	display:block;
	float:right;
	width:450px;
	line-height:1.5em;
	font-size:0.95em;
	color: #333;
}

img.office {
	margin-top: 20px;
	margin-right:40px;
}

img.map {
	margin-top: 20px;
}

/* ========================================
Page_SITEMAP
========================================= */
#sitemap ul {
	list-style: none;
	margin-top: 10px;
}

#sitemap ul li {
	background:transparent url(/images/list_sitemap.gif) no-repeat scroll 0 0.5em;
	color:#333333;
	font-size:0.95em;
	font-weight:normal;
	line-height:1.5em;
	padding-left:15px;
}

#sitemap ul.sub {
	list-style: none;
	margin-left: 20px;
}
