@charset "utf-8";
html {
	background-color: #f5f5f5;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 800px;
	margin: auto;
}
#container {
	margin: 20px;
	background-color: #ffffff;
	border: solid 1px #999999;

	overflow: hidden;

	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	-webkit-box-shadow: -5px -5px 15px #d3d3d3, 5px 5px 15px #d3d3d3;
	-moz-box-shadow: -5px -5px 15px #d3d3d3, 5px 5px 15px #d3d3d3;
}
#header {
	margin: 0;
	padding: 0;
	height: 200px;
	background: url(images/title.gif) no-repeat;

	text-align: center;

	overflow: hidden;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#header-lv2 {
	width: 570px;
	height:50px;
	padding-top: 150px;
	float: left;
}
#footer {
	width: 758px;
	margin: 0;
	padding: 8px 0 0 0;
	border-top: solid 1px #dedede;
	text-align: center;
	clear: both;

	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#contents {
	margin: 0;
	padding: 0;
	clear: both;
}

#nav {
	margin: 0 0 0 39px;
	height: 37px;
}

/* navigation */

ul#navigation li {
  list-style-type: none;
  display: block;
  width: 8em;
  float: left;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75em;
  height: 3em;
  border-right: 1px #818181 solid;
  -webkit-box-shadow: 1px 1px 1px #bbb;
  -moz-box-shadow: 1px 1px 1px #bbb;
  box-shadow: 1px 1px 1px #bbb;
}
ul#navigation li a {
  display: block;
  padding: .8em .5em .5em .5em;
  text-decoration: none;
  color: #292929;
  text-shadow: 1px 1px 0px #cccccc;
}
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-right-radius: .5em;
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-radius-bottomright: .5em;
  border-bottom-right-radius: .5em;
}
#navigation li {
  background-color: #c9c9c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1));
  background-image: -moz-linear-gradient(top, #c9c9c9, #a1a1a1 60%, #848484);
}
#navigation li:hover {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(0.6, #474747));
  background-image: -moz-linear-gradient(top, #333333, #474747 60%, #4c4c4c);
}
#navigation li:hover a {
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}
/* /navigation */

#breadCrumbs {
	margin: 0;
	float: left;
}

/* bread Crumb */
ul,li {
list-style-type:none;
padding: 0;
margin: 0;
}
#crumbs {
margin: 20px 0 0 0;
width: 758px;
border-top: 1px solid #dedede;
height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
#crumbs li {
float:left;
line-height: 24px;
padding-left: .75em;
color:#777;
}
#crumbs li a {
display: block;
padding: 0 15px 0 0;
background: url(images/crumbs.gif) no-repeat right center;
}
#crumbs li a:link, #crumbs li a:visited {
text-decoration: none;
color:#777;
}
#crumbs li a:hover, #crumbs li a:focus {
color:#000000;
}
/* /bread Crumb */

#search {
	width: 300px;
	height: 50px;
	padding-top: 150px;
	float: right;
}


#keyvisual {
	margin: 0 20px;
	width: 676px;
	height: 300px;
	background-color: #ffffff;
	border: solid 1px #999999;
	overflow: hidden;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	-webkit-box-shadow: -3px -3px 7px #d3d3d3, 3px 3px 7px #d3d3d3;
	-moz-box-shadow: -3px -3px 7px #d3d3d3, 3px 3px 7px #d3d3d3;
}
#keyvisual-lv2 {
	margin: 9px 0 0 0;
	padding: 0;
}
#keyvisual-lv3-innerfade {
	float: left;
	margin: 0 0 0 55px;
}
#keyvisual-lv3 {
	float: right;
	margin: 0 15px 0 0;
}
div.promo1 {
	margin: 0 15px 0 0;
	width: 204px;
	height: 126px;
	background-color: #ffffff;
	border: solid 1px #999999;
	overflow: hidden;
	float: left;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.promo2 {
	margin: 0 15px 0 15px;
	width: 204px;
	height: 126px;
	background-color: #ffffff;
	border: solid 1px #999999;
	overflow: hidden;
	float: left;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.promo3 {
	margin: 0 0 0 15px;
	width: 204px;
	height: 126px;
	background-color: #ffffff;
	border: solid 1px #999999;
	overflow: hidden;
	float: left;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
img.showcase {
	margin: 5px;
	border: none;
}
#twitter_div {
	float: left;
	width: 676px;
	margin: 20px 40px;
	background-color: #ffffff;
	border: solid 1px #999999;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
h2.sidebar-title {
	border-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px;
	font-size: 1.00em;
	font-weight: normal;
	text-align: left;

	text-shadow: 2px 2px 3px #87ceeb;
}
#twitter-icon {
	margin-right: 10px;
}
#twitter_update_list li {
	list-style: none;
	margin: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.75em;
	text-align: left;
	letter-spacing: 0.13em;
	line-height: 1.5em;
}
#twitter-link {
	margin: 10px;
	text-align: right;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.13em;
	line-height: 1.5em;
}
#twitter_div-lv2 {
	margin: 10px;
	text-align: right;
}
#caution {
	margin: 40px;
	background: url(images/onebit_36.png) no-repeat 50% 0%;
}
p.caution {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 70px 20px 0px 20px;
	font-size: 0.81em;
	text-align: left;
	line-height: 1.5em;
}
p.caution-center {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 70px 20px 0px 20px;
	font-size: 0.81em;
	text-align: center;
	line-height: 1.5em;
}
div.section {
	margin: 20px;
	float: left;
}
div.section-lv2 {
	margin: 0;
	padding: 20px 0 0 0;
	width: 718px;
}
div.section-lv2-2 {
	margin: 0 20px;
	float: left;
}
div.section-lv2-3 {
	width: 676px;
	margin: 0 20px;
	border: solid 1px #999999;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.section-lv3 {
	margin: 0;
}
div.section-lv3-2 {
	margin: 0;
	clear: both;
}
div.section-lv3-3 {
	margin: 20px;
}
div.section-lv3-gallery {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 98px;
	margin-right: 98px;
}
div.TopOfPage {
	margin: 0 40px 0 0;
	text-align: right;
	font-size: 0.75em;
}
#article {
	margin: 0;
	padding: 0;
}
#article-left {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 386px;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.00em;
	text-align: left;
	line-height: 1.5em;
	float: left;
}
#article-right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 386px;
	margin: 0;
/*	padding: 0 0 20px 0;*/
	font-size: 1.00em;
	text-align: left;
	line-height: 1.5em;
	float: right;
}
div.innerfade-right {
	width: 250px;
	margin: 0;
	padding: 0 20px 0 0;
	vertical-align: top;
	float: right;
}
div.innerfade-left {
	width: 250px;
	margin: 0;
	padding: 0 20px 0 20px;
	vertical-align: top;
	float: left;
}
li.disc {
	list-style: disc inside;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 20px;
	font-size: 0.81em;
	letter-spacing: 0.13em;
	text-align: left;
	line-height: 1.5em;
}
td.fade_r {
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
}

td.fade_l {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 250px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 0.81em;
	text-align: left;
	line-height: 1.5em;
}
#news li {
	margin: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.81em;
	line-height: 1.5em;
}
#news-lv2 li {
	margin: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.81em;
	line-height: 1.5em;
	padding: 0 20px;
}
#linkmenu {
	margin: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.81em;
	line-height: 1.5em;
	text-align: right;
}
table.MainTable {
	margin: 20px;
	padding: 0 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.81em;
	line-height: 1.5em;
}
tr.dotted-line {
	border-bottom: 1px dotted #999999;
}
tr.line {
	background: url(images/line-dot-636.gif) no-repeat;
}
td.news1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px 0;
	width: 200px;
	font-size: 1.00em;
	letter-spacing: 0.13em;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}
td.news2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px 0 10px 20px;
	width: 456px;
	font-size: 1.00em;
	letter-spacing: 0.13em;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}
td.news3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px 0 10px 20px;
	width: 160px;
	font-size: 1.00em;
	letter-spacing: 0.13em;
	text-align: right;
	line-height: 1.5em;
}
#arrow {
	margin-bottom: -2px;
}
#twitter-button {
	width: 100px;
	height:50px;
	padding-top: 150px;
	text-align: right;
	float: left;
}
#twitter-button a {
	margin-right: 5px;
}
#calendar-button {
	width: 88px;
	height:50px;
	padding-top: 150px;
	text-align: right;
	float: right;
}
#calendar-button a {
	margin-right: 40px;
}
#toppage {
	margin-right: 5px;
	margin-bottom: -4px;
}
#holiday {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:10px 0 0 20px;
	padding: 0 20px;
	font-size: 0.81em;
	letter-spacing: 0.13em;
	text-align: left;
	line-height: 1.5em;

	border-style: solid;
	border-bottom-style: solid;
	border-color: #ff3300;
	border-left-width: 20px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
#sitemap li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.25em;
	line-height: 1.50em;
	margin: 10px 0 10px 20px;
	padding: 0 20px;
	list-style: disc inside;
}
#sitemap-lv2 li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.25em;
	line-height: 1.50em;
	margin: 0 0 10px 20px;
	padding: 0 40px;
	list-style: disc inside;
}

img.photo {
	border: 1px solid #ccc;
	padding: 4px;
}
img.banner {
	margin-right: 20px;
	margin-left: 20px;
}


h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 20px;
	padding: 5px 20px 5px 20px;
	border: 1px solid #383c3c;
	background: #383c3c;
	font-size: 1.50em;
	font-weight: bold;
	text-align: left;
	color: #ffffff;

	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-style: solid;
	border-bottom-style: solid;
	border-color: #000033;
	border-left-width: 5px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin: 10px 20px 20px 20px;
	padding: 2px 7px 2px 7px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	text-shadow: 2px 2px 3px #87ceeb;
}
h2.title {
	border-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px;
	font-size: 1.00em;
	font-weight: normal;
	text-align: left;

	text-shadow: 2px 2px 3px #87ceeb;
}
h2.link {
	border-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.50em; /* 20px */
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 20px;
	text-shadow: 2px 2px 3px #87ceeb;
}
h2.info {
	border-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.25em;
	text-align: left;
	vertical-align: middle;
	margin: 20px;
	padding: 0 0 0 20px;
}
h2.question {
	border-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 20px 0 20px 13px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	text-shadow: 2px 2px 3px #87ceeb;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 20px;
	font-size: 0.81em;
	letter-spacing: 0.13em;
	text-align: left;
	line-height: 1.5em;
}
p.box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 20px;
	font-size: 0.81em;
	letter-spacing: 0.13em;
	text-align: left;
	line-height: 1.5em;
}
p.media {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 40px 10px 40px;
	font-size: 0.81em;
	letter-spacing: 0.13em;
	text-align: left;
	line-height: 1.5em;
}
p.header-address {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0 40px;
	font-size: 0.81em;
	letter-spacing: 0.13em;
	text-align: left;
	line-height: 1.5em;
}
p.center {
	text-align: center;
}
p.footer {
	font-size: 0.75em;
	text-align: right;
}
p.p-answer {
	margin: 0 20px;
}
p.p-aizukiri {
	margin: 0 20px;
}
address {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}
td.link1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px;
	padding: 5px 5px 5px 0;
}
td.link2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 20px;
}
img.title-icon16 {
	margin-right: 10px;
}
img.question {
	margin: 0 10px -2px 0;
}

/*
*
* link
* 
*/
a {
	text-decoration: none;
}
a:link {
	color: #000066;
}
a:visited {
	color: #666666;
}
a:active {
	color: #000000;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}