@charset "UTF-8";

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

body {
   margin:0;
   padding:0;
   line-height:1.5;
   font-family:sans-serif;

   color:#000;
}

br {
   letter-spacing:normal;
}

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

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

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

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


/* ========TEMPLATE LAYOUT======== */
#top {

   margin:0 auto;
   padding:0 10px;
   background:#fff;
   box-shadow:0 0 5px #999;
   -moz-box-shadow:0 0 5px #999;
   -webkit-box-shadow:0 0 5px #999;
   behavior: url(PIE.htc);/* for IE */

}

#header {
   position:relative;

}

#contents {
   float:center;
 　min-width: 600px;
   padding:10px 0;
   background:#fff;
}

#main {


 　min-width: 600px;

}

p.leftBox {
 border:  solid blue 1px;
   width:180px;

    border-radius-top-left: 5px;        /* CSS3草案 */  
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-topleft: 5px;   /* Firefox用 */  

}


p.smallBox {

 border-top:  solid blue 2px;
 border-left: solid blue 2px;
    border-radius-top-left: 12px;        /* CSS3草案 */  
    -webkit-border-top-left-radius: 12px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-topleft: 12px;   /* Firefox用 */  


margin-left:60px;
margin-right:60px;
   /* width:540px; */
}

textarea.itemCommentForm {
width:45em;
height:4em;
}

#sub {
   float:right;
   width:220px;
}


#footer {
   clear:both;
 　min-width: 600px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   font-size:46px;
   color:#000000;
	background-color:#ffffff;
}

#header h1 a:hover {

}

#header #message {
   font-size:11px;
}




/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   /*color:#d9890f;*/
color:#001166;

}

#main a:hover {
   text-decoration:underline;
}
#main h1 {
   background-color:#ffffff;
}
#main h2 {
   clear:both;
   width:750px;
padding:5px;
   font-size:20px;
   color:#006625;
	background-color:#ceedd1;
   border-bottom:4px solid #0f6b18;
   /* background:url("images/bg_h2.png") 0 0 no-repeat; */
 
}



#main h3 {
   clear:both;
   margin-top:20px;
   margin-bottom:5px;
   padding-left:10px;
   font-size:14px;
   color:#006625;
   border-left:5px solid #006625;
}

#main h4 {
   margin-bottom:5px;
   font-size:14px;
   color:#006625;
   /*border-bottom:1px solid #006625; */
}

#main h5 {
   margin-bottom:5px;
   padding:2px;
   font-size:12px;
   color:#666;
   border:1px solid #cd0b25;
   background:#FFF3EF;
}

#main h6 {
   margin-bottom:3px;
   padding-left:8px;
   font-size:12px;
   font-weight:normal;
   background:url("images/bg_arrow.gif") no-repeat left 50%;
}

#main p {
	padding-left:20px;
	padding-right:25px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}



/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding-bottom:2px;
   font-size:14px;
   font-weight:bold;
   text-align:center;
   border-bottom:1px solid #999;
}

#sub h3 {
   padding:5px;
   font-size:12px;
   font-weight:bold;
   background:#EFEBEF;
}
#sub p {
   font-size:12px;
   text-align:center;
   margin-bottom:20px;
}

#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

#sub li {
   padding:5px;
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url("images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
   display:block;
   color:#333;
   background:#FFF3EF url("images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
}

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




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