/* 全体構造
---------------------------------------------------- */
*{
	margin: 0px;
	padding: 0px;
}
html{
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/back_g.jpg;
	background-position: center top;
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 125%;s
	color: #333333;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	text-align: left;
	background-image: url(../images/back_g.jpg);
}
#wrapper {
	text-align:center;
	widows:800px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
  }

h1{
	font-size: 11px;
	text-align: right;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}  

h2{
	font-size: 18px;
	color: #B64926;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
	text-decoration: none;
	line-height: 140%;
}

/* リンク
---------------------------------------------------- */
a:link {
	color: #3366ff;
	background: transparent;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #800080;
	background: transparent;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover, a:active {
	color: #ff9933;
	background: transparent;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}  
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	}

/* ヘッダ
---------------------------------------------------- */
#header {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 70px;
}
#navigation{
	text-align: center;
	margin: 5px;
	font-size: 12px;
}
ul#navigation li {
	list-style-type: none;
	display: block;
	width: 8em;
	float: left;
	text-align: center;
	font-family: "Lucida Grande", sans-serif;
	height: 3em;
	border-right: 1px #818181 solid;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px #bbb;
	background-color: #006600;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1));
	-webkit-transition: all 0.5s;
	margin-bottom: 10px;
}
ul#navigation li:first-child {
  -webkit-border-top-left-radius: .5em;
  -moz-border-radius-topleft: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-left-radius: .5em;
  -moz-border-radius-bottomleft: .5em;
  border-bottom-left-radius: .5em;
}
ul#navigation li:last-child {
  -webkit-border-top-right-radius: .5em;
  -moz-border-radius-topright: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-radius-bottomright: .5em;
  border-bottom-right-radius: .5em;
}
ul#navigation li a {
	display: block;
	padding: .8em .5em .5em .5em;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #333333;
}
#navigation li:hover a {
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}
#navigation li:hover {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(0.6, #474747));
  }
#photos{
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 800px;
	clear: both;
}  

/* コンテンツラップ
---------------------------------------------------- */
#pagebody{
	clear: both;
	width: 800px;
	position: relative;
	height: auto;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 125%;
	color: #666666;
	text-decoration: none;
	text-align: right;
}

/* ページ本体
---------------------------------------------------- */
#pan{
	font-size: xsmall;
	margin: 5px 0px 0px 0px;
}

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 100%;
	float: left;
	margin-bottom: 0px;
	background-image: url(../images/back_table.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	overflow: hidden;
}

.img_L {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #999999;
}

.img_R {
	float: right;
	margin: 0px 0px 5px 10px;
	border: none;
}

.dotLine{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* 左コンテンツ
---------------------------------------------------- */
#content_l {
	float: left;
	width: 400px;
	top: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-bottom: 3em;
}
#content_l p{
	line-height: 150%;
}
.c_navi{
	height: 250px;
	margin: 10px 0px 0px 0px;
	background-color: #331100;
}

.normal_txt{
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin-bottom: 15px;
	clear: both;
}

h3{
	font-weight: bold;
	font-size: 13px;
	color: #0014F4;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.uptime{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #749c74;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.b_date{
	font-size: 11px;
	line-height: 125%;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4C9266;
	color: #000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.dotLine{
	padding-top: 2px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	height: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.border{
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	text-align: left;
}

.infoLine{
	background-image: url(../images/line3.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 30px;
	clear: both;
}

.ta1{
	list-style-type: none;
	padding: 5px;
}

.ta2{
	list-style-type: none;
	padding: 5px;
}

/* 右コンテンツ
---------------------------------------------------- */
#content_r {
	float: right;
	width: 235px;
	line-height: 125%;
	right: 0px;
	top: 0px;
	text-align: left;
	height: 1%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 32768px;
	padding-left: 0px;
	margin-bottom: -32768px;
	background-color: #FFFFFF;
}
#content_r ul{
	margin: 0px;
	padding: 0px;
}
#content_r li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
}

#content_r a:link {
	outline:none;
}
#content_r a:visited {
	outline:none;
}
#content_r a:hover, a:active {
	outline:none;
}
.tab{
	height: 120px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-decoration: none;
}
#colum{
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 5px;
	display: block;
	clear: both;
	background-image: url(../images/gback1.png);
	background-repeat: repeat;
	margin-right: 10px;
	margin-left: 10px;
}
.read{
	font-weight: bold;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #336600;
	padding-left: 1em;
}
.banner{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 7px;
	height: 50px;
	width: 216px;
}
/* フッタ
---------------------------------------------------- */
#footer {
	color: #FFFFFF;
	padding: 9px;
	background-color: #333333;
	text-align: center;
	clear: both;
	line-height: 125%;
}
