﻿/*======================================
　CSS: implant_aqua
=======================================*/

/*=====■Common specification■=====*/

*{margin:0;padding:0;}
html,body{margin:0; padding:0}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li{list-style:none;list-style-postion:inline}
ul li a{text-decoration:none;border:none;}
h1,h2,h3,h4,h5{margin:0;padding:0;}

.fix{
clear:both;
font-size:1px;
}

/*=====■Layout■=====*/
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#666;
text-align:center; 
background:url(img/bg.jpg) repeat-x;
line-height:300%;
}

/*LINK*/
a{
color:#5d9eff;
}

a:hover{ 
color:#90bdff;
}

/*■header*/
#header{
width:747px;
height:216px;
text-align:left;
background:#fff url(img/header_bg.jpg) no-repeat;
border-left:#999 solid 1px;
border-right:#999 solid 1px;
}

/*TITLE*/
#header #Title h1 {margin:0; padding:40px 0 0 0px;}

/*LOGO-TXT*/
#header #Title h1 a {
width:320px; 
text-decoration:none; 
font-weight:bold; 
display:block; 
font-size:50px;
color:#CCC;
}

/*LOGO-PICTURE*/
#header #Title h1 a{
width:457px;
height:88px;
background:url(img/title.gif) no-repeat;
} 
#header #Title h1 a span{display:none }

#reserve{
height:20px;
padding:0 0 0 10px;
font-size:11px;
color:#666;
}

/*■CONTENTS*/
#container{ 
width:747px;
text-align:center;
text-align:left;
background:#fff;
border-left:#999 solid 1px;
border-right:#999 solid 1px;
}

/*contentNavi*/
#contentNavi{
width:205px;
padding:0 10px 115px 0;
margin:0;
position:relative;
float:right;
background:url(img/nav.jpg) bottom left no-repeat;
}

/*boxicle*/
#entries{ 
margin:0;
padding:15px 0 0 0;
width:520px;
position:relative;
float:left;
}

/*NAVIGATION*/
#naviAd{
width:205px;
padding:0 10px 0 0;
float:right;
}
#naviAd ul{
color:#666;
font-size:13px;
margin-bottom:10px;
}
#naviAd ul li{
line-height:180%;
padding:7px;
border-bottom:#ddd solid 1px;
}

#contentNavi h1 {
width:205px;
height:40px;
background:url(img/nav_top.jpg) no-repeat;
}
#contentNavi h1 span{display:none;}

#contents{
width:205px;
background:#dee7ff;
}
#contents ul li{ margin:0 5px;}
#contents ul li a{ 
display:block; 
padding:0;
line-height:120%;
font-size:13px;
font-weight:bold;
background:#fff;
border-bottom:#dee7ff solid 5px;

}
#category ul li a:hover{ color:6d6885}
#contents ul li a span{display:block;padding:7px 5px 7px 10px;}

/*PR*/
#spot{
color:#7f7e8c;
padding-bottom:20px;
}
#spot ul li{
list-style:none;
margin:5px 0 0 10px;
padding:0;
line-height:120%;
font-size:11px;
}
#spot ul li a{ 
font-size:12px;
display:block;
}
/*■CONTENTS*/

/*ARTICLE*/
#midasi{
padding:15px 5px 12px 5px;
margin-bottom:10px;
border-bottom:#fcaeff dotted 1px;
line-height:300%;
}
h3{
border-bottom: 1px solid #0026a2;
border-left: 6px solid #0026a2;
padding-left: 6px;
line-height: 160%;
margin-top: 20px;
}
#midasi h1{
line-height:105%;
font-size:20px;
color:#f489f8;
}
#box h2{
display:block;
padding:2px 0 2px 7px;
color:#fff;
font-size:13px;
background:#96ec94;
}
#box{
padding:20px 40px 20px 40px;
color:#333;
font-size:14px;
}
#box ul {padding:10px 0;}
#box ul li{margin:5px 0 0 5px;}

.top { text-align:right; background:url(img/block_btm.gif) no-repeat left top; height:40px; padding:10px 20px 0 0; line-height:400%; font-size:11px;}
.top a {text-decoration:none;}

/*■globalfooterer*/
#globalfooter{
min-width:737px;
padding:20px 0 7px 7px;
border-top:#ddd dotted 3px;
text-align:center;
}

#globalfooter ul{
font-size:12px;
margin-bottom:10px;
}
#globalfooter li{line-height:180%;}

/*COPYRIGHT*/
#copyright {
width:737px;   
font-size:11px;
letter-spacing:2px;
color:#333;
}
  
