@charset='utf-8';
/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){


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

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
	font-family:ＭＳ Ｐゴシック,Osaka,sans-serif;
   font-size:12px;
   border-top:#4B6744 solid 5px;
   color:#333333;
   background:url("../images/bg.png") repeat-y top center;
}

br {
   letter-spacing:normal;
}

a {
   color:#0544b5;
   text-decoration:underline;
}

a:hover {
   color:#0544b5;
   text-decoration:none;
}

img {
   border:0;
   vertical-align:bottom;
}

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

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


/* ========TEMPLATE LAYOUT======== */
#header {
   width:900px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
   background:url("../images/bg.png") no-repeat top center;  
}

#contents {
   clear:both;
   position:relative;
   z-index:100;
   overflow:hidden;
   width:900px;
   margin:8px auto 0 auto;
}

#main {
   float:left;
   width:640px;
   padding:0px 10px 10px 14px ;
}

#sub {
   float:right;
   width:220px;
   padding:0px 10px 10px 0px ;
}

#pageTop {
   clear:both;
   width:800px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
	position:absolute;
	width:870px;
	margin-top:4px;  
   text-align:right;  
   font-size:11px;
   color:#7d7d7d;  
   background:url("images/bg_h1.jpg") no-repeat;
   font-weight:normal;   
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch {
   padding-top:0px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:5px;
   padding:15px 10px 10px 20px;
   font-size:18px;
   color:#4a4a4a;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h2.gif") 0 0 repeat-x;
}

#main h3 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#93c2d3;
}

#main p {
	padding:0 20px 0 20px;
   margin:1em 0 1em 0;
   font-size:14px;
}
#main u {
	text-decoration:none;
    border-bottom: 1px dotted #666;
}

.box2 {
	margin:5px 0 0 18px;
	width:604px;
   border:1px solid #E8E8E8;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}

#main ul {
   margin:5px 0 0 5px;
   padding:0;
}

#main li {
   padding:5px 0 5px 0;
   line-height:1.4;  
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main li a {
   display:block;
   padding-left:4px;
   color:#6c6c6c;    
   text-decoration:none;   
   background:url(../images/btn.png) 0 0px no-repeat;
}

#main li a:hover {
   display:block;
   padding-left:4px;
   background:url(../images/btn2.png) 0 0px no-repeat;
}



.dn-bg{
    background-color: #fcfca2;
    }

.dn-dot{
    border-bottom: 1px dotted #666;		
    }

.center{
    margin: 20px 0;
    text-align: center;
    }	

/* ========SUBCONTENTS CUSTOMIZE======== */

#sub .section01 {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}
#sub .section02 {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#sub h3 {
   padding:10px 5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:url("../images/bg_sub_h3.png") 0 0 repeat-x;
}

#sub p {
   padding:0 10px 0 10px;
   font-size:11px;
   color:#838383;
}

#sub ul {
   margin:10px 15px 5px 15px;
   padding:0;
}

#sub li {
   padding:2px 0 2px 0;
   line-height:1.4;
   list-style:none;
}

#sub li a {
   display:block;
   padding-left:12px;
   color:#4B6744;
   background:url("../images/bg_list.png") 0 5px no-repeat;
text-decoration: none;   
}

#sub li a:hover {
   color:#4B6744;
}

#sub .banner {
	text-align:center;
   padding:14px 0 14px 0px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat; 
}


/* ========TABLE CUSTOMIZE======== */
table.table1 {
  margin:10px 0 14px 20px;
  width: 600px;
  border-collapse: collapse;
  border: solid 3px #d0d0d0;
  font-size: 100%;
}

table.table1 th,
table.table1 td {
  border: solid 1px #d0d0d0;
  padding: 4px 6px;
}

table.table1 th {
  background: #fcfca2;
  text-align: center;
  white-space: nowrap;
  color: #666;
  font-size:100%;
}
table.table1 td.col {
  text-align: center;
  font-size: 100%;
width:10%;
}
table.table1 td.col02 {
  text-align: center;
  font-size: 100%;
width:35%;
}

table.table1 td.name {
  text-align: center;
  font-size: 100%;
  background-color:#f3f3f3;
width:35%;
}

table.table1 td.money {
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  background-color: #f3fafc;
width:20%;
}


#wrap_homebtn{
	clear:both;
	margin:auto;
	padding:10px 0px 0px 780px;
	width:100%;
	text-align:left;
}
#wrap_homebtn a{
	display:block;
	margin:0px;
	padding:0px;
	width:120px;
	height:25px;
	background-image:url(../images/home01.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:6px 0;
   color:#e0e0e0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   background:#4B6744;
}




}