@charset "UTF-8";



#slider-wrap {
	height: 360px
}
#slider img {
	display: none
}
.nivoSlider {
	position: relative
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.nivo-slice {
	position: absolute;
	z-index: 5;
	display: block;
	height: 100%
}
.nivo-box {
	position: absolute;
	z-index: 5;
	display: block
}
/*これ*/
.nivo-caption {
	position: absolute;
	left: 600px;
	z-index: 8;
	width: 200px;
	background: #000;
	color: #cc6600;
	opacity: .7;
	background-color: #ffffff;
	height: 100%;
	top: 0px;
	font-size: 12px;
	line-height: 1.6em;	
}
*:first-child+html .nivo-caption {
	background: #ccc
}
.nivo-caption p {
	margin: 0;
	padding: 5px
}
.nivo-caption a {
	display: inline!important
}
.nivo-html-caption {
	display: none
}
.nivo-directionNav a {
	position: absolute;
	top: 35%;
	z-index: 9;
	padding: 10px;
	border-bottom: none!important;
	text-decoration: none;
	font-size: 400%;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	cursor: pointer
}
.nivo-directionNav a:hover {
	text-decoration: none
}
.nivo-prevNav {
	left: 0;
	color: #FFF;
}




.nivo-nextNav {
	right: 0;
	color: #FFF;
}
*:first-child+html .nivo-directionNav a {
	top: 25%
}
.nivo-controlNav {
	position: absolute;
	bottom: -88px;
	z-index: 100;
	width: 100%;
	height: 70px
}
.nivo-controlNav img {
	display: inherit!important;
	width: 55px;
	height: 55px;
	margin-bottom: 10px;	/*
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-shadow: #999 0 2px 2px;*/
	/**/
}
*:first-child+html .nivo-controlNav img {
	display: block!important
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	display: inline;
	opacity: .7;
	cursor: pointer
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	font-weight: bold;
	opacity: 1
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: #999 0 15px 19px;
/**/

}
#slider-bg {
	padding: 30px 0 88px 0;

}
.slider-wrapper {
	margin: 0 auto;
	padding: 5px 1px;
	width: 800px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;

}
#slider {
	width: 800px;
	height: 330px;
	background: #fff url(img/loading.gif) no-repeat 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}
.nivo-controlNav {
	font-size: 160%;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.3
}
.nivo-controlNav a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: auto;
	border: 0 none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap
}
.nivo-controlNav a img {
	position: relative;
	display: block;
	margin-right: 0;
	width: 55px;
	height: 55px
}
.nivo-controlNav a:hover img, 
.nivo-controlNav a.active img {
	background: url(img/black30.png) repeat
}


/****************************************

          Sidebar

*****************************************/

#description{
	font-family: Georgia, Times, serif;
	font-style: italic;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.module{
	position: relative;
	margin-bottom: 10px;
}
.assistive-text{
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}	

#sidebar .category,
article.category {
	overflow: hidden;
}
#sidebar .category li,
article.category li{
	margin-top: -1px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	border-top: 1px solid #ccc; /* IE */
	border-top: 1px solid rgba(255,255,255,0.8);
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: 0 -1px rgba(0, 0, 0, .2);
}
	article.category li{ text-align: left;}
	#sidebar .category li a,
	article.category li a{
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		-moz-transition: color 0.3s linear;
		-webkit-transition: color 0.3s linear;
		-o-transition: color 0.3s linear;
	}
	
	
	
/**/
/* Links #69aeb3*/
.nivo-directionNav a,
.nivo-directionNav a:visited {
	color:#fff;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	border: none;
}
.nivo-directionNav a:hover,
.nivo-directionNav a:active{
		color: #3e7471;
		border: none;
	}
	
.nivo-directionNav a:active,
.nivo-directionNav a:focus
 {outline:0 none;}	

#slider-wrap h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #cc6600;
}
.Nbox {
	color: #FFF;
	background-color: #666;
	padding: 3px;
	text-align: center;
	width: 30px;
	position: absolute;
	left: 160px;
	top: 305px;	
}
