﻿/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}


body {
	margin: 0;
	font-size: 96%;
	color: #333;
	text-align: center;
	background-color: #ECECE6;
}

A:hover {
	color: white;
	background-color: pink;
	text-decoration: none;
/*	cursor: crosshair;		*/
}

p, /* 文章の行間を指定 */
#main ul,
#main ol,
#menuL ul,
#menuL ol,
dl
{
	line-height: 120%;
}


/* ========================================  #page ページ外枠 */
#page {
	width: 840px;
	padding: 0px 20px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* ========================================  #header 画面上部 */
#header {
	padding: 10px 0 0;
	margin: 0;
}


#headerinfo { /* ヘッダー右上の文字スペース */
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#header #header_title {/* ヘッダー左上のタイトルスペース */
	float: left;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 35px;
}


#header #headerimg {
	clear: both;
	height: 120px;
	width: 100%;
	margin: 2px 0 0;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	background-image: url(img/title/title_01.png);
	background-position: left;
	background-repeat: no-repeat;
}

#header #headerimg #message { /* ヘッダー内メッセージ */
	color:#000000;
	margin:30px auto auto;
	text-align:right;
	font-size: 12px;
	width: 100%;
	color: lightblue;
	text-valign: middle;
}

#header #headerimg #msg { /* ヘッダー内メッセージ */
	color:#000000;
	margin:30px auto auto;
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	font-family: "HG行書体";	
	filter: glow(color=#0000FF,strength=6);
	width: 100%;
	color: white;
	text-align: center;
	text-valign: middle;
}

#header img {
	border: none;
}


/* ========================================  #menu 上部メニュー */
#menu {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/* ==============================  #menu 上部メニュー1 */

ul.menu_f01{ /* 上部メニュー */
	background-color: #F0F0F0;
	height: 20px;
	border-bottom: 0px solid #999999;
	margin: 0px;
	border-top: 1px solid #999999;
}

ul.menu_f01 li{
	float: left;
	border-right: 1px solid #999999;
	display: block;
}

ul.menu_f01 li a{
	height: 15px;
	width: 103px;
	padding: 5px 0px 0px;
	border-bottom: 5px solid #999999;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #F0F0F0;
}

ul.menu_f01 li a.nowthis{
	border-bottom: 5px solid #FF6666!important;
}

ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 5px 0px 0px;
	border-bottom: 5px solid #6699CC;
	background-color: #E8E8E8;
}

/* ==============================  #menu 上部メニュー2 */

ul.menu_f02{ /* 上部メニュー2 */
	background-color: #F0F0F0;
	height: 20px;
	border-bottom: 0px solid #999999;
	margin: 0px;
	border-top: 1px solid #999999;
}

ul.menu_f02 li{
	float: left;
	border-right: 1px solid #999999;
	display: block;
}

ul.menu_f02 li a{
	height: 15px;
	width: 138px;
	padding: 5px 0px 0px;
	border-bottom: 5px solid #999999;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	text-valign: middle;
	background-color: #F0F0F0;
}

ul.menu_f02 li a.nowthis{
	border-bottom: 5px solid #FF6666!important;
}

ul.menu_f02 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 5px 0px 0px;
	border-bottom: 5px solid #6699CC;
	background-color: #E8E8E8;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 15px 0px 15px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(img/backS001.png);
	background-position: top;
	background-repeat: repeat-x;
}


/* ========================================  #main ページの本文 */
#main {
	float: left;
	width: 450px;
	padding: 0;
	margin: 10px 0 0 0px;
	background-color: #FFF;
}


.contentswrap { /* #main中の間隔調整 */
	margin:0 10px 15px;
	padding:0;
}


#breadNavi {
	margin:5px 0 20px;
	padding:15px 0 0 2px;
	height: 50px;
}

#main h1 { /* 本文の見出し */
	background-image:url(img/main_banner_2.jpg);
	background-repeat:no-repeat;
#	background-position: center top;
	clear:left;
	color:#FFF;
	font-size:14px;
	height:50px;
	width:470px;
	margin:0;
	padding:7px 0 0 2px;
	text-align: center;
	color: white;
}

#main h2 { /* 本文の見出し2 */
	background-image:url(img/h2back.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	clear:left;
	color:#333;
	font-size:16px;
	margin:10px 0 1.5em;
	padding:12px 0 0px 30px;
	height: 27px;
}


#main h3 { /* 本文の見出し3 */
	margin:0.5em 0;
	background-color: #F6F6F6;
	border-left: 5px solid #009966;
	padding: 3px 0px 3px 5px;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
}

#main h4 { /* 本文の見出し3 */
	background-image:url(img/h1bar005.png);
	margin:0.5em 0;
	background-color: #F6F6F6;
	border-left: 5px solid #009966;
	padding: 3px 0px 3px 5px;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	color:#FFF;
}


#main p { /* 本文の段落 */
	margin:0 2px 1.5em 5px;
	font-size: 12px;
}

#main small { /* 本文の段落 */
	margin:0 2px 1.5em 5px;
	font-size: 11px;
}


#main ul , #main ol{ /* リスト表示 */
	margin:1em 20px 2em 40px;
	padding-left:25px;
}


#main dl { /* 定義リスト表示 */
	margin:1em 0 1em 30px;
	padding:0 0 10px;
}


#main dt {
	float: left;
	clear: left;
	margin: 0 20px 0px 0;
	font-weight: 700;
	font-size: 12px;
}


#main dd {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 12px;
}


#main dd.link {
	margin: 0 0 0 100px;
	border-left: 1px solid #CCCCCC;
}


#main li {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 12px;
}


#main #subnavi {
	clear: both;
	padding: 10px 0;
	margin: 20px 0 10px;
	border-top: 1px dashed #999;
	text-align: right;
}


#main .img { /* 図・写真用クラス：写真のような枠をつける */
	background-color:#CCC;
	border:1px solid #999;
	margin:0 0 20px 20px;
	padding:5px;
}

.toInfo {
	clear: left;
	margin: 0px !important;
	text-align: right;
	list-style-type: none;
}

.toInfo a {
	background-repeat: no-repeat;
	background-image: url(img/iconYa04.png);
	padding: 0px 0px 0px 20px;
}

/* ========================================  #menu 上部奄美マップ */

#main #map #mapimg {
	clear: both;
	height: 440px;
	width: 100%;
	margin: 2px 0 0;
	border-top: 2px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(img/amami_map1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#main #map #mapimg #msg1 { /* ヘッダー内メッセージ left*/
	color:#00FFFF;
	margin:60px auto auto;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	font-family: "Comic Sans MS";	
	filter: glow(color=#FFC8FF);
	width: 100%;
	color: white;
	text-align: left;
	text-valign: middle;
}

#main #map #mapimg #msg2 { /* ヘッダー内メッセージ right*/
	color:#00FFFF;
	margin:60px auto auto;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	font-family: "Comic Sans MS";	
	filter: glow(color=#FFFFFF,strength=0);
	width: 100%;
	color: white;
	text-align: right;
	text-valign: middle;
}

#main #map img {
	border: none;
}


/* ========================================  menuL 左サイドメニュー */
#menuL {
	float: left;
	clear: left;
	width: 190px;
	padding: 0;
	margin: 10px 0;
	color: #FFF;
}

#menuL small { /* 本文の段落 */
	margin:0 2px 1.5em 5px;
	font-size: 11px;
}

.menuInfo { /* サイドボックス内のメッセージボックス */
	background-image:url(img/cor230.gif);
	background-repeat:no-repeat;
	color:#333;
	margin:10px 0 0;
	padding:1px 0;
}


.menuInfo p {
	padding: 0 0 0 20px;
	margin: 1em 10px 1em 5px;
}


/* ここから */

.menuInfo p { /* ヘッダー内メッセージ */
	color:#00FFFF;
	margin:10px auto auto;
	font-size: 9px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	filter: glow(color=#0000F2,strength=10);
	width: 100%;
	color: white;
	text-align: center;
	text-valign: middle;	
}

/* ここまで */


.subinfo {　/* サイドボックスのメニュー */
	margin:0 0 0px;
	background-image: url(img/submenuback001.png);
	margin: 0px 0px 0px;
}


.subinfo .label { /* サイドボックスのメニュー:ラベル */
	padding:5px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/side_banner_left_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 28px;
	text-align: center;
}

.subinfo .label2 { /* サイドボックスのメニュー:ラベル2 */
	padding:3px 0px 0px 10px;
	color: #777777;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	height: 28px;
	text-align: center;
}

.subinfo p { /* ヘッダー内メッセージ */
	color:#FFFFFF;
	margin:15px 20px 5px;
	font-weight: bold;
	font-size: 12px;
	color: red;
	text-align: left;
	text-valign: middle;
}

.subinfo small { /* ヘッダー内メッセージ */
	color:#FFFFFF;
	text-align:left;
	font-size: 11px;
	color: gray;
	text-valign: middle;
}

.subinfo ul{ /* サイドボックスのメニュー:リスト */
	margin: 0px;
}

.subinfo li {
	padding: 0px;
	margin: 0px 0px 0px;
	font-size: 12px;
	color: #666666;
	list-style-type: none;
}

.subinfo li a{
	padding: 5px 20px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 7px solid #CCCCCC;
	text-decoration: none;
	display: block;
}

.subinfo li a:hover{
	border-left: 7px solid #FF6666;
	color: #6699CC;
	background-color: #F3F3F3;
}


.banner { /* サブメニュー内のバナー画像スペース */
	margin: 0px 0px 5px;
	width: 170px;
	font-size: 12px;
}



/* ========================================  menuR 右サイドメニュー */
#menuR {
	float: right;
	clear: right;
	width: 170px;
	padding: 0;
	margin: 10px 0;
	color: #FFF;
}

.menuInfoR { /* サイドボックス内のメッセージボックス */
	background-image:url(img/cor230.gif);
	background-repeat:no-repeat;
	color:#333;
	margin:10px 0 0;
	padding:1px 0;
}


.menuInfoR p {
	padding: 0 0 0 10px;
	margin: 1em 10px 1em 5px;
	color:gray;
}

.menuInfoR small {
	color:gray;
	font-size: 11px;
}


.subinfoR {　/* サイドボックスのメニュー */
	margin:0 0 10px;
	background-image: url(img/submenuback003.png);
	margin: 0px 0px 5px;
	text-align:center;
}


.subinfoR .label { /* サイドボックスのメニュー:ラベル */
	padding:3px 5px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/side_banner_5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 28px;
	font-size: 12px;
}

.subinfoR ul{ /* サイドボックスのメニュー:リスト */
	margin: 0px;
}

.subinfoR li {
	padding: 0px;
	margin: 0px 0px 0px;
	font-size: 12px;
	color: #666666;
	list-style-type: none;
}

.subinfoR li a{
	padding: 5px 20px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 7px solid #CCCCCC;
	text-decoration: none;
	display: block;
}

.subinfoR li a:hover{
	border-left: 7px solid #FF6666;
	color: #6699CC;
	background-color: #F3F3F3;
}


.banner { /* サブメニュー内のバナー画像スペース */
	margin: 0px 0px 5px;
	width: 160px;
	text-align:center;
	font-size: 12px;
}


.sitefont { /* サイト紹介用フォント */
	font-size: 12px;
	text-align:center;
}


/* ========================================  #underNavi 画面下部サブナビゲーション */

#underNavi{
	clear: both;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}

#underTotop{
	font-size: 12px;
	text-align:center;
}

/* ========================================  #footer 画面下部 */
#footer {
	clear: both;
	margin: 0px;
	border-top: 5px solid #999999;
	border-bottom: 1px solid #666;
	text-align: center;
	background-color: #FFF;
	background-image: url(img/backS001.png);
}


#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
}


/* ========================================  #templatelink 画面下部:著作リンク */
#templatelink {
	padding: 5px 0px;
	margin: 0px;
	font-size: 12px;
	text-align: right;
}


#templatelink a{
	color: #666666;
	text-decoration: none;
}


/* ========================================  そのほか個別設定 */
#newsbox {
	border: 1px solid #999999;
	height: 120px;
	width: 445px;
	overflow: auto;
	margin: 0px 0px 10px;
	background-image: url(img/backS001.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.table, /* 表の整形・配色 */
.table2 {
	width: 530px;
}

table {
	margin: 0 0 2em 2px;
}


.table td {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}


.table td.tb {
	width: 200px;
	background-color: #F8F5EF;
}


.table2 td {
	padding: 10px;
}


.table2 td.tb {
	width: 100px;
	text-align: right;
	background-color: #EBEBEB;
}


.itemList { /* .itemList #main内の段組用外枠 */
	clear:left;
	margin:0 0 1em;
}


.box { /* .itemList #main内の段組用内枠 */

	margin:0 0px 5px 0;
	width:210px;
}


.box h2 {
	margin: 0 0 10px;
}


.box ul {
	float: left;
	width: 100px;
	margin: 0 0 30px !important;
	list-style-position: outside;
}

.eyeCaImg { /* .itemList #main内の段組用：アイキャッチ画像 */
	float:left;
	margin:0 0 10px 2px;
}


strong {
	font-weight: bold;
	color: #CC6666;
}

hr { /* 水平線 flotクリア用 */
	clear:both;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
