﻿@charset "utf-8";

/*------------------------------------------------------------------------------
minami-senshu - CSS Modules Import
URL: http://
Date: 2010-03-04
Copyright (C) Minamisenshu kanko kyanpen suisin kyogikai All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

Main

---------------------------------------- */

div.EntryBody {
	background: url(../img/info/info_body_bg_btm.png) 0 100% no-repeat;
	padding-bottom: 24px;
	margin-bottom: 20px;
}

div.EntryBody div.EntryInBox {
	background: url(../img/info/info_body_bg_top.png) 0 0 no-repeat;
	padding-top: 17px;
}

div.EntryBody div.EntryMain {
	background: url(../img/info/info_body_bg.png) 0 0 repeat-y;
	padding: 0 15px;
}

div.EntryBody div.EntryMain h3 {
	background: url(../img/info/icon_nasubin.png) 0 0 no-repeat;
	padding-left: 40px;
	font-size: 150%;
	color: #0087ef;
	padding-bottom: 10px;
	font-weight: bold;
}

div.EntryBody div.EntryMain h3 span {
	display: block;
	color: #a0a0a0;
	font-size: 66.7%;
	line-height: 1.0;
	font-weight: normal;
}

div.EntryColumn {
	background: url(../img/common/line_dotted_01.png) 0 0 repeat-x;
	padding: 10px 0;
	line-height: 2.0;
}

div.EntryColumn p {
	margin-bottom: 0;
}

div.EntryColumn img {
	display: block;
	margin: 15px auto;
	
}

div.EntryColumn .ImgCol {
}


div.From p {
	text-align: right;
	color: #a0a0a0;
	line-height: 1.67;
}


/*　Pager */

ul.Pager {
	text-align: center;
}

ul.Pager li.Prev {
	background: url(../img/common/line_w_dotted_01.png) 100% 50% no-repeat;
	padding-right: 10px;
	width: 8em;
}

ul.Pager li.Next {
	width: 8em;
}

ul.Pager li {
	display: inline;
	color: #b6b6b6;
}

ul.Pager li.Prev span,
ul.Pager li.Prev a {
	background: url(../img/common/icon_arrow_05.png) 0 50% no-repeat;
	padding-left: 15px;
}


ul.Pager li.Next span,
ul.Pager li.Next a {
	background: url(../img/common/icon_arrow_01.png) 100% 50% no-repeat;
	padding-right: 15px;
	margin-left: 10px;
}


ul.More li a {
	background: url(../img/common/icon_arrow_01.png) 0 50% no-repeat;
	padding-left: 15px;
}


/* Index IndexPager */

div#Main ul.IndexPager {
	width: auto;
	line-height: 1.2;
	text-align: center;
}

div#Main ul.IndexPager li,
div#Main ul.IndexPager li ol,
div#Main ul.IndexPager li ol li {
	display: inline;
}

* html div#Main ul.IndexPager li *{
	zoom: 1;
}

*:first-child+html div#Main ul.IndexPager li *{
	zoom: 1;
}

div#Main ul.IndexPager li.Prev {
	background: url(../img/common/icon_arrow_05.png) 0 50% no-repeat;
	margin-right: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: #999;
}


div#Main ul.IndexPager li.Next {
	background: url(../img/common/icon_arrow_01.png) 100% 50% no-repeat;
	margin-left: 10px;
	padding-right: 15px;
	font-weight: bold;
	color: #666;
}


*html div#Main ul.IndexPager li.Prev {
	margin-top: -1.5em;
	zoom: 1;
}

*html div#Main ul.IndexPager li.Prev {
	margin-top: -1.5em;
	zoom: 1;
}

*html div#Main ul.IndexPager li.Next {
	margin-top: -1.5em;
	zoom: 1;
}

*html div#Main ul.IndexPager li.Next{
	margin-top: -1.5em;
	zoom: 1;
}


*+html div#Main ul.IndexPager li.Prev {
	margin-top: -1.5em;
	zoom: 1;
}

*+html div#Main ul.IndexPager li.Prev {
	margin-top: -1.5em;
	zoom: 1;
}

*+html div#Main ul.IndexPager li.Next {
	margin-top: -1.5em;
	zoom: 1;
}

*+html div#Main ul.IndexPager li.Next{
	margin-top: -1.5em;
	zoom: 1;
}

*+html div#Main ul.IndexPager li ol {
	zoom:1;
}


div#Main ul.IndexPager li ol li {
	padding: 0 3px;
}

div#Main ul.IndexPager li ol li span,
div#Main ul.IndexPager li ol li a {
	padding: 0.3em 0.6em;
	border: 1px solid #cbcbcb;
}

div#Main ul.IndexPager li ol li a:hover {
	background-color: #c7edfb;
	text-decoration: none;
}

div#Main ul.IndexPager li ol li span,
div#Main ul.IndexPager li ol li a:active {
	border-color: #35bcee;
	background-color: #35bcee;
	color: #fff;
	font-weight: bold;
}


/* ----------------------------------------

Sub

---------------------------------------- */

div#Sub div.InfoLocalNav {
	margin-bottom: 20px;
	line-height: 1.67;
}


div#Sub div.InfoLocalNav h2 {
	color: #006486;
	font-size: 116.7%;
	text-align: center;
	background: url(../img/common/line_dotted_01.png) 0 100% repeat-x;
	padding-bottom: 5px;
	font-weight: bold;
}

div#Sub div.InfoLocalNav ul li {
	background: url(../img/common/line_dotted_01.png) 0 100% repeat-x;
	padding: 5px;
}

div#Sub div.InfoLocalNav ul li a {
	background: url(../img/common/icon_arrow_04.png) 0 0.4em no-repeat;
	padding-left: 15px;
	display: block;
}


	div#Sub div.InfoLocalNav ul li a:link {
		color: #000;
	}


	div#Sub div.InfoLocalNav ul li a:visited {
		color: #666;
	}
	
	div#Sub div.InfoLocalNav ul li a:hover,
	div#Sub div.InfoLocalNav ul li a:visited:hover {
		text-decoration: underline;
	}
	
	div#Sub div.InfoLocalNav ul li a:active {
		color: #999;
	}
	

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

ul.SpotList li:after,
ul.SpotList:after,
div#EventCol:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html ul.SpotList li,
*:first-child+html ul.SpotList,
*:first-child+html div#EventCol {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html ul.SpotList li,
* html ul.SpotList,
* html div#EventCol {
	zoom: 1;
}
