@charset "utf-8";
/* レイアウト
----------------------------------------------------*/
#page {
	position: relative;
	background:#fff;
}
#side {
	margin-top: 20px;
}

/* メインビジュアル
----------------------------------------------------*/
#visual {
	width: 980px;
	height: 355px;
}
#slider{
	height: 330px;
}
/* Easy Slider */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:980px;
	height:330px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:140px;
	z-index:1000;
	text-indent: -9999px;
}	
#nextBtn, #slider1next{ 
	left:950px;
}							
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:30px;
	background:url(./img/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
	background:url(./img/btn_next.gif) no-repeat 0 0;	
}	
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	/* グローバルナビ
----------------------------------------------------*/
#gnavi-box {
	position: absolute;
	top: 320px;
	width: 980px;
	background: url(../common/img/header/gn-bg.png);
}
#gnavi-box #gnavi-inner {
	padding: 10px 10px 0 10px;
}

/*----------------------------------------------------
	メイン
----------------------------------------------------*/
/* 重要なお知らせ
----------------------------------------------------*/
#important dt {
	background: url(../top/img/important.gif) 0 0 no-repeat;
}
/* セクション
----------------------------------------------------*/
#main .section-inner {
	padding: 5px 0;
	background: url(../common/img/bg-note.gif) ;
}

/* セクション 見出し
----------------------------------------------------*/
#main .section-inner .ttl {
	position: relative;
	width: 670px;
	height: 45px;
	margin: 5px 15px 10px 0;
	padding-left: 15px;
}
#main .section-inner .ttl ul {
	position: absolute;
	right: 0;
	top: 22px;
	height: 18px;
}
#main .section-inner .ttl ul li {
	float: left;
}
#main .section-inner .ttl ul li a {
	display: block;
	height: 18px;
	text-indent: -9999px;
}
#main .section-inner .ttl ul li.rss a {
	width: 40px;
	margin-right: 2px;
	background: url(./img/rss.gif) 0 0 no-repeat;
}
#main .section-inner .ttl ul li.rss a:hover {
	background: url(./img/rss.gif) 0 -18px no-repeat;
}
#main .section-inner .ttl ul li.btn-list a {
	width: 80px;
	background: url(./img/btn-list.gif) 0 0 no-repeat;
}
#main .section-inner .ttl ul li.btn-list a:hover {
	background: url(./img/btn-list.gif) 0 -18px no-repeat;
}

/* セクション 中身
----------------------------------------------------*/
/* 記事一覧リスト */
.section-inner table.entries {
	margin: 10px 15px;
}
.section-inner table.entries th {
	width: 8em;
	padding: 5px;
	vertical-align: top;
	border-bottom: dashed 1px #bbb;
}
.section-inner table.entries td {
	margin-bottom: 10px;
	padding: 5px 10px;
	border-bottom: dashed 1px #bbb;
}
.section-inner table.entries td.ic {
	padding: 5px 0;
}
.section-inner table.entries th .date {
	padding-left: 15px;
	background: url(../common/img/arrow-dot-off.gif) left center no-repeat;
}
.section-inner table.entries .entry-photo {
	float: right;
	width: 120px;
	margin-left: 10px;
	padding: 4px;
	background: #fff;
	border: solid 1px #ccc;
}
.section-inner table.entries .entry-title h4 {
	float: left;
	font-size: 116%;
}
.section-inner table.entries .entry-title span.ic {
	padding-left: 1.5em;
	font-size: 11px;
}
.section-inner table.entries .entry-title span.ic a {
	color: #888;
}


/*写真付きブロック*/
#main .section-inner ul.block {
	margin: 0 5px 10px 5px;
  }
#main .section-inner ul.block li {
	margin: 10px;
	border: 1px solid #ddd;
	background:#fff;
}
#main .section-inner ul.block li a {
	text-decoration: none;
}
#main .section-inner ul.block li .top_photo {
	overflow: hidden;
	width: 188px;
	height: 130px;
	margin-bottom: 10px;
}
#main .section-inner ul.block li a .date {
	display: block;
	width: 100px;
	float: left;
	font-size: 93%;
	padding-right: 15px;
	background: url(../common/img/arrow-dot-off.gif) right center no-repeat;
}
#main .section-inner ul.block li a:hover .date {
	background: url(../common/img/arrow-dot-on.gif) left center no-repeat;
}
#main .section-inner ul.block li a p.entry-ttl {
	color: #444;
	font-weight: bold;
}
#main .section-inner ul.block li a p.entry-txt {
	color: #444;
	font-size: 93%;
}
