html{
	margin: 0;
	padding: 0;
	border: none 0;
}

div{
	margin: 0;
	padding: 0;
}

/*******************************************
                     h1
********************************************/

h1{
	color: #0b6edb;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 35px;

	text-align: left;
	margin: 22px 0px 0px 0px;
	padding: 35px 2px 2px 35px;

/*	background-image: url("./img/h1.gif");*/
    background-repeat: no-repeat;
    background-position: left 60%;
}
span.line1{
/*	background-image: url("./img/h1_line.gif");*/
	background-position: left bottom;
}
h1 {
	position: relative;
	left: 0;
	top: -0.4em;
	text-transform: capitalize;
}

h1:first-letter {
	font-size: 130%;
	color: #0b6edb;
/*	color: #000099;*/
}


/*******************************************
                    TOPIC
********************************************/

.topic{
	color: black;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", "HiraginoKakuPro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-selif;
	font-size: 13px;
	width: 480px;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
/*	border: #e5f4e5 1px solid;*/
	background: #fafcfa;
	background: #ffffff;
}

.topic h2{
	color: #2366c1;
/*	border-bottom: #5a94ff 1px dotted;*/

	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 10px;

	background-color: #ddefff;
/*	background-image: url("./img/h2.gif");*/
    background-repeat: no-repeat;
    background-position: 5px 60%;

	border-right: #7ec00c 5px solid;
	border-left: #7ec00c 5px solid;
}


h3{
	font-size: 100%;
	font-weight: bold;
	color: #996600;
	color: #fc0f0f;
/*	border-left: #996600 3px solid;*/
	margin: 8px 0px 8px 6px;
	padding: 0px 2px 0px 5px;
}
h4{
font-size: 100%;
color: #333333;
margin: 0px;
padding: 0px;
}

h5{
font-size: 100%;
color: #334d55;
margin: 0px;
padding: 0px;
}

h6{
font-size: 100%;
color: #334d55;
margin: 0px;
padding: 0px;
}

p{
	line-height: 1.5em;
	margin: 5px 0px 5px 20px;
	padding: 2px 2px 2px 2px;
}

br{
	letter-spacing: 0;

}

span.stress{
	color: #f17607;
	text-decoration: underline;
}

em{
	font-style: normal;
	font-weight: normal;
	color: #4083e1;
	color: #3b7bc7;
	margin-left: 2px;
	margin-right: 2px;
}

em.b{
	font-size: 105%;
	color: #fc0f0f;

}

strong{
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	color: black;
}

blockquote{
	font-weight: normal;
	font-style: normal;
	margin: 15px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	background: #ffffe9;
	border: #7ec00c 1px solid;
	border: #c40f0f 1px solid;
}

ul{
	margin: 0px 0px 0px 18px;      
	padding: 2px 2px;
}


ul.inline{
	

}


.topic ul li{
	background-image: url("./img/list.gif");
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 5px;
	padding-left: 15px;
	margin: 1px 0px;
/*	line-height: 150%;*/
	text-align: left;
}

ol{
	margin: 2px 2px;
	padding: 2px 2px;
	border: 1px solid black;
}
li{
	margin: 5px 0px 5px 18px;
	padding: 2px 2px;
}


dl{
	margin: 0px 0px 0px 18px;      
	padding: 2px 2px;
	line-height: 1.5em;
}
.topic dl dt{
	color: #2366c1;
	background-image: url("./img/dt.gif");
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 5px;
	padding-left: 15px;
	margin: 1px 0px;
/*	line-height: 150%;*/
	text-align: left;
}
.topic dl dd{

	margin: 0 10px 0 0;
	padding: 0 0 0 1em;

}

.topic a,
.topic a:link,
.topic a:visited,
.topic a:active
{
	font-weight: normal;
	font-style: normal;
	color: #4083e1;
}

.topic a:hover{
	color: orange;
}

hr{color: #329437;}


.related{
	color: black;
	font-size: 12px;
	width: 480px;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	border: #7ec00c 1px solid;
	background: #ffffe9;
	text-align: right;
}

.related a,
.related a:link,
.related a:visited,
.related a:active
{
	font-weight: normal;
	font-style: normal;
	color: #3d7cd6;
}

.related a:hover{
	color: #f25b00;
}

/*******************************************
                    TOP
********************************************/

a.head{
	text-decoration: none;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-left: 0px;
	padding: 10px 0px 0px 0px;
	border: 0px solid;
}
a.head:link, a.head:visited, a.head:hover, a.head:active{
	color: #1a6637;
}

/*******************************************
                  TOP MENU
********************************************/

#topmenu{
	height: 19px;
	min-height: 19px;
	font-size: 12px;
}

#topmenu_inner{
	margin: 1px 0 0 0;
}


#topmenu em
{
	font-weight: bold;
	color: #4083e1;
/*	background-color: #d20317;*/
	text-decoration: none;
	display: block;
}

.mainmenu, 
.cmainmenu{
    position: absolute;
	display: inline;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    height: 17px;
	text-align: center;
	width: 100px;
	margin: 1px 0 0 0;
/*
	border-left: #a0ad77 1px solid;
	border-right: #a0ad77 1px solid;
*/

}

.cmainmenu{
	background-color: #ffffe7;
/*	background-image: url("./img/cmenu.gif");*/
}



#mainmenu_index {
    position : absolute;
    left: 30px;
	border-bottom: #ff7e7e 4px solid;
	border-bottom: #2c3127 4px solid;
}

#mainmenu_business {
    position : absolute;
    left: 130px;
	border-bottom: #9edb35 4px solid;
	border-bottom: #8a5f4a 4px solid;
}

#mainmenu_introduction {
    position : absolute;
    left: 230px;
	border-bottom: #0096ff 4px solid;
	border-bottom: #ba906e 4px solid;
}

#mainmenu_contact_us {
    position : absolute;
    left: 330px;
	border-bottom: #996600 4px solid;
	border-bottom: #ba340e 4px solid;
}

#mainmenu_links {
    position : absolute;
    left: 430px;
	border-bottom: #dd21dd 4px solid;
	border-bottom: #616319 4px solid;
}
#mainmenu_map {
    position : absolute;
    left: 530px;
	border-bottom: #f3b352 4px solid;
	border-bottom: #c4be4c 4px solid;
}


#submenu_business {
	width: 140px;
}
#submenu_introduction {
    width: 130px;
}

.submenu {
    position : absolute;
    left: 0px;
    top: 20px;
    width: 100px;
    visibility: hidden;
    text-align: left;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    border: #a0ad77 1px solid;
    border-left: #c63333 12px solid;
    background-color: #fafcfa;
    line-height: 20px;
    padding: 0 0 0 0;
}

.submenu_inner{
	margin: 0 0 0 0;
	padding: 5px 0 0 10px;
/*	border-left: #f4772d 12px solid;*/
}

.submenu ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
/*    text-align: center;*/
}

.submenu li{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 4px 5px;
	border-bottom: #a0ad77 1px solid;
/*    text-align: center;*/
	list-style-image: none;
}

.submenu li.end{
	border-bottom: none;
}

.cmainmenu a,
.mainmenu a{
	font-weight: bold;
	margin: 0 0 0 0;
	text-decoration: none;
	display: block;
}

.cmainmenu a:link,
.cmainmenu a:visited,
.cmainmenu a:active,
.mainmenu a:link,
.mainmenu a:visited,
.mainmenu a:active{
	color: #353dff;
}
.cmainmenu a:hover,
.mainmenu a:hover{
	color: orange;
}

/*
.submenu li:before{
	display: marker;
	marker-offset: 3px;
}
*/

.submenu a,
.submenu a:link,
.submenu a:visited,
.submenu a:hover
{
	color: #4083e1;
	font-weight: bold;
    display : inline;
    width : auto;
    height : auto;
}

.submenu a:hover{
	color: orange;
	background-color: transparent;

}

.img{

	margin: 10px 10px;
	float: left;
}

/*******************************************
                    MENU
********************************************/

.left_item{
	font-size: 14px;
	width: 170px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: #a0ad77 1px solid;
	border: #d2dce0 1px solid;
	background-color: #f6f9ef;
	background-color: #fafcfa;
/*	background-image: url("./img/inner.gif");*/
}

div.left_inner {
	font-size: 11px;
	font-weight: normal;
	color: #1a6637;
	margin: 4px 0px 4px 8px;
	padding: 0px 0px 0px 0px;
}

h2.menu{
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 3px;
	color: white;
	font-style: normal;
	background-color: #546d4c;
/*	background-image: url("./img/menu_label.gif");*/
}
h2.label{
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 3px;
	color: white;
	background-color: #f78700;
/*	background-image: url("./img/menu_label2.gif");*/
}

h2.label2{
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 3px;
	color: white;
	background-color: #68d055;
/*	background-image: url("./img/menu_label.gif");*/
}


.left_item strong{
	color: #1a6637;
	font-weight: normal;
}

.left_item ul,
.left_item ul ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.left_item ul li, span.current_menu, span.menu_title{
	font-size: 12px;
	color: #1a6637;
	font-weight: bold;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	border-bottom: 1px solid white;
	text-decoration: none;
}

.left_item li.end{
	border-bottom: white 1px solid;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}

.left_item ul li a:link,
.left_item ul li a:visited,
.left_item ul li a:active{
	display: block;
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	color: #1a6637;
	color: #f25b00;
	color: #4083e1;
	background-color: #eff6e9;
/*	background-image: url("./img/menu_01.gif");*/
}

.left_item ul ul li a:link,
.left_item ul ul li a:visited,
.left_item ul ul a:active{
	display: block;
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	color: #f25b00;
	color: #4083e1;
	background-color: #fafcfa;
	border-left: #fafcfa 15px solid;
/*	background-image: url("./img/menu_01.gif");*/
/*	padding-left: 20px;*/
}


.left_item ul li a:hover,
.left_item ul ul li a:hover{
	display: block;
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	background-color: #ffffaa;
/*	background-image: url("./img/menu_03.gif");*/
}

span.current_menu{
	display: block;
	padding: 4px 0px 4px 10px;
	color: #4083e1;
	color: #f25b00;
	background-color: #ffffaa;
	border-bottom: 0px dotted #cccccc;
/*	background-image: url("./img/menu_03.gif");*/
}

.small{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

/*******************************************
                   ADDRESS
********************************************/

address{
	font-weight: bold;
	font-style: normal;
	text-align: right;
	margin: 10px 10px 10px 0px;
}

em.address{
	color: #329437;
}

a.address,
a.address:link,
a.address:visited,
a.address:active
{
	text-decoration: none;
	color: #1a6637;
	font-weight: bold;
}
a.address:hover{
	color: #126a24;
}

/*******************************************
                     ID
********************************************/

#cab {
	position: absolute;
	zindex: 1;
	letter-spacing: 2px;
	width: 740px;
/*	left: 50%;*/
/*	margin-left: -390px;*/


	border-right: #563326 1px solid;
	border-left: #563326 1px solid;

/*	padding: 0px 0px 40px 0px;*/

/*	background-color: #f7f7ef;*/
	background-color: white;

	margin:0px auto;
	position:relative;
/*
	height: 93%;
	min-height: 93%;
*/
}

/*
body > #cab {
	height: auto;
}
*/

#top{
	letter-spacing: 2px;
	margin: 0 0 0 0;
	padding: 25px 0 0 10px;

/*	background-image: url(./img/top.gif);*/
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 45px;
	min-height: 45px;
}

#topmenu{
	text-align: center;
	line-height: 1.2em;
	width: 740px;

	border-top: #c40f0f 8px solid;
	border-top: #8386be 8px solid;
	border-bottom: #a0ad77 4px solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eff3ed;

/*	background-image: url("./img/menubar.gif");*/

	position: absolute;
	left: 0px;
	z-index: 100;
}

#topmenu_inner{
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

#bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #eff3ed;
	border-top: #a80202 8px solid;
	border-top: #5b130e 8px solid;
	border-bottom: #563326 1px solid;
/*
	position: absolute;
    bottom: -1px;
*/
	width: 740px;

	clear: left;
}

#left {
/*	position: absolute;*/
	left: 20px;
	top: 174px;
	width: 170px;
	margin: 0 0 0 0;
	line-height: 1.2em;


	float: left;
	margin: 108px 0 0 -5px;
	padding: 0 0 0 25px;

}

#content {
	font-size: 13px;
	color: #1a6e2c;
	line-height: 1.3em;
	width: 510px;

	margin: -23px 0px 0px 215px;
	padding: 30px 0px 0px 0px;
/*
	height: 90%;
	min-height: 90%;
*/

	margin: 11px 0px 0px 215px;
	padding: 1px 0px 0px 0px;
}

#right {
	position: absolute;
	left: 730px;
	top: 168px;
	width: 170px;
	margin: 0 0 0 0;
	line-height: 1.2em;
	padding: 0;
}


#copy {
	font-family: 'arial' "MS UI Githic", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 85%;
	letter-spacing: 0px;
	font-variant: small-caps;
	color: #000099;
	display: block;
	line-height: 85%;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body{
	font-size: 12pt;
	font-family: Verdana, Chicago, Arial, "‚l‚r ‚oƒSƒVƒbƒN", "HiraginoKakuPro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-selif,;

	color: #000000;
/*	background-color: #99cc99;*/
	background-color: #f4f1e7;
	background-color: #5b130e;
	background-attachment: fixed;
	display: block;
/*	height: 100%;*/
	margin: 0% 0%; 0% 0%;
	padding: 0% 0% 0% 0%;
/*	background-image: url("./img/back.gif");*/
}

html{
	display: block;
/*	height:100%;*/
}

a.links:link{
	color: #2038df;
	font-weight: bold;
}
a.links:visited{
	color: #2038df;
	font-weight: bold;
}
a.links:hover{
	color: #329437;
	font-weight: bold;
}
a.links:active{
	color: #329437;
	font-weight: bold;
}
p.links{
	font-size: 100%;
	text-height: 100%;
	margin-left: 0.2em;
	margin-bottom: 0.2em;
}

form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
