﻿@charset "utf-8";

/* --------------------------------------------------------------------

# CSS v1.0  #

Copyright 2008 

-------------------------------------------------------------------- */

* {
padding : 0px;
font-size : 100%;
}

img{
border : none;
margin:0;
padding:0;
}

.clear{
clear : both;
}

.alignL{
text-align:left;
}

.alignR{
text-align:right;
}

.alignC{
text-align:center;
}

.floatL{
float:left;
}

.floatR{
float:right;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

br{
letter-spacing:0;
}

/* ---------- LINK ---------- */
a{
/*color:#666;
text-decoration:none;
*/
}

a:hover, a:action{
/*
color:#666;
*/
}

a:visited{
/*
color:#666;
*/}

span.hidden{
visibility:hidden;
display:none;
}

/* ---------- FONT-COLOR ---------- */
span.red{
color:#FF0000;
font-size:12px;
}

/* ---------- COMMON ---------- */
body{
text-align:center;
padding:0;
margin:auto;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color:#666;
font-size:13px;
line-height:150%;
letter-spacing:1px;
background:#FFF;
}

/* ---- WRAPPER ---- */
#wrapper{
margin:auto;
padding:0;
text-align:center;
width:800px;
border-right:1px solid #d7d5d5;
border-left:1px solid #d7d5d5;
}

/* ---- HEADER ---- */
#header{
width:800px;
margin:auto;
padding:0;
text-align:center;
}

#header h1{
text-align:left;
margin:14px 0 0 20px;
padding:0;
float:left;
}

#header p.floatR{
margin:10px 10px 0 0;
padding:0;
}

/* ---- GLOVAL NAVIGATION ---- */
.gnavi{
margin:auto;
text-align:center;
width:800px;
background:url(../image/bg_navi.jpg) left top repeat-x;
height:40px;
}

.gnavi ul{
margin:0 0 0 18px;
padding:0;
list-style-type:none;
}

.gnavi li{
margin:9px 0 0 0;
padding:0;
float:left;
}

#gnaviNone{
margin:auto;
text-align:center;
width:800px;
background:url(../image/bg_navi_none.jpg) left bottom repeat-x;
height:14px;
margin:0 0 4px 0
}

/* -- CONTAINER -- */
#container{
clear:both;
margin:0;
padding:0 0 10px 0;
}

#TopContainer{
clear:both;
margin:0;
padding:0;
}

/* ---- LOCATION ---- */
div#location{
border-bottom:1px solid #d7d5d5;
}

div#location ul{
list-style:none;
margin:0 0 5px 8px;
padding:0;
font-size:10px;
}

div#location ul li{
list-style:none;
margin:0 0 0 1px;
padding:0 0 0 10px;
float:left;
}

div#location ul li.recent{
background:url(../image/arrow_pink.gif) left 6px no-repeat;
padding:0 0 0 10px;
color:#228e45;
}

div#location ul li.locationtop{
color:#228e45;
}

/* ---- MAIN CONTENTS ---- */
#mainCnt{
margin:5px 0 5px 0;
width:591px;
float:left;
text-align:left;
position:relative;
left:0px;
top:0px;
border-right:1px solid #dcdcdc;
}

#mainCnt p#mainvisual{
margin:0;
padding:0;
}

/* ---- SUB CONTENTS ---- */
#subCnt{
float:right;
text-align:left;
position:relative;
right:0px;
top:0;
width:206px;
margin:0 0 0 0;
}

#subCnt p{
margin:20px 0 0 20px;
padding:0;
}

#lnavi ul{
list-style:none;
margin:10px 0 10px 22px;
padding:0;
line-height:0;
font-size:0;
}

#lnavi ul li{
list-style:none;
margin:0;
padding:0;
line-height:0;
font-size:0;
}


/* ---- FOOTER ---- */
div#footer{
margin:auto;
width:800px;
background:url(../image/bg_footer.jpg) left top repeat-x;
text-align:center;
font-size:10px;
}

div#TopFooter{
margin:auto;
width:800px;
text-align:center;
font-size:10px;
}


div#footer ul,div#TopFooter ul{
list-style:none;
margin:0 0 2px 62px;
text-align:center;
}

div#footer ul li{
list-style:none;
float:left;
margin:10px 10px 0 10px;
padding:0;
}

div#TopFooter ul li{
list-style:none;
float:left;
margin:3px 10px 0 10px;
padding:0;
}

div#footer ul li.recent,div#TopFooter ul li.recent{
background:url(../image/arrow_pink.gif) left 6px no-repeat;
padding:0 0 0 7px;
color:#228e45;
}

div#footer address,div#TopFooter address{
background:url(../image/bg_add.gif) left top repeat-x;
font-size:10px;
font-style:normal;
padding:3px 0;
}

#TopFooter a{
	color:#666;
	text-decoration:none;
}
#TopFooter a:hover{
	color:#666;
	text-decoration:none;
}
#TopFooter a:visited{
	color:#666;
	text-decoration:none;
}
#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#666;
	text-decoration:none;
}
#footer a:visited{
	color:#666;
	text-decoration:none;
}

