/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}

body {
	margin: 0;
	font-size: 96%;
	color: white;
	text-align: center;
	background-color: #28140A;
	background-image: url(img/back2.png);
	background-repeat: repeat-x;
}

a:link{color:#33ffff;}
a:visited{color:#33ffff;}
a:hover{color:#ffff99;}
a:active{color:#c71585;}

p, /* 文章の行間を指定 */
#main ul,
#main ol,
#menuL ul,
#menuL ol,
dl
{
	line-height: 160%;
}

/* ========================================  #page ページ外枠 */
#page {
	width: 800px;
	padding: 10px;
	margin: 1px auto 0px;
	border:hidden;
	text-align: left;
	background-color: #28140A;
}

/* ========================================  #header 画面上部 */
#header {
	padding: 0px 0 0 0px;
	margin: 0;
}

#headerinfo { /* ヘッダー右上の文字スペース */
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#28140A;
}

#header #header_title { /* ヘッダー左上のタイトルスペース */
	float: left;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 1px;
	padding: 0px;
	height:35px;
}

#header #slideshow {
   position: relative;
   width:  800px; /* 画像の横幅に合わせて記述 */
   height: 137px; /* 画像の高さに合わせて記述 */
}
#header #slideshow img {
   position: absolute;
   top: 15px;
   left:-3px;
   z-index: 8;
   opacity: 0.0;
}
#header #slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#header #slideshow img.last-active {
   z-index: 9;
}

#header #headerimg {
	clear: both;
	height: 150px;
	margin: 0px 0 0;
	border-top: 1px solid #e3730f;
	border-right: 2px solid #e3730f;
	border-left: 3px solid #e3730f;
	background-image: url(img/headimg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#header #headerimg #msg { /* ヘッダー内メッセージ */
	color:#F4BF4A;
	margin:60px auto auto;
	text-align:center;
	font-size: 24px;
	font-weight: normal;
}

#header img {
	border: none;
}

/* ======================================== orange色のaccent */
#accent{
	height: 2px;
	margin: 0px 0 0;
	background-color: #e3730f;
}

/* ========================================  #menu 上部メニュー */
#menu {
	border-right: 2px solid #e3730f;
	border-left: 3px solid #e3730f;
}

ul.menu_f01{
	height: 40px;
	margin: 0px;
	border-top: 1px solid #999999;
	border-bottom: 5px solid #999999;
	background-color: #F0F0F0;
	list-style-type: none;
}

ul.menu_f01 li{
	float: left;
	border-right: 1px solid #e3730f;
	display: block;
}

ul.menu_f01 li a{
	height: 25px;
	width: 158px;
	padding: 15px 0px 0px;
	border-bottom: 5px solid #e3730f;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #F0F0F0;
}

ul.menu_f01 li a.nowthis{
	border-bottom: 5px solid #CC6666!important;
}

ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 15px 0px 0px;
	border-bottom: 7px solid #F7DB9E;
	background-color: #F7DB9E;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 15px 0px 0px;
	margin: 0px;
	background-color: #281005;
	
	background-position: top;
	background-repeat: repeat-x;
}

image{
	float:left;
	margin:4px;
}

/* ========================================  #main ページの本文 */
#main {
	float: right;
	width: 560px;
	padding: 0;
	margin: 10px 0 0 0px;
	background-color: #28140A;
}

.contentswrap { /* #main中の間隔調整 */
	margin:0 10px 15px;
	padding:0;
}

#main h1 { /* 本文の見出し */
	background-image:url(img/h1back.jpg);
	background-repeat:no-repeat;
	clear:left;
	color:#28140A;
	font-size:18px;
	height:24px;
	margin:5px 0px 20px 10px;
	padding:5px 0 0 18px;
	border-radius: 10px 0px 0px 0px;
}

#main h2 { /* 本文の見出し2 */
	background-image:url(img/h1back.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	clear:left;
	color:#28140A;
	font-size:16px;
	margin:5px 0 1.0em;
	padding:5px 0 0px 13px;
	height: 20px;
	border-radius: 10px 0px 0px 0px;
}

#main h3 { /* 本文の見出し3 */
	margin: 0.5em 0.5em;
	background-color: #2f4f4f;
	padding: 3px 0px 3px 13px;
	font-size: 96%;
	border-right: 260px solid #28140A;
	color: #f0f0f0;
	border-radius: 10px 0px 0px 10px;
}

#main p { /* 本文の段落 */
	margin:0 2px 1.5em 5px;
	color:#c0c0c0;
}

#main ul , #main ol{ /* リスト表示 */
	margin:1em 20px 2em 40px;
	padding-left:25px;
}

#main #subnavi {
	clear: both;
	padding: 10px 0;
	margin: 20px 0 10px;
	text-align: right;
}

#main .img { /* 図・写真用クラス：写真のような枠をつける*/
	background-color:#CCC;
	margin:0 0 20px 20px;
	padding:1px;
}

/* ========================================  menuL 左サイドメニュー*/

#menuL {
	float: left;
	clear: left;
	width: 220px;
	padding: 0;
	margin: 10px 0;
	color: #FFF;
}

.subinfo {/* サイドボックのメニュー */
	margin:0 0 10px;
	background-image: url(img/submenuback001.png);
	margin: 5px 0px 15px;
}

.subinfo .label { /* サイドボックのメニュー:ラベル */
	padding:3px 0px 0px 75px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/tori.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 25px;
}

.subinfo ul{ /* サイドボックのメニュー:リスト */
	margin: 0px;
}

.subinfo li {
	padding: 0px;
	margin: 1px 0px 0px;
	font-size: 86%;
	color: #CCCCCC;
	list-style-type: none;
}

.subinfo li a{
	padding: 5px 10px;
	border-bottom: 1px solid #669900;
	border-left: 10px solid #669900;
	text-decoration: none;
	line-height: 130%;
	display: block;
	color: #424242;
}

.subinfo li a:hover{
	border-left: 10px solid #669900;
	color: #000000;
	background-color: silver;
}

.subinfo li img {
	float: none;
}

/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}

/* ========================================  #footer 画面下部 */
#footer {
	clear: both;
	margin: 0px;
/*	border-top: 1px solid #666666;*/
	text-align:center;
	color:#669900;
}

#footer p {
	padding-top: 1px;
	padding-bottom: 3px;
	color: #909090;
	background-color: #28140A;
}

/* ========================================  そのほか個別設定 */

hr { /* 水平線 flotクリア用 */
	clear:both;
	color: #666666;
	border: 1px solid #666666;
	margin-top: 5px;
	padding: 0px;
}

.img { /* 図・写真用クラス：枠をつける */
	border:1px solid #999;
	margin:0 2px 20px 2px;
	padding:0px;
}

p.infobox { /*=== aboutのボックス内のため */
	height: 15em;
	padding: 10px;
	overflow: auto;
	background-color: #141c1e;
	border: silver 1px solid;
}

.tac { /*=== centeringのため*/
	text-align: center;
}

.photo { /*=== centeringのため*/
	display: block;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}

