/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

#slider-wrap{
	height: 330px;
}	
#slider img{
	display: none;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#fff;
	background:#ccc\9;
	color:#333;
	opacity:0.7; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
	*:first-child+html .nivo-caption{
		background: #ccc;
	}
.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:46%;
	z-index:9;
	cursor:pointer;
	text-decoration: none;
	font-size:400%;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	padding: 10px;
}
	.nivo-directionNav a:hover{
		text-decoration: none;
	}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
	*:first-child+html .nivo-directionNav a{ top :25%;}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position:absolute;
	/*left:-6px;*/
	bottom: -34px;
	left:43%;;
    height: 0px;
	width: 100%;
	z-index: 100;
}
	
	.nivo-controlNav img{
		display: inherit !important;
		width: 25px;
		height: 25px;
		-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; /* IE */
		box-shadow: 0 2px 2px rgba(0,0,0,.2);
		behavior: url(http://webdesignrecipes.com/sample/js/PIE.htc);
	}
		*:first-child+html .nivo-controlNav img{
			display: block !important
		}
	

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display: inline;
	
	/*opacity: .7;*/
}
.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; /* IE */
		box-shadow: 0 2px 2px rgba(0,0,0,.4);
		behavior: url(http://webdesignrecipes.com/sample/js/PIE.htc);
	}

#slider-bg{
	background: url(../images/bg-art.png) no-repeat center 0;
	padding: 30px 0 88px 0;
}
.slider-wrapper{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #bbb;
	background: url(../images/black30.png) repeat;
	padding: 5px 1px;
	width: 930px;
	margin: 0 auto;
}
#slider {
    /*margin:0 auto;*/
    width:950px; /* Make sure your images are the same size */
    height:330px; /* Make sure your images are the same size */
    background:#fff url(../nivoslider-gallery/loading.gif) no-repeat 50% 50%;
    margin-bottom: 60px;

}


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

pre{
	padding: 0 10px;
}

#main p{
	padding: 0 10px 30px 10px;
}
#slider p{
	padding: 10px;
}
/* Shared styles */

.drop-shadow,
.drop-shadow img {
position:relative;

-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
content:"";
position:absolute; 
z-index:-2;
}
*{ letter-spacing:0; } /* IE7用のおまじない */