@charset "utf-8";

/* ----------------------------------------
	福島県観光物産交流協会
	リニューアル テスト
	http://www.tif.ne.jp/test/

	ホーム用css
	index.css

	create 20131002- T.Y
---------------------------------------- */

/* ----- #main_image ----- */
#main_image_box {
	width: 100%;
	margin: 0px;
	padding: 0px;
/*
	background-image: url(../img/bg_flug.png);
	background-repeat: no-repeat;
	background-position: center top;
*/
}
#main_image {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 10px;
}
#main_image .slide_box {
	width: 960px;
	height: 400px;
	overflow: hidden;
}


/* ----- #osusume ----- */
#osusume {
	width: 100%;
	margin: 0px auto 5px;
	padding: 15px 0px 10px;
	background-color: #C0CFEF;
	bottom: 10px;
	top: 15px;
	left: auto;
	right: auto;
}
#osusume h2 {
	color: #698DDA;
	font-size: 20px;
}
#osusume .osusume_box {
	width: 900px;
	margin: 0px auto 0px;
	position: relative;
}
#osusume .osusume_box .slide_left {
	width: 31px;
	height: 32px;
	position: absolute;
	left: -30px;
	top: 30px;
}
#osusume .osusume_box .slide_right {
	width: 31px;
	height: 32px;
	position: absolute;
	top: 30px;
	right: -30px;
}

/* ----- #main_left .pr_box ----- */
#main_left .h4_pr_bar {
	background-image: url(../img/side_pr_bar.png);
	width: 240px;
	height: 11px;
	text-indent: -9999px;
}
#main_left .pr_box {
	width: 238px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	border-style: solid;
	margin-bottom: 28px;
	border-color: #FFFFFF #CCCCCC #698DDA;
	border-width: 0px 1px 5px;
}
#main_left .pr_box p {
	list-style: none;
	margin: 0px auto 1px;
	padding: 0px;
}
#main_left .pr_box img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#main_left .menu_index {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#main_left .menu_index ul {
	margin: 0px;
}
#main_left .menu_index ul li {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	margin-bottom: 1px;
}
#main_left .menu_index ul li a {
	width: 220px;
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #698DDA;
	color: #FFFFFF;
	text-decoration: none;
}
#main_left .menu_index ul li a:hover {
	background-color: #FF6600;
	text-shadow: 1px 1px 3px #999999;
}



/* ----- ニュース、観光スポット更新情報、地域記者ブログ ----- */
/* ----- .tab_menu ----- */
#main_right .tab {
	margin: 0px auto 30px;
	width: 700px;
}
#main_right .tab .menu {
	margin-bottom: -2px;
	padding-left: 0px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	zoom: 1;
}
#main_right .tab .menu .tabMenu a {
	width: 330px;
	height: 25px;
	padding: 8px;
	margin-right: 1px;
	border-top: 1px solid #698DDA;
	border-right: 1px solid #698DDA;
	border-left: 1px solid #698DDA;
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #698DDA;
	text-decoration: none;
	float: left;
	font-size: 16px;
}
#main_right .tab .menu .tabMenu a.current {
	color: #ffffff;
	background-color: #698DDA;
}
#main_right .tab .menu .tabMenu a:hover {
	color: #FF6600;
}

#main_right .tab .tabBox {
	padding: 0px;
	margin: 0px;
}
#main_right .tab_box {
	width: 678px;
	margin: 0px auto 0px;
	padding: 10px;
	border-color: #698DDA;
	border-width: 6px 1px 1px;
	border-style: solid;
}
#main_right .tab_box .btn_news {
	float: right;
	margin-top: 8px;
	clear: both;
}
#main_right .tab_box .btn_news a {
	background-image: url(../img/btn_news.png);
	background-repeat: no-repeat;
	width: 233px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#main_right .tab_box .btn_news a:hover {
	background-image: url(../img/btn_news.png);
	background-position: 0px -21px;
}
#main_right .tab_box .btn_spot {
	float: right;
	margin-top: 8px;
}
#main_right .tab_box .btn_spot a {
	background-image: url(../img/btn_spot.png);
	background-repeat: no-repeat;
	width: 183px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#main_right .tab_box .btn_spot a:hover {
	background-image: url(../img/btn_spot.png);
	background-position: 0px -21px;
}
#main_right .tab_box .btn_ati {
	float: right;
	margin-top: 8px;
}
#main_right .tab_box .btn_ati a {
	background-image: url(../img/btn_ati.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#main_right .tab_box .btn_ati a:hover {
	background-image: url(../img/btn_ati.png);
	background-position: 0px -21px;
}
#main_right .tab_box .tab_boxs {
	float: left;
	position: relative;
	text-align: left;
	margin-left: 3px;
}
#main_right .tab_box .tab_boxs a {
	width: 120px;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	text-align: left;
	min-height: 225px;
	text-decoration: none;
}
#main_right .tab_box .tab_boxs a:hover {
	background-color: #FFFFDF;
}
#main_right .tab_box .tab_boxs .photo {
	width: 120px;
	max-height: 80px;
	display: block;
	margin-bottom: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}
#main_right .tab_box .tab_boxs .photo img {
	border-style: none;
}
#main_right .tab_box .tab_boxs .date {
	margin-bottom: 3px;
	font-weight: bold;
	color: #333333;
	display: block;
}
#main_right .tab_box .tab_boxs .title {
	text-decoration: underline;
	display: block;
	margin-bottom: 3px;
}
#main_right .tab_box .tab_boxs .area {
	display: block;
	color: #333333;
	margin-bottom: 3px;
}
#main_right .tab_box .tab_boxs .city {
	display: block;
	color: #333333;
	margin-bottom: 3px;
}

/* --------------------------------------- */
#main_right .infobox {
	margin: 0px auto 30px;
	width: 700px;
}
#main_right .infobox .infobox_block {
	width: 350px;
	float: left;
}
#main_right .infobox .infobox_block h3 {
	width: 330px;
	height: 25px;
	padding: 8px;
	margin: 0px auto;
	border-top: 1px solid #698DDA;
	border-right: 1px solid #698DDA;
	border-left: 1px solid #698DDA;
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #ffffff;
	background-color: #698DDA;
	text-decoration: none;
	font-size: 16px;
}
#main_right .infobox2 {
	width: 326px;
	margin: 0px auto 0px;
	padding: 10px;
	border-color: #698DDA;
	border-width: 2px 1px 1px;
	border-style: solid;
}
#main_right .infobox2 .btn_news {
	float: right;
	margin-top: 8px;
	clear: both;
}
#main_right .infobox2 .btn_news a {
	background-image: url(../img/btn_news.png);
	background-repeat: no-repeat;
	width: 233px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#main_right .infobox2 .btn_news a:hover {
	background-image: url(../img/btn_news.png);
	background-position: 0px -21px;
}
#main_right .infobox2 .btn_ati {
	float: right;
	margin-top: 8px;
}
#main_right .infobox2 .btn_ati a {
	background-image: url(../img/btn_ati.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#main_right .infobox2 .btn_ati a:hover {
	background-image: url(../img/btn_ati.png);
	background-position: 0px -21px;
}
#main_right .infobox2 .infobox2s {
	position: relative;
	text-align: left;
	margin: 3px;
}
#main_right .infobox2 .infobox2s a {
	width: 310px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
	min-height: 85px;
	text-decoration: none;
	display: block;
}
#main_right .infobox2 .infobox2s a:hover {
	background-color: #FFFFDF;
}
#main_right .infobox2 .infobox2s .photo {
	width: 120px;
	max-height: 80px;
	display: block;
	margin-bottom: 5px;
	margin-left: 5px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	float: right;
}
#main_right .infobox2 .infobox2s .photo img {
	border-style: none;
}
#main_right .infobox2 .infobox2s .date {
	margin-bottom: 3px;
	font-weight: bold;
	color: #333333;
	display: block;
}
#main_right .infobox2 .infobox2s .title {
	text-decoration: underline;
	display: block;
	margin-bottom: 3px;
}
#main_right .infobox2 .infobox2s .area {
	display: inline-block;
	color: #333333;
	margin-bottom: 3px;
}
#main_right .infobox2 .infobox2s .city {
	display: inline-block;
	color: #333333;
	margin-bottom: 3px;
}


/* ----- 観光スポット、地域記者ブログ ランキング ----- */
/* ----- .tab_menu2 ----- */
#main_right .tab2 {
	margin: 0px auto 30px;
	width: 700px;
}
#main_right .tab2 .menu2 {
	margin-bottom: -2px;
	padding-left: 0px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	zoom: 1;
}
#main_right .tab2 .menu2 .tabMenu2 a {
	width: 330px;
	height: 25px;
	padding: 8px;
	margin-right: 1px;
	border-top: 1px solid #698DDA;
	border-right: 1px solid #698DDA;
	border-left: 1px solid #698DDA;
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #698DDA;
	text-decoration: none;
	float: left;
	font-size: 16px;
}
#main_right .tab2 .menu2 .tabMenu2 a.current2 {
	color: #ffffff;
	background-color: #698DDA;
}
#main_right .tab2 .menu2 .tabMenu2 a:hover {
	color: #FF6600;
}

/* ----- .tab_box2 ----- */
#main_right .tab2 .tabBox2 {
	padding: 0px;
	margin: 0px;
}
#main_right .tab_box2 {
	width: 678px;
	margin: 0px auto 30px;
	padding: 10px;
	border-color: #698DDA;
	border-width: 6px 1px 1px;
	border-style: solid;
}
#main_right .tab_box2 .tab_box2s {
	width: 130px;
	min-height: 230px;
	padding: 0px;
	float: left;
	border: 1px solid #CCCCCC;
	position: relative;
	text-align: left;
	margin-left: 3px;
}
#main_right .tab_box2 .tab_box2s .spot_title {
	width: 124px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 1px 3px;
	position: relative;
	background-color: #CCCCCC;
	text-align: center;
}
#main_right .tab_box2 .tab_box2s .spot_image {
	position: absolute;
	top: -3px;
	left: 30px;
}
#main_right .tab_box2 .tab_box2s .spot_image img {
	border-style: none;
}
#main_right .tab_box2 .tab_box2s .text_box {
	margin-left: auto;
	margin-right: auto;
}
#main_right .tab_box2 .tab_box2s .text_box a {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	padding: 10px 5px 5px;
	display: block;
	height: 160px;
}
#main_right .tab_box2 .tab_box2s .text_box a:hover {
	background-color: #FFFFDF;
	display: block;
}
#main_right .tab_box2 .tab_box2s .text_box .title {
	display: block;
	text-decoration: underline;
	margin-bottom: 3px;
}
#main_right .tab_box2 .tab_box2s .city {
	display: block;
	color: #333333;
	margin-bottom: 3px;
}
#main_right .tab_box2 .tab_box2s .cat {
	display: block;
	color: #333333;
	margin-bottom: 3px;
}
#main_right .tab_box2 .tab_box2s .text_box .photo {
	width: 120px;
	max-height: 80px;
	position: absolute;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	margin-right: auto;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}
#main_right .tab_box2 .tab_box2s .text_box .photo img {
	border-style: none;
}
#main_right .tab_box2 .btn_spot {
	float: right;
	margin-top: 8px;
}
#main_right .tab_box2 .btn_spot a {
	background-image: url(../img/btn_spot.png);
	background-repeat: no-repeat;
	width: 183px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#main_right .tab_box2 .btn_spot a:hover {
	background-image: url(../img/btn_spot.png);
	background-position: 0px -21px;
}
#main_right .tab_box2 .btn_ati {
	float: right;
	margin-top: 8px;
}
#main_right .tab_box2 .btn_ati a {
	background-image: url(../img/btn_ati.png);
	background-repeat: no-repeat;
	width: 183px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
#main_right .tab_box2 .btn_ati a:hover {
	background-image: url(../img/btn_ati.png);
	background-position: 0px -21px;
}
#main_right .tab_box2 .tab_box2s {
	float: left;
	position: relative;
	text-align: left;
	margin-left: 3px;
}



/* ----- 本日開催のイベント ----- */
/* ----- .event_box ----- */
#main_right .event_box {
	width: 678px;
	margin: 0px auto 30px;
	padding: 10px;
	border-color: #698DDA;
	border-width: 6px 1px 1px;
	border-style: solid;
}
#main_right .event_box .event_box2 {
	margin: 0px 3px 0px 0px;
	float: left;
	text-align: left;
	position: relative;
}
#main_right .event_box .event_box2 a {
	padding: 5px;
	display: block;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	width: 120px;
	min-height: 250px;
}
#main_right .event_box .event_box2 a:hover {
	background-color: #FFFFDF;
}
#main_right .event_box .event_box2 .date {
	display: block;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
#main_right .event_box .event_box2 .title {
	display: block;
	margin-bottom: 3px;
	text-decoration: underline;
}
#main_right .event_box .event_box2 .city {
	margin-bottom: 10px;
	display: block;
	color: #333333;
}
#main_right .event_box .event_box2 .cat {
	display: block;
	margin-bottom: 5px;
}
#main_right .event_box .event_box2 .photo {
	display: block;
	width: 120px;
	max-height: 80px;
	overflow-y: hidden;
	overflow-x: hidden;
	position: absolute;
	bottom: 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}
#main_right .event_box .event_box2 .photo img {
	border-style: none;
}
#main_right .event_box .event_box3 {
	width: 360px;
	margin-top: 80px;
	display: block;
	text-decoration: none;
	float: left;
	text-align: center;
}
#main_right .event_box .calender_box {
	width: 247px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#main_right .event_box .calender_box h4 {
	width: 248px;
	margin-bottom: 25px;
	padding: 2px;
	background-color: #698DDA;
	color: #FFFFFF;
}
#main_right .event_box .calender_box .date_box {
	width: 150px;
	text-align: center;
	margin: 0px auto 10px;
}
#main_right .event_box .calender_box .date_box .before_month a {
	background-image: url(../img/calender_mark_left.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	display: inline-block;
	float: left;
	margin-top: 5px;
}
#main_right .event_box .calender_box .date_box .before_month a:hover {
	background-image: url(../img/calender_mark_left.png);
	background-position: 0px -17px;
}
#main_right .event_box .calender_box .date_box .after_month a {
	background-image: url(../img/calender_mark_right.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	display: inline-block;
	float: right;
	margin-top: 5px;
}
#main_right .event_box .calender_box .date_box .after_month a:hover {
	background-image: url(../img/calender_mark_right.png);
	background-position: 0px -17px;
}
#main_right .event_box .calender_box .date_box .year_month {
	font-weight: bold;
}
#main_right .event_box .calender_box table {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
#main_right .event_box .calender_box table th {
	font-weight: normal;
	text-align: center;
	padding: 3px;
}
#main_right .event_box .calender_box table td {
	text-align: center;
	padding: 3px;
}
#main_right .event_box .calender_box .today {
	background-image: url(../img/today_bg.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}



/* ----- PRバナー ----- */
/* ----- #main_right .pr_box ----- */
#main_right .pr_title {
	background-image: url(../img/right_pr_bar.png);
	width: 700px;
	height: 11px;
	text-indent: -9999px;
	clear: both;
	margin-bottom: 10px;
}
#main_right .pr_box {
	width: 640px;
	margin: 0px auto 30px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}
#main_right .pr_box ul {
}
#main_right .pr_box ul li {
	list-style: none;
	float: left;
	margin-left: 5px;
	margin-bottom: 3px;
}
#main_right .pr_box ul li img {
	border-style: none;
}

/* ----- フッタ ----- */
#foot #foot_unei .foot_box .foot_banner {
	float: right;
	padding-top: 0px;
	width: 360px;
	color: #FFFFFF;
}
