@charset "UTF-8";

/* common
--------------------------------------------------------------------------------------------------------------*/
#main p {margin-bottom: 10px;}

/* ecoNavi
--------------------------------------------------------------------------------------------------------------*/
#ecoNavi li { float: left; border: solid #CCC 1px; margin-right: 2px; }

#ecoNavi li a { display: block; width: 106px; height: 20px; text-align: center; }
#ecoNavi li a:link { color: #003366; text-decoration: none; }
#ecoNavi li a:active, a:visited { color: #330099; text-decoration: none; }
#ecoNavi li a:hover { background-color:#990000; color: #fff; text-decoration: none;  }

#ecoNavi li a.Stay { background-color:#990000; color: #fff; text-decoration: none;  }

/* title
--------------------------------------------------------------------------------------------------------------*/
#titleimg h2 {background: url(../img/tit.gif) no-repeat;}

/* layout
--------------------------------------------------------------------------------------------------------------*/
#ecomark { border: solid #ccc 1px; padding: 15px 40px; margin-top: 30px; }
#ecomark img { width: 100px; float: left; margin-right: 10px; }
#ecomark p { float: left; margin-top: 20px; }

div.LeftColumn { float: left; width: 265px; }
div.RightColumn { float: right; width: 265px; }


/* list
--------------------------------------------------------------------------------------------------------------*/
ol.olStyle01 { margin-left: 2em; }
ol.olStyle01 li { list-style: decimal; }

ul.ulStyle01 { margin-left: 1.5em; }
ul.ulStyle01 li { list-style: disc; }
ul.ulStyle01 li strong { color: #0066FF; }

/* p
--------------------------------------------------------------------------------------------------------------*/
p.Date { text-align: right!important; margin-top: 2em; }