@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
   color:#666666;
   /*color:#333;*/
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
/*   color:#31001D;*/
   color:#666666;
   text-decoration:none;
}

a:active {
/*   text-decoration:none;*/
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   align:right;
}


h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:757px;
/*   margin:0 auto;*/
   background:#fff;
   margin-left:30px;
}

div#header {
   width:757px;
   background:#fff;
   margin-top:5px;
   margin-bottom:1px;
}

div#titleimg {
}
div#menu {
   width:757px;
   margin-bottom:3px;
   margin-left:30px;
}

div#contents {
   clear:both;
   width:757px;
   background:url(images/bg_contents.gif) 567px 0 repeat-y;
/*   border-bottom:1px solid #535D57;*/
/*   border-bottom:1px solid #666666;*/
   margin-left:30px;
   padding-bottom:202px;
}

div#headImage {
   width:757px;
}

div#main {
   float:left;
   width:567px;
   margin-top:5px;
}

div#sub {
   float:right;
   width:180px;
   margin-top:2px;
   font-size:88%;
}

div#totop {
}

div#header a {
   color:#666666;
}

div#footer {
   position:relative;
   clear:both;
   width:757px;
   margin-left:30px;
   text-align:center;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========CUSTOMIZE======== */
div#bread {
   margin-top:0px;
   margin-bottom:8px;
/*   padding:2px 2px 2px 0;*/
   color:#666666;
   font-size:70%;/* 11px相当 */
}

div#main img {
  text-align:center;
   border:1px solid #666666;
}


div#thumbnail {
   float:left;
}


div#thumbnail ul {
}

div#thumbnail li {
   float:left;
   margin-right:10px;
   margin-bottom:10px;
   font-size:88%;
   text-align:center;
   list-style-type:none;
}
div#thumbnail a {
   clear:both;
}

div#singleimg {
   text-align:left;   
   font-size:70%;/* 11px相当 */
}

div#singleimg img {
   margin-top:10px;   
}

div#main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 0;
/*   color:#31001D;*/
   color:#666666;
   font-size:75%;
/*   font-weight:bold;*/
   font-weight:normal;
/*   border-Top:1px solid #535D57;*/
/*   border-bottom:1px solid #535D57;*/
   border-bottom:1px solid #666666;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 a {
/*   color:#000;*/
   color:#666666;
}

div#header h1 a:hover {
   color:#535D57;
}

div#comment {
   font-size:100%;
   color:#666666;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:756px;
   height:25px;
   margin:0;
   padding:1px 0 1px 1px;
   background:#666666;
/*   background:#000;*/
}

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a {
   display:block;
   width:125px;
   margin-right:1px;
   padding:5px 0;
   color:#fff;
   background:url(images/bg_menu_off.gif);
}

div#menu li a:hover {
   color:#fff;
   background:url(images/bg_menu_on.gif);
}

/* 回り込み解除 */
div#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   /*color:#31001D;*/
   color:#666666;
}

div#main a:hover {
/*   color:#31001D;*/
   color:#666666;
   border:0;
/*   border-bottom:1px solid #31001D;*/
/*   border-bottom:1px solid #666666;*/
}

div#main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 0;
/*   color:#31001D;*/
   color:#666666;
   font-size:70%;
/*   font-weight:bold;*/
   font-weight:normal;
/*   border-Top:1px solid #535D57;*/
/*   border-bottom:1px solid #535D57;*/
/*   border-bottom:1px solid #666666;*/
}

div#main h3 {
   margin-bottom:2px;
   font-weight:normal;
   font-size:70%;
   clear:both;
}

div#main h4 {
   margin-bottom:2px;
   font-size:70%;/* 11px相当 */
}
div#main h5 {
   margin-bottom:2px;
   font-size:63%;/* 10px相当 */
}
div#main h6 {
   margin-bottom:2px;
   font-size:63%;/* 10px相当 */
}

div#main p {
   margin:0 10px 1em 0;
   font-size:70%;/* 11px相当 */
}

div#main ul,ol,dl {
   margin-right:10px;
   font-size:63%;/* 10px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub h2 {
   padding:3px;
   padding-left:10px;
   font-size:75%;
   font-weight:bold;
   color:#fff;
   /*background:#31001D url(images/bg_sub_h2.gif) 0 0 repeat-x;*/
   background:#666666;
}

div#sub ul {
   margin:0;
   padding:5px 0 1em 0;
}

div#sub li {
   margin:0;
   padding-left:18px;
   font-size:75%;/* 12px相当 */
   line-height:1.8;
   background:#fff url(images/bg_list.gif) 0 5px no-repeat;
   list-style:none;
}

div#sub li a:hover {
/*   border-bottom:1px solid #31001D;*/
/*   border-bottom:1px solid #666666;*/
}

div#sub li img {
   margin-top:7px;
   border:0;
}
/* ========TOTOP CUSTOMIZE========= */
div#totop {
/*   margin:10px 0;*/
   width:757px;
   margin-left:30px;
   text-align:right;
   font-size:70%;
   clear:both;
}

div#totop a {
   padding:0 0 0 6px;
   background:url(images/bg_totop.gif) 0 50% no-repeat;
}

div#totop a:hover {
/*   border-bottom:1px solid #31001D;*/
/*   border-bottom:1px solid #666666;*/
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:2px 0;
   font-style:normal;
   font-size:70%;
/*   color:#333;*/
   color:#666666;
   border-top:1px solid #666666;
}