/*
Theme Name: furusatokaiki fair 2012 - ORIGINAL
Description: ふるさと回帰支援センター - オリジナルテーマ
Author: m.iwai@sun--rise.com
*/


@import url("../../../../css/import.css");



/* ページング */
.tablenav {
	color: green;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}
a.page-numbers, .tablenav .current {
	color: green;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
}
a.page-numbers:hover {
	color:white;
	background: green;
}
.tablenav .current {
	color: white;
	background: green;
	border-color: green;
	font-weight:bold:

}
.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-weight:bold;
}



/* トップページ メインビジュアル */
div#feature_list {
	width: 478px;
	height: 310px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

div#feature_list ul {
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
/*	right: 0;
	position:absolute;
	top:252px;*/
	width:478px;
	height:59px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	height:59px;
	overflow: hidden;
	position: absolute;
	top:251px;
}

ul#tabs li#t1 {left:0;}
ul#tabs li#t2 {left:160px;}
ul#tabs li#t3 {left:320px;}

ul#tabs li img {
	border: none;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	height: 59px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	color: #FFF;
}

ul#tabs li a.current img{
	width: 0;
	height: 0;
/*	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;*/
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 0;
	width: 478px;
	height: 251px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 478px;
	height: 251px;
}

ul#output li a {
/*	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;*/
}

ul#output li a:hover {
	background: #D33431;
}


/* 過去のイベント */
.kako img{
	margin:10px;
	border:1px #b6b6b6 solid;
}