@charset "utf-8";

/********************************************
Yahoo Library Font.css
********************************************/


/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/

body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
select,input,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/********************************************
common
********************************************/


a img,img{
	border:0;
	margin:0;
	padding:0;
}

div,li,p,span,ul,ol,dl{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}

ul,ol {
	list-style:none;
}


.floatleft {
	float:left;
}

.clear {
	clear:both;
}

body {
	margin:0;
	padding:0;
	border:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
}


/********************************************
container
********************************************/


#container {
	width:940px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	font-size:77%;
	padding:0 10px;
	background:#fff;
}

.fullbox {
	width:100%;
	overflow:hidden;
}

/*12grid*/

.grid01 {width:60px;overflow:hidden;}
.grid02 {width:140px;overflow:hidden;}
.grid03 {width:220px;overflow:hidden;}
.grid04 {width:300px;overflow:hidden;}
.grid05 {width:380px;overflow:hidden;}
.grid06 {width:460px;overflow:hidden;}
.grid07 {width:540px;overflow:hidden;}
.grid08 {width:620px;overflow:hidden;}
.grid09 {width:700px;overflow:hidden;}
.grid10 {width:780px;overflow:hidden;}
.grid11 {width:860px;overflow:hidden;}


/********************************************
header
********************************************/

#header {
	background:url(img/title.png) no-repeat;
}

#header h1{
	font-size:1.2em;
	color:#999;
	padding-top:80px;
	text-align:center;
	margin-bottom:40px;
}

#contents{
}

#contents h2 {
	font-size:1.2em;
	line-height:20px;
	text-align:center;
	color:#999;
	margin-bottom:20px;
}

#contents img {
	display:block;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
}

#contents dl {
	font-size:1.2em;
	line-height:20px;
	color:#999;
	margin:0 0 60px 40px;

}

#footer {
	border-top:1px solid #cececf;
	line-height:39px;
	text-align:center;
	font-size:1.1em;

}

#footer address {
	font-style:normal;
	color:#999;
}






/********************
* FEATURE CAROUSEL *
********************/
.carousel-container {
  position:relative;
  width:940px;
}
#carousel {
  height:360px;
  width:940px;
  background-color:#fff;
  position:relative;
  margin-bottom:20px;
  font-size:1.2em;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:2px solid #5d5d5d;
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:1.2em;
  color:white;
}
.tracker-summation-container {
	display:none;
}
.tracker-individual-container {
	display:none;
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
	display:none;
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}