@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:5px 0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'メイリオ',Meiryo,Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333333;
   background:rgb(250, 240, 240);
}

br {
   letter-spacing:normal;
}

a {
   color:#E79E00;
   text-decoration:none;
}

a:hover {
   color:#E79E00;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#header {
   width:811px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#pr {
   position:absolute;
   width:460px;
   left:300px;
   top:10px;
}

#menu {
   width:100%;
   float:left;
   margin-bottom:20px;
   background:rgb(40,40,40);
}

#contents {
    clear:both;
    width:781px;
    margin:0 auto;
    background:#ffffff;
    padding:15px 15px;
    border:1px solid #cccccc;
}

#main{
    float:left;
    width:781px;
}

#pageTop {
    clear:both;
}

#footer {
    margin-top:20px;
    clear:both;
    color:#dddddd;
    background:rgb(40,40,40);
}

.all{
    clear:both;
}

.right{
    margin-top:30px;
    width:380px;
    float:right;
}

.left{
    margin-top:30px;
    width:380px;
    float:left;
}

.text-center{
    text-align:center;
}

.text-right{
    text-align:right;
}

/* ========HEADER CUSTOMIZE======== */
#header h1{
    height:16px;
    line-height:16px;
    font-size:11px;
    color:#333333;
    font-weight:normal;
    border-bottom:1px dotted #333333;
    text-indent:0; /*一行目のインデント幅*/
}

#header h2 {
    font-weight:normal;
    margin:10px 0;
    line-height:30px;
    font-size:24px;
    color:#fff;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#header h2 a {
   color:#333333;
}

#header h2 a:hover {
   color:#333333;
   text-decoration:under-line;
}

#header #pr p {
   margin:0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   width:811px;
   margin:0 auto;
   padding:0;
}

#menu li {
   float:left;
   color:#333333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
    font-weight:none;
    display:block;
    width:161px;
    color:#dddddd;
    line-height:50px;
    border-right:1px solid #dddddd;
}

#menu li.home a {
   border-left:1px solid #dddddd;
}

#menu li a.active {
    color:#ffffff;
    background:rgb(90,90,90);
}

#menu li a:hover {
   color:#ffffff;
   background:rgb(90,90,90);
   text-decoration:underline;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */

#main h2{
    margin-bottom:15px;
    padding:3px 2px 2px 2px;
    font-size:18px;
    font-weight:bold;
    color:rgb(60,60,60);
    background-color:rgb(250,220,220);
    border-right:1px dotted #333333;
    border-bottom:1px dotted #333333;
    
}

#main h3{
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   margin-bottom:15px;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 a:hover, #main h3 a{
    color:#5A5132;
    text-decoration:none;
}

#main h4{
   margin-bottom:3px;
   padding-left:15px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("img/bg_h4.gif") 0 50% no-repeat;
}

#main h5{
   margin-bottom:2px;
   font-size:14px;
}

#main h6{
   margin-bottom:2px;
   padding:2px;
   font-size:13px;
   color:#fff;
   background:#73C700;
}

#main p, #main pre{
    margin:0 0 1em 0;
    padding:0 1em 0 1em;
    /*text-indent:1em;*/
}

#main p.adjust-indent{
    text-indent:0em;/*1行目のmargin-left*/
    padding-left:2em;
}

#main dt{
   margin-bottom:3px;
}

#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f4f3e8;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
    /*   float:left;*/
    /*    width:10em;*/
    margin:0 0 0.25em 0;
    padding:0;
}

#main dl.information dd {
 /*   margin:0 0 0.5em 10em;*/
    margin:0 0 1em 3em;
    padding:0;
    background:transparent;
}

#main dl.information dt.notice{
    margin:1em 0 0 0;
    width:100%;
}

#main table {
   width:100%;
   border-collapse: collapse;
   margin-bottom:5px;
}

#main table th {
   padding:8px;
   font-size:13px;
   text-align:left;
   border:1px solid #ddd;
   background:rgb(200,250,210);
}

#main table th.text-center{
    text-align:center;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #dddddd;
}

#main table.dojo td, #main table.notice td{
    padding:8px;
    border:1px solid #cccccc;
}

#main table.dojo td.index{
    width:30%;
    background:rgb(250,230,230);
}

#main table.notice td.index{
    width:30%;
    background:rgb(230,250,230);
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#5A5132;
   padding-left:10px;
   background:#fff url("img/bg_submenu.gif") 0 50% no-repeat;
   border-bottom:1px solid #E7E7E7;
}

#sub ul {
   margin:0;
   padding:0;
}

#sub li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
   
}

#sub li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
   background:url("../images/bg_sub_list.gif") 5px 15px no-repeat;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("img/bg_pagetop.gif") 0 50% no-repeat;
   color:#333;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("img/bg_dotline.gif") 0 0 repeat-x;
}

#footMenu li {
    display:inline;
    margin:0 0 0 10px;
    list-style:none;
}

#footMenu li a {
   padding-left:10px;
   color:#333;
   background: url("img/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}