@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------
**************************************************
                       目次
**************************************************
--------------------------------------------------*/
/*
serch key"="+"n"

=1 スライダー
=2 NEWS
*/

/*--------------------------------------------------
**************************************************
=1 スライダー
**************************************************
--------------------------------------------------*/
#gallery{
	width:958px;
	overflow:hidden;
	background:url(../img/panel.jpg) repeat-x bottom center #ffffff;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:958px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
	margin: 0 auto;
	text-align: center;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:80px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../img/pic_bg.png) repeat;
}

#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../img/active_bg.png) no-repeat;
}

#menu li.act a{
	cursor:default;
}

#menu .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../img/divider.png) no-repeat right;
}

#menu li a{
	display:block;
	background:url(../img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#topleft{
	width: 550px;
	height: auto;
	margin: 15px 0 0 10px;
	padding: 0;
	float: left;
}

#topright{
	width: 360px;
	height: auto;
	margin: 15px 10px 0 0;
	padding: 0;
	float: right;
}

/*--------------------------------------------------
**************************************************
=2 NEWS
**************************************************
--------------------------------------------------*/
#news {
	width: 550px;
	margin: 0 0 0 0;
	padding: 0;
}

#news ul{
	width: 550px;
	margin: 0 0 0 5px;
	padding: 0;
}

#news ul li{
	margin: 10px 0 0 0;
	padding: 0 0 3px 10px;
	background: url(../imgs/common/arrow_gray.png) no-repeat 0px 0.4em;
	border-bottom: 1px dashed #C0C0C0;
}

/*--------------------------------------------------
**************************************************
=2 info（震災お見舞い）
**************************************************
--------------------------------------------------*/
#info {
	width: 95%;
	margin: 25px 0 0px 10px;
	padding: 15px 0px 0px 0px;
	float:left;
	border: 1px solid #D5D5D5;
}

#info h3{
	font-size: 110%;
	font-weight: bold;
	line-height:120%;
	margin: 0 0 10px 10px;
	}
	
#info p{
	font-size: 100%;
	font-weight: normal;
	line-height:200%;
	margin: 0 0 10px 0px;
	padding: 0 5px 0px 12px;
	text-indent:-0px;
		}

#info p.right{
	float:right;
	margin: 0 10px 10px 0px;
	}
