@charset "utf-8";
 /*for SCREEN*/
 
#index{
	background: #709b13 url(/common/css/images/back.jpg) repeat-x scroll 50% top;
}
#Wrap{
	background-image:none;
}
#Header{
	margin-bottom: 15px;
}
#MV{
	display: block;
	height: 300px;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#slider {
	position: relative;
	width: 950px; /* Change this to your images width */
	height: 300px; /* Change this to your images height */
	background: url(images/loading.gif) no-repeat 50% 50%;
	margin-bottom: 30px;
}
#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
	display:none;
}


#Contents{
	display: block;
	float: right;
	width: 700px;
	margin-bottom: 0px;
	margin-top: 0px;
	min-height: 270px;
}
.Marticle{
	width: 450px;
	float: left;
	display: block;
	padding-bottom: 10px;
	background: url(/common/css/images/top_midbk.png) no-repeat left top;
	margin-bottom: 20px;
	position: relative;
	}
.Marticle span{
	display:block;
	height: 20px;
	background: url(/common/css/images/top_midbk_ft.png) no-repeat left bottom;
	position: relative;
	left: 0px;
	bottom: -20px;
	_bottom: -19px;
	}
.Marticle h2{
	padding: 10px;
	font-size: 12px;
	display: block;
}
.Marticle ul{
	padding: 10px 10px 0;
	margin-bottom: 0px;
}
.Marticle ul li{
	border-bottom: 1px solid #EDEDED;
	font-size: 11px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.Marticle ul li img{
	display: inline;
	margin-bottom: -2px;
}
.Rarticle{
	width: 230px;
	height: 550px;
	display: block;
	float: right;
	background: url(/common/css/images/box_bk_1002.png) no-repeat left top;
	margin-bottom: 20px;
	padding: 0px;
	position: relative;
}
.Rarticle h2{
	margin-bottom: 15px;
	font-size: 110%;
	padding-top: 10px;
	padding-left: 10px;
}
.Rarticle span{
	display:block;
	height: 10px;
	background: url(/common/css/images/box_bk_100_ft.png) no-repeat left bottom;
	position: absolute;
	left: 0px;
	bottom: -10px;
	_bottom: -9px;
	width: 230px;
	}
.Rarticleul{
	padding: 10px 10px 0px;
	margin: 0px;
}
.Rarticle ul li{
	display: block;
	margin-bottom: 10px;
}
.Rarticle ul li.last{
	margin-bottom: 0px;
}



/*トップASIDE*/
#aside{
	width: 230px;
	display: block;
	float: left;
	background: url(/common/css/images/box_bk2.png) no-repeat left top;
	padding: 0px 0px 1px;
	position: relative;
	margin-bottom: 10px;
	height: 550px;
}
#aside h2{
	margin-bottom: 15px;
	font-size: 110%;
	padding-top: 10px;
	padding-left: 10px;
}
#aside span{
	display:block;
	height: 10px;
	background: url(/common/css/images/box_bk_ft.png) no-repeat left bottom;
	position: absolute;
	bottom: -10px;
	_bottom: -9px;
	right: 0px;
	width: 230px;
	}
#aside ul{
	padding: 10px 10px 0px;
	margin: 0px;
}
#aside ul li{
	margin-bottom: 10px;
	line-height: 1em;
}

#aside ul li.last{
	margin-bottom: 0px;
}


.topevent{
	margin-bottom: 0px;
	padding: 10px 10px 0px;
	border-style: none;
}
.topevent h3{
	margin-bottom: 10px;
}
.topevent p{
	font-size: 100%;
	line-height: 1.6em;
	padding-right: 10px;
}

/*
 * jQuery Nivo Slider v2.5.1
 * 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
 */
 
 
/* 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;
	top:0px;
	/*background:#9C0;*/
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index: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;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.gif) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*プリント*/
@media print{
	#index{
	background: #FFF url(none);
}
#Larticle{display:none;	
}
}
