﻿@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:Verdana, Helvetica, sans-serif;
  
 color:#333;
}

body {
   margin:0;
   padding:0;
   text-align:center;
   line-height:1.6;
  
 letter-spacing:1px;
   background:#fff url("image/bg.gif") 50% 50% repeat-y fixed;
  
 border-top:10px solid #ff6666;
}

br {
   letter-spacing:normal;
}

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

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

img {
   border:0;
}

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


/* 
========TEMPLATE FRAMEWORK========
 */
div#top {
   width:780px;
   margin:0 auto;
  
 text-align:left;
}

div#header {
   width:780px;
   height:60px;
  
 margin-bottom:10px;
   background:#fff url("image/bg_head.gif") 0% 0% no-repeat;
  
 border-bottom:1px solid #666;
}

div#contents {
   clear:both;
   width:760px;
 
  margin:0 10px;
}

div#main {
   float:left;
   width:560px;
}

div#sub {
   float:right;
  
 width:180px;
}

div#footer {
   clear:both;
   width:780px;
   margin-top:10px;
  
 border-top:1px solid #666;
   background:#fff;
}

/* 回り込み解除 */
div#contents:after 
{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* 
========HEADER CUSTOMIZE========
 */
div#header h1 {
   margin:0;
   padding:0 10px;
   font-size:150%;/* 24px相当 */
 
  line-height:60px;
}


/* 
========MAIN CONTENTS CUSTOMIZE========
 */
div#main a {
 
  color:#ff0080B0;
}

div#main a:hover {
   color:#0080B0;
   border:0;
  
 border-bottom:1px solid #0080B0;
}

div#main h2 {
   margin-bottom:5px;
  
 font-size:88%;/* 14px相当 */
   font-weight:bold;
   border-bottom:2px solid #ff6666;
}

div#main h3 {

   margin-bottom:5px;
   font-size:82%;/* 13px相当 */
   border-bottom:1px dotted #ff6666;
}

div#main p {
 
  margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}


/* 
========SUB CONTENTS CUSTOMIZE========
 */
div#sub h2 {
   padding:5px;
   color:#fff;
   font-size:82%;/* 13px相当 */
  
 font-weight:bold;
   background:#ff9966;
}


/* 
========MENU CUSTOMIZE========
 */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li 
{
   margin:0;
   padding:0;
   font-size:82%;/* 13px相当 */
  
 list-style-type:none;
   border-bottom:1px solid #ff9966;
}

div#menu li a {
 
 display:block;
   width:175px;
   padding-left:5px;
   color:#333;
   line-height:2.5;
 
  background:#ffcccc;
}

div#menu li a:hover {
   color:#333;
   background:#ffcccc;
}


/* 
========FOOTER CUSTOMIZE========
 */
div#totop {
   padding:10px 10px 0 0;
   text-align:right;
}

div#footerMenu {
   padding:10px 0;
}

div#footerMenu a {
   color:#333;
}

div#footerMenu a:hover {
   color:#333;
   border:0;
   border-bottom:1px solid #333;
}

div#footerMenu ul {
   margin:0;
   padding:0;
   list-style:none;
}

div#footerMenu li {
   display:inline;
   margin:0 0 0 10px;
   padding-left:8px;
   font-size:82%;/* 13px相当 */
   background:url("image/arrow.gif") 0 4px no-repeat;
}

address {
   padding:20px 0;
   color:#ffffff;
   text-align:center;
   font-style:normal;
   font-size:70%;/* 11px相当 */
   border-top:2px solid #ddd;
   background:#ff6666;
}