﻿@charset "UTF-8";


/* --------------------------------------------------
 * general
 * -------------------------------------------------- */
html {
	background-color: #FFF;
	color: #333;
}

body {
	font-size: 93%;
	background-color: #FFF;
	padding: 10px 0 10px;
	line-height: 140%;
}

a {
	color:#03C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 153.9%;
	font-weight: bold;
	margin: 0 0 25px;
	clear: both;
	line-height: 130%;
}

h2 {
	font-size: 130%;
	margin: 0 0 1.5em;
	clear: both;
}

h3 {
	font-size: 110%;
	margin: 0 0 0.5em;
	clear: both;
	border-bottom: 2px solid #DDD;
	font-weight:bold;
}

h4 {
	font-size: 100%;
	margin: 0 0 0.5em;
	clear: both;
	border-bottom: 1px solid #DDD;
	font-weight:bold;
}

p {
	margin:0 0 1em;
}

ul, ol {
	margin:0 0 1em 1em;
}

ul li {
	list-style-type: square;	
}

ol li {
	list-style-type: decimal;	
}

strong {
	font-weight:bold;
}

table {
	border-collapse:collapse;
	margin: 0 0 1em;
}
table th {
	background-color: #E8E8E8;
	border: 1px solid #bbb;
	padding:0.2em;
}
table td {
	border: 1px solid #bbb;
	padding:0.2em;
}
table.noborder th {
	border: none;
}
table.noborder td {
	border: none;
}

pre {
	margin: 0 0 1.5em;
	padding: 0.5em;
	border: 1px solid #ccc;
	font-size:77%;
	line-height:100%;
	background-color: #EFEFEF;
	font-family: monospace;
}

select, 
input, 
button, 
textarea {
	border: 1px solid #ccc;
	padding: 0.2em;
}

h2 small {
	color:#666;
	font-size:60%;
}



/* --------------------------------------------------
 * global class
 * -------------------------------------------------- */

.photoleft {
	float: left;
	margin:0 0.5em 0.5em 0;
}

.photoright {
	float: right;
	margin:0 0 0.5em 0.5em;
}




/* --------------------------------------------------
 * container
 * -------------------------------------------------- */
#container {
	background-color: #FFF;
}



/* --------------------------------------------------
 * header
 * -------------------------------------------------- */
#header {
	margin: 0 0 1em;
	padding: 0em;
}
#header .title {
	margin: 0em;
	float:left;
	display:inline;
}
#header .googlesearch {
	float:right;
	font-size: 77%;
	margin-top: 10px;
}
#header .googlesearch img {
	vertical-align:bottom;
}
#header .googlesearch input {
	font-size: 13px;
}


/* --------------------------------------------------
 * globalnavigation
 * -------------------------------------------------- */
#globalnavigation {
	margin: 0 0 1em;

}

#mainiamge img {
	margin: 0px;
}



/* --------------------------------------------------
 * breadcrumb
 * -------------------------------------------------- */
#breadcrumb {
	font-size:13px;
}



/* --------------------------------------------------
 * maincol
 * -------------------------------------------------- */
#maincol .block {
	margin: 0 0 2em;
}




/* --------------------------------------------------
 * leftmenu
 * -------------------------------------------------- */
div#leftmenu {
	background-image: url(/share/imgs/bg_leftmenu.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 2em;
}


/* --------------------------------------------------
 * leftmenu leftcol
 * -------------------------------------------------- */
div#leftmenu #leftcol a {
	color: #666;
	margin:0px;
	padding:0px;
}
div#leftmenu #leftcol a:active {
	color:#999;
}
div#leftmenu #leftcol a:hover {
	text-decoration: none;
}
div#leftmenu #leftcol #mainmenu p {
	background-image: url(/share/imgs/btn_default_off.png);
	background-repeat: no-repeat;
	font-size:16px;
	font-weight: bold;
	color:#666;
	width: 160px;
	height: 40px;
	margin: 0px;
	padding: 20px 0 0 15px;
}
div#leftmenu #leftcol #mainmenu p.on {
	background-image: url(/share/imgs/btn_default_on.png);
}
div#leftmenu #leftcol #mainmenu p.bottom {
	background-image: url(/share/imgs/btn_bottom_off.png);
}

div#leftmenu #leftcol #mainmenu div.sub p {
	background-image: url(/share/imgs/btn_sub_default_off.png);
	background-repeat: no-repeat;
	width: 160px;
	height:30px;
	font-size:13px;
	font-weight: bold;
	color:#666;
	margin: 0px;
	padding: 10px 0 0 45px;
}
div#leftmenu #leftcol #mainmenu div.sub p.on {
	background-image: url(/share/imgs/btn_sub_default_on_selected.png);
	color: #FFF;
}
div#leftmenu #leftcol #mainmenu div.sub p.on a {
	color: #FFF;
}

div#leftmenu #leftcol #othermenu p {
	background-image: url(/share/imgs/btn_sub_other.png);
	background-repeat: no-repeat;
	font-size:13px;
	font-weight: bold;
	color:#666;
	width: 160px;
	height: 30px;
	margin: 0px;
	padding: 10px 0 0 45px;
}

div#leftmenu #leftcol #othermenu p.blank {
	background-image: url(/share/imgs/btn_sub_other_blank.png);
}

div#leftmenu #leftcol #inquiry,
div#leftmenu #leftcol #banner {
}

div#leftmenu #leftcol #banner img{
	margin-top: 20px;
}

div#leftmenu #leftcol #banner p {
    font-size: 70%;
    line-height: 15px;
    margin: 5px 0 0 10px;
    font-weight: bold;
}
div#leftmenu #leftcol #banner ol {
    font-size: 70%;
    line-height: 15px;
    margin: 0 0 0 25px;
}

/* --------------------------------------------------
 * maincol
 * -------------------------------------------------- */
div#maincol .block {
	border:1px solid #CCC;
	padding: 10px;
	margin: 0 0 20px;
	zoom: 100%;
}
div#maincol .block:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div#maincol h2 {
	background-image: url(/share/imgs/ttl_h2.png);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
/*	height: 25px; */
	padding: 5px 0 5px 10px;
}

div#maincol h2.title {
	background-image: none;	
	height: auto;
	border-bottom: 2px solid #CCC;
	color:#666;
	padding: 0px;
	font-size:14px;
}

div#maincol h2 p {
	margin: 0px;
	padding: 5px 0 0 20px;
}

div#maincol ul {
	margin: 0 0 2em 1em;
}
div#maincol ol {
	margin: 0 0 2em 2em;
}

div#maincol ul li {
	list-style: none;
	background-image: url(/share/imgs/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 1em;
}

div#maincol .block .item {
	border-left: 3px solid #808080;
	padding: 0 0 0 15px;
	zoom: 100%;
}
div#maincol .block .item:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

div#maincol .thetext {
	zoom: 100%;
}
div#maincol .thetext:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

div#maincol .thetext div {
	zoom: 100%;
	margin: 0 0 1em;
}

div#maincol .thetext div:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

div#maincol .thetext div img {
	margin: 0 0.5em 0.5em;
}

div#maincol .thefiles h2 {
	background-image: url(/share/imgs/ttl_h2_files.png);	
}

div#maincol .theother h2 {
	background-image: url(/share/imgs/ttl_h2_files.png);	
}

div#maincol #topics ul {
	margin: 0px;
}
div#maincol #topics ul li {
	list-style: none;
	border-left: 3px solid #808080;
	padding: 0 0 0 15px;
	margin: 0 0 1em;
	background-image: url(/share/imgs/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 5px 25px;
}
div#maincol .block ul {
	margin: 0px;
}
div#maincol .block ul li {
	list-style: none;
	border-left: 3px solid #808080;
	padding: 0 0 0 15px;
	margin: 0 0 1em;
	zoom: 100%;
}
div#maincol .block ul li:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

div#maincol .block .image {
	float: left;
	width: 110px;
}
div#maincol .block .text {
	float: left;
	width: 470px;
	margin: 0 0 1em;
}
div#maincol .block p {
	margin: 0px;
}


div#maincol .pagetop {
	text-align:right;
	font-size:12px;
}
div#maincol .pagetop img {
	vertical-align: middle;
}




/* --------------------------------------------------
 * footer
 * -------------------------------------------------- */
#footer #footernavigation {
	background-color:#7F7F7F;
	height: 35px;
	zoom: 100%;
	font-size: 13px;
}
#footer #footernavigation:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
} 
#footer #footernavigation .navigation {
	display:inline;
	float: left;
	margin: 8px 0 0 10px;
}
#footer #footernavigation .companyname {
	display:inline;
	float: right;
	margin: 10px 20px 0;
}
#footer #footernavigation a {
	color: #FFF;
}


#footer #address{
	height: 25px;
	background-color: #CCC;
	font-size: 10px;
	padding: 0 0 0 10px;
}
#footer #copyright {
	color:#666;
	font-size:10px;
}
