@charset "utf-8";
/* CSS Document */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
*{margin:0px;padding:0px;}
body{
	margin:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:76%;
	line-height:1.6;
}
a img{
	border:none;
}
#container{
	width:800px;
	margin:0 auto;
	background:#81C0E9;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}
h1{text-align:center;}
#pagebody{
	padding:20px 25px;
}
#floatcon{
	margin-top:-40px;
	margin-bottom:10px;
}
#floatcon ul{
	margin-left:10px;
	margin-bottom:20px;
	padding-right:30px;
	_padding-right:20px;
	width:410px;
	list-style:none;
	float:left;
}
#floatcon ul li{
	background:url(../img/ic_star.gif) no-repeat 0 0px;
	padding-left:20px;
}
#floatcon ul li a{
	color:#FC3;
	text-decoration:none;
}
#floatcon ul li a:hover{
	background-color:#09C;
	background-color:none;
}
#floatcon ul li p{
	color:white;
	font-weight:bold;
	text-shadow:1px 1px 2px #000;
}
#floatcon ul li{
	margin-bottom:1em;
}
#floatcon ul li span{
	font-size:0.8em;
}
#floatcon .right{
	float:left;
	height:360px;
	width:300px;
	background-image:url(../img/bg_body.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#floatcon .right a{
	display:block;
	width:290px;
	height:0px;
	overflow:hidden;
	padding-top:65px;
	background-repeat:none;
	margin-bottom:10px;
}
#floatcon .right a.c1{background-image:url(../img/mn_bt1.gif);}
#floatcon .right a.c1:hover{background-image:url(../img/mn_bt1_on.gif);}
#floatcon .right a.c2{background-image:url(../img/mn_bt2.gif);}
#floatcon .right a.c2:hover{background-image:url(../img/mn_bt2_on.gif);}
#floatcon .right a.c3{background-image:url(../img/mn_bt3_const.gif);}
#floatcon .right a.c3:hover{background-image:url(../img/mn_bt3_const_on.gif);}

#inquiry{
	clear:both;
	background-color:#A1C981;
	text-align:center;
	color:white;
	font-weight:bold;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}
#inqbody{
	padding:15px 0px;
	text-shadow:1px 1px 2px #000;
}
#inquiry h2{
	font-size:1.2em;
}
#inquiry a{
	color:white;
	text-decoration:underline;
}
#inquiry a:hover{
	text-decoration:none;
}
#privacy{
	padding:10px 20px;
}
#privacy h2{
	font-size:1em;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #06C;
}
#privacy ul{
	margin-left:20px;
}
#privacy li{
	font-size:0.8em;
	margin-bottom:5px;
}
#footer{
	text-align:center;
	padding-top:10px;
}
/******************************************************************************
                                 grandPrix
******************************************************************************/
#grandprix {
    background:url(../img/cloud.jpg) no-repeat 0 0 ;
	height:1053px;
	width:710px;
	margin:0 auto;	
}
#grandprix p.gr_statement {
	color:#444;
	text-align:center;
	margin-top:-1.5em;
	font-size:1.2em;
}
#grandprix table {
    width:620px;
	margin:0 auto;	
}
#grandprix table td p {
    margin:0 auto;	
}
#grandprix table td p.gr_name {
    margin-top:2em;	
}
.gr_name {
	background:url(../img/gr_star_mark.png) no-repeat left ;
    width:130px;
	color:#444;
	font-weight:bold;
	line-height:120%;
	padding:0 0 0 30px;
}
.gr_frame {
	text-align:center;
}
/******************************************************************************
                                 gallery
******************************************************************************/
.gallerybox {
    padding:0 20px;
}
.gallerybox h2 {
    padding-top:10px;
	position:relative;
	z-index:1;
}
#areabox {
    width:400px;
	float:right;
	margin-top:-128px;
	position:relative;
	z-index:10;
}
#areabox li {
    list-style:none;
	float:left;
	padding-right:5px;
}
.gallerybox li {
    list-style:none;
}
.gallerybox ul li {
    padding:20px 0 10px 37px;
	float:left;
	width:187px;
}
.star {
    float:left;
	width:26px;
}
.name {
    color:#fff;
	text-shadow:1px 1px 2px #000;	
	font-weight:bold;
	float:left;
	width:150px;
	line-height:120%;
	padding:0 0 10px 7px;
}
.frame {
    clear:both;
    background:url(../img/frame.gif) no-repeat 0 0;
	width:187px;
	height:129px;
}
.frame img {
    padding:4px 0 0 4px;
}
.pagetop {
    clear:both;
	text-align:right;
	padding:0 1em 1em 0;
}
/******************************************************************************
                                 class
******************************************************************************/
.mb1 {
    margin-bottom:1em;	
}
.mt2 {
    margin-top:2em;	
}