@charset "Shift_JIS";
charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body{
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Meiryo, Osaka","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック", "MS PGothic","sans-serif";
   font-size:12px;
   color: #666666; /* 標準文字色 */
}

br{
   letter-spacing:normal;
}

a{
   color:#006400;
   text-decoration:none;
}

a:hover{
   color:#ace539;
   text-decoration:underline;
}

h1,h2,h3,h4,h5,h6{
   margin:0;
}

p{
   margin:0px;
   line-height:1.9;
   margin: 10px 0px 5px 0px;
}

table{
   font-size:12px;
}

table{
	width: 820px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 3px;
	border-collapse: collapse;
	border: none;
	border-spacing: 5;
	line-height: 1.2;
}

table th{
   border:1px solid #fff;
   border-width:0 0 1px 0;
   clear:both;
   padding:10px;
   line-height:1.4;
   color:#fff;
   font-size:12px;
   font-weight:normal;
   background:#9ACD32;
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #9ACD32), color-stop(0.00, #ace539));
   background:-webkit-linear-gradient(top, #ace539 0%, #9ACD32 85%);
   background:-moz-linear-gradient(top, #ace539 0%, #9ACD32 85%);
   background:-o-linear-gradient(top, #ace539 0%, #9ACD32 85%);
   background:-ms-linear-gradient(top, #ace539 0%, #9ACD32 85%);
   background:linear-gradient(to bottom, #ace539 0%, #9ACD32 85%);
   font-weight:bold;
   text-align:left;
}

table td{
   padding:5px;
   border:0px;
   border-width:0px;
   text-align:left;
}

table td ol{
   margin:0;
   padding:0 0 0 30px;
}

table td li{
   margin:0;
   padding:0;
}

/* ========TEMPLATE LAYOUT======== */
#container{
   width:820px;
   margin: 20px auto;
   padding: 20px 40px 20px 40px;
   border:1px solid #ddd;
   -moz-box-shadow:0 0 10px #bfbfbf; /* Firefoxç”¨ */  
   -webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chromeç”¨ */ 
   box-shadow:0 0 10px #bfbfbf;
   background:#fff;
}

#menu{
	position: absolute;
	text-align: right;
	right: 0;
	top: 37px;
	left: 520px;
	width: 274px;
	height: 30px;
	float: left;
}
#menu li{
   font-style: normal;
}

#contents {
   width:820px;
   padding:10px;
   background:#fff;
}

#main{
    font-size: 14px;
   background:#fff;
   color: #000;
   margin: 0px 0 0 0px;   
}
#sub{
	width:820px;
	margin-top:5px;
}

.item1{
	width:260px;
	height:137px;
	margin-right:9px;
	float:left;
}
.item2{
	width:260px;
	height:137px;
	margin-right:9px;
	float:left;
}
.item3{
	width:260px;
	height:137px;
	float:left;
}

#close{
   text-align: center;
   margin-top:30px;
   margin-left:450px;
   float:left;
}

#wrapper{
	width :820px;
	margin: auto;
}

#footer{
   clear:both;
   width:820px;
   padding-top:20px;   
}

/* ========HEADER CUSTOMIZE======== */



/* ========MENU CUSTOMIZE======== */
#menu ul{
   margin:0;
   padding:0;
   list-style:none;
}

#menu li{
   overflow:hidden;
   float:left;
   padding:0 0 0 20px;
}

#menu li a{
   display:block;
   font-weight:bold;
   color:#000;
   outline:none;
}

#menu li a:hover{
   color:#000;
   border-bottom:3px solid #006400;
   text-decoration:none;
}

/* ========HEADIMAGE CUSTOMIZE======== */



/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi{
   overflow:hidden;
   position:relative;
   margin-left:-20px;
   margin-top:20px;
   margin-bottom:20px;
}

* html .topNavi{
   height:1em;
   overflow:visible;
}

.topNaviColumn{
   display:inline;
   width:300px;
   float:left;
   margin-left:20px;
   padding:0 0 2em 0;
   background:#eee;
}

.topNaviImg{
   margin:0;
   padding:0;
   background:none;
}

.topNaviDetail{
   position:absolute;
   bottom:0;
   width:280px;
   text-align:right;
}

.topNaviDetail a{
   padding:0 0 0 7px;
   background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

/* INFORMATION CUSTOMIZE */


/* SUBMENU CUSTOMIZE */

/* BANNER CUSTOMIZE */


/* ========FOOTMENU CUSTOMIZE======== */



/* ========FOOTER CUSTOMIZE======== */
.copyright{
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;
  
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop{
   position:fixed;
   right:0;
   bottom:0;
   padding:10px;
   background:#000
;
}

#pageTop a{
   padding:0 0 0 12px;
   color:#fff;
   font-size:11px;
   background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;
}
