@charset "UTF-8";
/* INDEX */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
img{
	border: none;
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #FFFFFF;
}
#grand {
	width: 100%;
	height: auto;
	background-image: url(../img/grand.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#logo{
	width: 720px;
	height: 50px;
	text-indent: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../img/top_logo_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#logo a{
	display: block;
	width: 254px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
#wrapper{
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	z-index: 100;
	position: relative;
}
#header{
	text-align: center;
	height: 45px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	background-color: #f0f0f0;
	background-image: url(../img/hd_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#header a img{
	margin-bottom: 1px;
	margin-right: 15px;
	width: 168px;
	letter-spacing: normal;
}
#header a img.last{
	margin-right: 0px;
	clear: both;
}
#header a img:hover{
	margin-top:1px;
	margin-bottom:0;
}
#lead{
	width: 900px;
	height: 200px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(../img/lead.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#title{
	width: 100%;
	height: 300px;
	margin-top: 0;
	background-image: url(../img/title_bg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	background-color: #CCC;
	position: relative;
	padding: 0px;
	margin-bottom: 0;
	top: 0px;
	z-index: 2000;
}

@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
		-moz-opacity:0;
			background-position: 48% 0px;

	}
	100% {
		-webkit-opacity:1;
		-moz-opacity:1;
			background-position: center 0px;

	}
}
@-moz-keyframes TitleArea {
	0% {
		opacity:0;
			background-position: 48% 0px;

	}
	100% {
		opacity:1;
			background-position: center 0px;

	}
}

#titlebox{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-duration: 2.0s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TitleArea;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 0.1s;
	-moz-animation-duration: 2.0s;
	-moz-animation-iteration-count: 1;
	width: 900px;
	height: 300px;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
	top: 0px;
}
#Slidewrap{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	top: -300px;
	height: 300px;
	z-index: 3000;
	position: relative;
}
div.slider{
	padding: 10px;
	float: left;
	height: 280px;
	width: 280px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4000;
}
#slider{
	float: left;
	height: 280px;
	width: 280px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 4000;
}
h1,#subtitle{
	text-indent:-9999px;
	width:840px;
	height:1px;
}


/* menu */

#menu{
	width: 900px;
	min-height: 300px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1000;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	top: 70px;
	left: 0px;
}
#topics{
	-webkit-animation-name: TopicsArea;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	width: 780px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.4);
	background-color: #FFFFFF;
	border: 1px solid #666;
	text-align: left;
	color: #333;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#topics:not(:target){
	background-color: rgba(255,255,255,0.4);
}
#topics p{
	margin-top:6px;
}
#topics a{
	color:#fff;
	text-decoration:none;
}
#topics a:hover{
	color: #99FF00;
}
/* Scrooll to Top */
#back-top {
	position: fixed;
	bottom: 23px;
	right: 23px;
	z-index: 10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 26px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 24px;
	padding-top: 14px;
	line-height: 0.5;
	background-color: #039;
}
#back-top a:hover span {
	background-color: #F8F8F8;
	color: #039;
}

#footer{
	position: fixed;
	z-index: 0;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 267px;
	width: 100%;
	background-image: url(../img/grand.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#links{
	text-align: center;
	margin-bottom: 50px;
	z-index: 9999;
}

#links a img.last{
	margin-right: 0px;
}

#links a img{
	margin-bottom: 0px;
	margin-right: 10px;
}
#links a img:hover{
	margin-top:0px;
	margin-bottom: 0;

}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	/*overflow: hidden;*/
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
