@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;
  padding: 0px 5px;
  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: 0px;
  padding: 5px 0px;
  line-height: 110%;
  font-size: 120%;
  color: #fff;
  clear: both;
/*  border-bottom:solid 1px #bb0316;*/
}

h3 {
  margin: 15px 0px;
}

#wrapper {
  width: 950px;
}

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 */
}

/* 
	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: left;
  width: 700px;
  margin: 150px 20px;
  /*background-image:  url(../images/bg_white.png);*/
}

.contents {
  float: right;
  width: 700px;
  margin: 0px auto;
  padding: 135px 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;
  filter:alpha(opacity=65);/ * IE用 */
  opacity:0.5; /* Firefox,Safari,Opera用 */
  -moz-opacity: 0.5;
  background-color: rgba(255,255,255,0.5);
}

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

/* テーブル */

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:fixed; bottom:0%; left:0%; }