@charset "utf-8";

/* 全体 */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	color: #fff;
	font-style: normal;
	font-family: 'MS Pゴシック',osaka,sans-serif;
	line-height: normal;
}

body {
/*	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */*/
	height:auto; width:100%;
  background: #000;
}

a:link {
  color: #bb0316;
  line-height: 1.5em;
}

a:hover {
  color: #765c47;
  text-decoration: none;
}

a:visited {
  color: #583822;
}

p {
  margin: 10px 0;
  line-height: 1.5em;
  letter-spacing: 1px;
}

img {
  border-style:none;
}

a img {
  border-style:none;
}

ul,li{
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
}

h2 {
  margin: 0;
  padding: 5px 0px;
  line-height: 110%;
  font-size: 120%;
  color: #fff;
  clear: both;
  text-align: left;
}

#wrapper {
  width: 1140px;
}

body > #wrapper {
  height: auto;
}

/* 背景画像 リキッドデザイン */

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url('../images/icons/loader.gif'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

/* 背景  

img.bgmaximage {position:fixed !important;}

.form_area {
 float: right;
}*/

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#exampleDiv {
	width:100%;
	background:#000;
	position:absolute;
	top: 50px;
	text-align:center;
	padding:10px 0;
}

	#exampleDiv a {
		color:#fff;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
	}

	#exampleDiv a:hover {
		background:#fff;
		color:#000;
	}

/* ヘッダー */

#header h1 {
  margin: 0;
  padding: 0px;
  text-align: left;
  font-size: 18px;
  color: #ffffff;
}

#header {
  margin: 0px;
  width: 184px;
  height: 150px;
}

#header-name{
	font-size: 34px;
/*	background:url("../images/logo.png") no-repeat top left transparent;*/
  margin: 20px 0px 0px 10px;
	width:184px;
	height: 110px;
	text-indent:-9000px;
}

#header-name a {
  margin: 20px 0px 0px 10px;
	display:block;
	width:184px;
	height: 110px;
}

.logo{ position:fixed; top:20px; left:10px;}

/* メインメニュー */

.menu_area {
  background-image: url(../images/bg_white.png);
  position: fixed;
  top:0; left:0;
  width: 160px;
  height: 100%;
  border-right: #B19494 1px solid; border-left: #B19494 1px solid;
  margin: 0px 20px;
  -moz-box-shadow:0px 3px #333333;
  float: left;
}

ul.main_menu {clear: both;margin: 0px; width: 160px;}
ul.main_menu li {text-indent:-9000px;border-bottom: #2f0101 1px dashed;}
ul.main_menu a{
  width: 160px;
  height: 40px;
  display: block;
  overflow: hidden;
}

ul.main_menu li.menu01 a{
  background-image:  url(../images/menu01_off.png);
  background-repeat: no-repeat;
}

ul.main_menu li.menu01 a:hover{
  background-image:  url(../images/menu01_on.png);
  background-repeat: no-repeat;
}

ul.main_menu li.menu02 a{
  background-image:  url(../images/menu02_off.png);
  background-repeat: no-repeat;
}


ul.main_menu li.menu02 a:hover{
  background-image:  url(../images/menu02_on.png);
  background-repeat: no-repeat;
}

ul.main_menu li.menu03 a{
  background-image:  url(../images/menu03_off.png);
  background-repeat: no-repeat;
}


ul.main_menu li.menu03 a:hover{
  background-image:  url(../images/menu03_on.png);
  background-repeat: no-repeat;
}

ul.main_menu li.menu04 a{
  background-image:  url(../images/menu04_off.png);
  background-repeat: no-repeat;
}


ul.main_menu li.menu04 a:hover{
  background-image:  url(../images/menu04_on.png);
  background-repeat: no-repeat;
}

ul.main_menu li.menu05 a{
  background-image:  url(../images/menu05_off.png);
  background-repeat: no-repeat;
}


ul.main_menu li.menu05 a:hover{
  background-image:  url(../images/menu05_on.png);
  background-repeat: no-repeat;
}

ul.main_menu li.menu06 a{
  background-image:  url(../images/menu06_off.png);
  background-repeat: no-repeat;
}


ul.main_menu li.menu06 a:hover{
  background-image:  url(../images/menu06_on.png);
  background-repeat: no-repeat;
}

ul.main_menu li.menu07 a{
  background-image:  url(../images/menu07_off.png);
  background-repeat: no-repeat;
}


ul.main_menu li.menu07 a:hover{
  background-image:  url(../images/menu07_on.png);
  background-repeat: no-repeat;
}

ul.main_menu li.menu08 a{
  background-image:  url(../images/menu08_off.png);
  background-repeat: no-repeat;
}


ul.main_menu li.menu08 a:hover{
  background-image:  url(../images/menu08_on.png);
  background-repeat: no-repeat;
}

/* コンテンツエリア */

.form_area {
  float: right;
  width: 900px;
  margin: 0px auto;
  padding: 135px 15px;
  text-align: left;
  font-size: 90%;
  background-image:  url(../images/bg_black.png);
}

.contents {
  float: right;
  width: 900px;
  margin: 0px auto;
  padding: 0px 15px;
  text-align: left;
  font-size: 90%;
  background-image:  url(../images/bg_black.png);
}

.photo_img {
  float: left;
  margin: 0px 10px 5px 15px;
}

.photo_img a:hover {
  display:block;
  background: #fff;
  filter:alpha(opacity=65);/ * IE用 */
  opacity:.65; /* Firefox,Safari,Opera用 */
}

.text_area {
  clear: both;
  width: 100%;
  margin: 15px 0px;
  padding: 10px 0px;
  border-top: #fff 1px solid;
  text-align: center;
}

/* スライドショー  */

         div#page {
            width: 900px;
            margin: 135px auto;
            text-align: center;
            font-size: 90%;
/*            border:1px solid #ddd; */
            float: right;
/*            background-image:  url(../images/bg_black.png);*/
         }
         div#container {
            padding: 20px;
         }
         div.content {
            display: none;
            float: right;
            width: 550px; 
         }
         div.content a, div.navigation a {
            text-decoration: none;
            color: #777;
         }
         div.content a:focus, div.content a:hover, div.content a:active {
            text-decoration: underline;
         }
         div.controls {
            height: 23px;
         }
         div.controls a {
            padding: 5px;
         }
         div.ss-controls {
            float: left;
         }
         div.nav-controls {
            float: right;
         }
         div.slideshow-container {
            position: relative;
            clear: both;
            height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
         }
         div.loader {
            position: absolute;
            top: 0;
            left: 0;
            background-image: url('loader.gif');
            background-repeat: no-repeat;
            background-position: center;
            width: 690px;
            height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
         }

         div.slideshow span.image-wrapper {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
         }
         div.slideshow a.advance-link {
            display: block;
            width: 550px;
            height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
            line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
            text-align: center;
         }
         div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
            text-decoration: none;
         }
         div.slideshow img {
            vertical-align: middle;
            border: 1px solid #ccc;
         }
         div.download {
            float: right;
         }
         div.caption-container {
            position: relative;
            clear: left;
            height: 75px;
         }
         span.image-caption {
            display: block;
            position: absolute;
            width: 550px;
            top: 0;
            left: 0;
         }
         div.caption {
            padding: 12px;
         }
         div.image-title {
            font-weight: bold;
            font-size: 1.4em;
         }
         div.image-desc {
            line-height: 1.3em;
            padding-top: 12px;
         }
         div.navigation {
            /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
         }
         ul.thumbs {
            clear: both;
            margin: 0;
            padding: 0;
         }
         ul.thumbs li {
            float: left;
            padding: 0;
            margin: 5px 10px 5px 0;
            list-style: none;
         }
         a.thumb {
            padding: 2px;
            width:75px; height:75px;
            display: block;
            border: 1px solid #ccc;
         }
         ul.thumbs li.selected a.thumb {
            background: #000;
         }
         a.thumb:focus {
            outline: none;
         }
         ul.thumbs img {
            border: none;
            display: block;
         }
         div.pagination {
            clear: both;
         }
         div.navigation div.top {
            margin-bottom: 12px;
            height: 11px;
         }
         div.navigation div.bottom {
            margin-top: 12px;
         }
         div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
            display: block;
            float: left;
            margin-right: 2px;
            padding: 4px 7px 2px 7px;
            border: 1px solid #ccc;
         }
         div.pagination a:hover {
            background-color: #eee;
            text-decoration: none;
         }
         div.pagination span.current {
            font-weight: bold;
            background-color: #000;
            border-color: #000;
            color: #fff;
         }
         div.pagination span.ellipsis {
            border: none;
            padding: 5px 0 3px 2px;
         }


/* テーブル */

table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/* 更新情報 */

.rss_feed {
  width: 450px;
  height: 280px;
  margin: 20px 20px;
  padding: 1em;
  background-image:  url(../images/bg_white.png);
}

.new_photo_img {
  float: left;
  margin: 0px 10px 0px 0px;
}
p.new_photo {
  clear: both;
}

/* フッター */

.footer { 
	clear: both;
  width: 100%;
  margin: 0px 0px 0px 1px;
  padding: 0px 0 5px 20px;
  text-align: left;
  font-size: 12px;
  color: #ffffff;
  position:absolute; bottom:0%; left:0%; }