@charset "UTF-8";
/* CSS Document */
		
*{
	margin:0;
	padding:0;
	}

html {
	overflow-y:auto;
}

iframe {
	overflow:hidden;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object	{
	vertical-align: top;
	width:950px;
	margin:0 auto;
	padding:0 13px 0 0;
	
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}

img{
	border:none;
	vertical-align:bottom;
	}	
	
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-color:#fff;
	color: #333;
	line-height: 130%;
	font-size:12px;
	overflow-y:hidden;
}

html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ------------ A Style */

a{
	outline:0;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=50);
}

/* ------------- */

/* .clearfix
=======================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/

#wrapper {
	width:967px;
	margin:50px auto 0px auto;
}

#wrapper #gnavi {
	width:201px;
	float:left;
}

#wrapper #gnavi ul {
	margin-top:25px;
}

#wrapper #gnavi ul li {
	margin-bottom:25px;
}

#wrapper #main-contents {
	width:722px;
	float:left;
	padding-top:6px;
	margin-left:44px;
}

#wrapper #main-contents img {
	margin-bottom:30px;
}

#wrapper #main-contents p {
	font-size:9px;
	color:#777777;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:right;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/common/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/common/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


/* ------------ in Style */

/* ------------ Header Style */

#head{
	margin:0px 0px 30px 0px;
	overflow:hidden;
}

#head ul{
	text-align: center;
}

#head li{
	display: -moz-inline-box;
        display: inline-block;
        /display: inline;
        /zoom: 1;
        vertical-align: middle;
	padding:0px 10px 0px 0px;
}

/* ------------ Page Style */

#contents {
	width: 1000px;
}

div.reki {
	width: 500px;
	margin: 40px auto 0px auto;
}

.reki dl{
	font-size: 14px;
	line-height:20px;
	margin:20px 0px 0px 0px;
}

.reki dt{
	font-weight: bold;
}


.yoshi-reki ul {
	font-size: 14px;
	margin:20px 0px 0px 0px;
	line-height:20px;
}



/* ------------ Footer Style */

.copy {
	font-size: 12px;
	color: #777777;
	margin: 70px 0px 50px 0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}