@charset "shift_jis";
/*--------------------------------------------------
  Share Style Module
---------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	background: #ffffff url(../img/header.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align: center;
}
html {
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
}
h3{
	margin: 10px 0 0 0;
	padding: 1px 0 0 10px;
	font-size: 120%;
	background: #078D00;
	color:#ffffff;
}
h4,h2
{
	margin: 10px 0;
	border-left: 10px solid #078D00;
	border-bottom: 1px solid #cccccc;
	font-size:120%;
	padding-left:10px; 
	
}
p,li,dt,dl {
	line-height: 1.6;
}
p {
	margin: 1em;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
	font-size: 90%;
}
.large {
	font-size: 120%;
	}

/*--------------------------------------------------
  Link Color Module
---------------------------------------------------*/
a:link {
	color: #078D00;
	text-decoration: none;
}
a:visited {
	color: #189B12;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #666666;
}

/*--------------------------------------------------
  Container Module
---------------------------------------------------*/
#container {
	width: 710px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background:url(../img/back_title.png) right top no-repeat;
}

/*--------------------------------------------------
  Side Module
---------------------------------------------------*/
#side {
	width: 190px;
	float: left;
}

/*--------------------------------------------------
  Logo Module
---------------------------------------------------*/
#logo {
	margin: 0 0 0 3px;
}

/*--------------------------------------------------
  Global navigation Module
---------------------------------------------------*/
ul#navi { width:190px; height:351px; margin:0; padding:0; list-style:none;}
ul#navi li { margin:0; padding:0; text-indent:-999px;}
ul#navi li a { display:block; width:190px; height:39px; overflow:hidden;}
ul#navi li#m01 a { background:url("../img/navi.png") 0px 0px no-repeat;}
ul#navi li#m02 a { background:url("../img/navi.png") 0px -39px no-repeat;}
ul#navi li#m03 a { background:url("../img/navi.png") 0px -78px no-repeat;}
ul#navi li#m04 a { background:url("../img/navi.png") 0px -117px no-repeat;}
ul#navi li#m05 a { background:url("../img/navi.png") 0px -156px no-repeat;}
ul#navi li#m06 a { background:url("../img/navi.png") 0px -195px no-repeat;}
ul#navi li#m07 a { background:url("../img/navi.png") 0px -234px no-repeat;}
ul#navi li#m08 a { background:url("../img/navi.png") 0px -273px no-repeat;}
ul#navi li#m09 a { background:url("../img/navi.png") 0px -312px no-repeat;}
ul#navi li#m10 a { background:url("../img/navi.png") 0px -351px no-repeat;}
ul#navi li#m01 a.stay { background:url("../img/navi.png") -380px 0px no-repeat;}
ul#navi li#m02 a.stay { background:url("../img/navi.png") -380px -39px no-repeat;}
ul#navi li#m03 a.stay { background:url("../img/navi.png") -380px -78px no-repeat;}
ul#navi li#m04 a.stay { background:url("../img/navi.png") -380px -117px no-repeat;}
ul#navi li#m05 a.stay { background:url("../img/navi.png") -380px -156px no-repeat;}
ul#navi li#m06 a.stay { background:url("../img/navi.png") -380px -195px no-repeat;}
ul#navi li#m07 a.stay { background:url("../img/navi.png") -380px -234px no-repeat;}
ul#navi li#m08 a.stay { background:url("../img/navi.png") -380px -273px no-repeat;}
ul#navi li#m09 a.stay { background:url("../img/navi.png") -380px -312px no-repeat;}
ul#navi li#m10 a.stay { background:url("../img/navi.png") -380px -351px no-repeat;}
ul#navi li#m01 a:hover { background:url("../img/navi.png") -190px -0px no-repeat;}
ul#navi li#m02 a:hover { background:url("../img/navi.png") -190px -39px no-repeat;}
ul#navi li#m03 a:hover { background:url("../img/navi.png") -190px -78px no-repeat;}
ul#navi li#m04 a:hover { background:url("../img/navi.png") -190px -117px no-repeat;}
ul#navi li#m05 a:hover { background:url("../img/navi.png") -190px -156px no-repeat;}
ul#navi li#m06 a:hover { background:url("../img/navi.png") -190px -195px no-repeat;}
ul#navi li#m07 a:hover { background:url("../img/navi.png") -190px -234px no-repeat;}
ul#navi li#m08 a:hover { background:url("../img/navi.png") -190px -273px no-repeat;}
ul#navi li#m09 a:hover { background:url("../img/navi.png") -190px -312px no-repeat;}
ul#navi li#m10 a:hover { background:url("../img/navi.png") -190px -351px no-repeat;}

/*--------------------------------------------------
  Switch navigation Module
---------------------------------------------------*/
ul#switch { width:190px; height:30px; margin:0; padding:0; list-style:none; background:url("../img/switch.png") 0 -60px;}
ul#switch li { margin:0; padding:0; width:95px; height:30px; text-indent:-999px; float:left;}
ul#switch li a { display:block; width:95px; height:30px; overflow:hidden;}
ul#switch li#jpn a { background:url("../img/switch.png") 0 0 no-repeat;}
ul#switch li#eng a { background:url("../img/switch.png") -95px 0 no-repeat;}
ul#switch li#jpn a:hover { background:url("../img/switch.png") 0 -30px no-repeat;}
ul#switch li#eng a:hover { background:url("../img/switch.png") -95px -30px no-repeat;}

/*--------------------------------------------------
  Sub navigation Module
---------------------------------------------------*/
#subnavi {
	margin: 0 10px 0 0;
	padding: 5px;
	border-bottom: 1px solid #CFDA94;
	background: #ECF5E2;
	
}
span {
	color:#cc0000;
	font-weight:bold;
}
#subnavi a {
	font-weight:bold;
}


/*--------------------------------------------------
  Main Module
---------------------------------------------------*/
#main {
	width: 510px;
	float: right;
	margin: 60px 0 0 0;
}
#topicpath {
	margin:10px 0;
	padding: 0 10px 0 0;
	text-align: right;
}
#topicpath li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}
#topicpath li a {
	padding-right:10px;
}
#images {
	margin: 10px 0;
	height:250px
}

/*--------------------------------------------------
  Entry Module
---------------------------------------------------*/
#entry {
	margin: 17px 15px 10px 7px;
	line-height: 1.6;
}
#entry table {
	width: 490px;
	margin: 10px 0 15px 0;
	border: 1px #c9ddc1 solid;
	border-collapse: separate;
	background: f5f5f5;
}
#entry th,
#entry td {
	padding: 3px 0 3px 10px;
	border: 1px #c9ddc1 solid;
	line-height: 1.6;
}
#entry th {
	color: #006633;
	background: #c9ddc1;
	font-weight: normal;
	vertical-align: top;
}
#entry td {
}
#entry td ol {
	margin: 4px 0 4px 20px;
}
#entry td ol li {
	list-style-type: decimal;
}
#entry table.outline th{
	width:18%;
}
#entry table.outline td{
	width:82%;
}
#entry table.sansui{
	martin: 10px 0;
	border-collapse: separate;
	border-spacing:1px;
	border: none;
}
#entry table.sansui td{
	padding: 5px;
}
#entry table.sansui th{
	text-align:center;
	vertical-align:middle;
	padding: 5px;
}
#entry table.lease{
	martin: 10px 0;
	border-collapse: separate;
	border-spacing:1px;
	border: none;
}
#entry table.lease td{
	padding: 3px;
	text-align:center;
}
#entry table.lease th{
	text-align:center;
	vertical-align:middle;
	padding: 3px;
}
#entry table th.title{
	border-bottom:5px solid #078D00;
	border-top:2px solid #078D00;
	border-right:none;
	border-left:none;
	background:#ECF5E2;
	color: #078D00;
	font-size:120%;
	text-align:left;
	font-weight:bold;
	line-height:1;
	padding: 5px 0 3px 5px;
}


#entry ol {
	margin: 1em 0 1em 40px;
}
#entry ol li {
	list-style-type: decimal;
}
#entry ol.atpoint {
	margin: 1em 0 1em 40px;
}
#entry ol.atpoint li {
	list-style-type: decimal;
	color: #cc3333;
	font-weight: bold;
}
#news {
	float:left;
	width: 325px;
	margin: 5px 0 0 8px;
}
#news dl {
	margin: 2px 10px 8px 2px;
	border-top: none;
}
#news dt {
	font-weight: normal;
	margin: 0;
	padding: 2px 3px;
	width: 8em;
	float: left;
}	
#news dd {
	margin: 0 0 0 8em;
	padding: 2px 3px;
}
#links {
	float: right;
	width: 165px;
	margin: 5px 0 0 0;
}
#links li {
	list-style-type:none;
	margin: 0 0 1px 0;
}

/*--------------------------------------------------
  List Module
---------------------------------------------------*/
ul#sitemap {
	margin: 1em 20px;
	padding: 1px 0;
	list-style-position: inside;
}
ul#sitemap li {
	margin: 0.1em 10px;
	list-style-type: disc;
}
ul#sitemap li li {
	font-size: 100%;
	list-style-type: circle;
}
ul#sitemap li ul {
	margin: 0.1em 10px;
}

/*--------------------------------------------------
  Main Footer Module
---------------------------------------------------*/
#mainfoot {
	text-align: center;
	padding: 1px 0;
	background: #ffffff url(../img/line.gif) no-repeat top center;
}
#mfmenu {
	margin:10px 0;
}
#mfmenu li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}
#mfmenu li a {
	padding: 0 4px;
}

/*--------------------------------------------------
  Footer Module
---------------------------------------------------*/
#footer {
    clear: both;
	color: #f5f5f5;
	text-align: center;
	background: #ffffff url(../img/footer.gif) repeat-x top;
	padding: 5px 0;
}

/*--------------------------------------------------
  Hack Module & Other Module
---------------------------------------------------*/
.clfix {
	clear: both;
}

#links:after,
#news:after,
#news dt:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
/*
#main .entryFoot:after,
#container:after,
#head ul:after,
#head:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
*/

/*--------------------------------------------------
  Construction Module
---------------------------------------------------*/
.const {
	margin: 7em 0;
	text-align: center;
}
