﻿@charset "UTF-8";

/* 
========BASIC======== */
* {
   font-family:'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;

}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#ffffff;
}

p {
   font-size: 12px;
   color: #000000;
   margin-top: 0;
   margin-bottom: 1px;
}

br {
   letter-spacing:normal;
}

a {
   color:#0079c9;
   text-decoration:none;
}

a:hover {
   color:#f1bd00;
}

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

a:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/*
========== #basic layout ==========*/
div#wrapper {
	width: 980px;
	margin:0 auto;
	text-align:center;
}

div#contents {
	width: 980px;
	margin: 20px auto;
	padding:0px 0px 0;
	text-align:left;
}
div#body{
	background: #fff;
}

/*
========== #見出し設定 ==========*/

h2{
	font-size: 100%;
	color: #ffffff;
	background-image: url(img/h2_banner.png);
	line-height: 50px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
}

h3{
	font-size: 95%;
	color: #000000;
	background-image: url(img/h3_banner.png);
	line-height: 35px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}

h4{
	font-size: 95%;
	color: #ffffff;
	background-image: url(img/h4_banner.png);
	line-height: 30px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px !important;
	background-repeat: no-repeat;
}

/*
========== #header ==========*/
div#header{
	width: 980px;
	height: 100px;
	position:relative;
       margin-top: 0px;
       margin-bottom: 0px;
}
h1.txt_01{
       font-size: 120%;
	line-height:1;
	position:absolute;
	top: 10px;
       left:0px;
       bottom: 0;
	z-index:100;
}
.txt_02{
       font-size: 120%;
	position:absolute;
       top: 80px;
	right:0px;
       bottom: 0;
	z-index:100;
}

/*
========== globalNavi ==========*/
div#globalnavi{  
      margin: 0;  
      padding: 0;  
      width: 980px;  
      height: 39px;  
}  
      
div#globalnavi ul{  
      list-style-type: none;  
      margin: 0;  
      padding: 0;  
}  
      
div#globalnavi li{     
      float:left;
      font-size: 16px;
      font-weight: bold;
      line-height: 39px;
      color:#df677d;
      list-style-type:none;
      border-left: 1px ridge #666;
      width: 195px;  
      margin: 0px;  
      padding: 0;
}

div#globalnavi li:first-child {
  border: none; 
}
      
div#globalnavi a{ 
      text-align: center;
      display: block;  
      width: 100%;  
      height: 39px;  
      background-image: url(img/navi_banner.png);  
      background-repeat: no-repeat; 
}  
      
#menu1 a{background-position: 0 0;}  
#menu2 a{background-position: -196px 0;}  
#menu3 a{background-position: -392px 0;}  
#menu4 a{background-position: -588px 0;}  
#menu5 a{background-position: -784px 0;}   
      
#globalnavi a:hover{  
      background-image: url(img/navi_banner_on.png);  
      background-repeat: no-repeat; 
      color: #7BCAF5; 
}  
      
#menu1 a:hover{background-position: 0 -39px;}  
#menu2 a:hover{background-position: -196px -39px;}  
#menu3 a:hover{background-position: -392px -39px;}  
#menu4 a:hover{background-position: -588px -39px;}  
#menu5 a:hover{background-position: -784px -39px;} 

/*
========== #sideLeft ==========*/
div#sideLeft {
	width: 200px;
	float: left;
	margin-right: 20px;
}
div#sideLeft .bnrBox {
	margin-top:0px;
	margin-bottom: 50px;
}
div#sideLeft .sideLeftComment1 {
	font-size: 10px;
	color:#666;
	margin-top:0px;
       margin-bottom: 15px;
}

div#sideLeft .sideLeftComment2 {
	font-size: 14px;
	color:#df677d;
	margin-top:0px;
       margin-bottom: 15px;
}

/*
========== #main ==========*/
div#main {
	width:540px;
	float: left;
	padding:0;
	margin:0 20px 100px 0px;
}

div#pagetop{
       float: right;
	background-repeat: no-repeat;
	margin:20px 0px;
}

     

/*
========== #sideRight ==========*/
div#sideRight {
	width: 200px;
	float: right;
}

.sidebn{
       margin-top: 0px !important;
       margin-bottom:10px !important;
}
      
/*
========== #footer ==========*/
div#footer{
       clear: both;
	width: 100%px;
	height:130px;
}

/*
========== #footerNav ==========*/
div#footerNav {
	width: 980px;
	height: 80px;
	background:#ffa500;
	margin:0 auto;
       
}

div#footerNav ul {
       list-style-type: none; 
       width: 980px;
 	height:80px;
       text-align:center;      
       margin: 0 auto;  
       padding: 0;
}

div#footerNav li{
       display: inline-block;
       margin-top: 30px;
       font-size: 14px;
	padding:0 10px;
	border-right:solid 1px #fff;
}

div#footerNav li a{
       width: 125px;
       color: #ffffff;
       line-height:1;
}

div#footerNav li a:hover{
	color: #7BCAF5;
}


/*
========== address ==========*/
div#footer address{
	background:#000000;
　　　 font-style:normal;
	font-size: 10px;
	color:#ffffff;
	text-align:center;
	line-height:2.5;
	margin:0 auto;
	display:block;
}



