@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}
th {
	font-weight: normal;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #FFFFFF;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}
button {
	padding: 0px;
	margin: 0px;
	background: none;
	box-shadow: none;
}
#wrapper {
	width: 100%;
	min-width: 960px;
	background-color: #ffffff;
}
#header {
	margin: 0 auto;
	height: 180px;
	width: 960px;
	background-color: #ffffff;
}
#logo {
	margin-top: 40px;
	float: left;
}
#button_fb {
	margin-top: 5px;
	margin-left: 150px;
	float:left;
}
a:hover img#button_fb {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#button_1 {
	margin-top: 23px;
	margin-left: 25px;
	float:left;
}
a:hover img#button_1 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.link_slideshow {
	text-align: center;
	margin-top: 30px ;
}
.link_slideshow a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.fb-like{
	margin-top:45px;
	margin-left:25px;
	}

.fb-like-box{
	margin-bottom:50px;}

#details {
	margin-top: 10px;
	margin-left: 190px;
}
.line {
	clear: both;
	width: 100%;
	min-width: 960px;
	background-color: #330000;
	height: 1;
	font-size: 1px;
	line-height: 1px;
}
a:hover img.opacity {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.red{
	font-weight:700;
	color:red;
	}
#back_top {
	height: 365px;
	width: 100%;
	min-width: 960px;
	background-color: #330000;
	margin-top: 1px;
	margin-bottom: 80px;
}
#back {
	height: 35px;
	width: 100%;
	min-width: 960px;
	background-color: #330000;
	margin-top: 1px;
	margin-bottom: 80px;
}
.viewer {
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 320px;
	text-align: left;
	overflow: hidden;
}
.viewer ul {
	width: 960px;
	height: 320px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 960px;
	height: 320px;
	display: none;
	position: absolute;
}
.highlight {
	margin:30px auto 80px auto;
	}
#navi {
	margin: 0 auto;
	height: 35px;
	width: 960px;
}
#navi li {
	list-style: none;
	float: left;
}
#navi a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#navi a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
#container {
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}
#side {
	height: auto;
	width: 200px;
	float: left;
}
#side li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side li img {
vertical-align:bottom;
}
#side a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#side a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#bx-pager img{
	margin: 1px 3px;
}

#main {
	margin-left: 200px;
	width: 760px
}
#content_top {
	width: 400px;
	margin-bottom: 60px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 2em;
	float: left;
}
#content {
	width: 740px;
	padding: 0 10px 0 10px;
	margin-bottom: 100px;
	font-size: 13px;
	line-height: 2em;
}

#content h1{
	margin-top:100px;
	margin-left:-10px;
	}

#content h4 {
	margin-top: 20px;
}
#content ul {
	padding: 10px 20px 10px 20px;
}
#photo_top {
	float: right;
}
.clear {
	clear: both;
}
.mgb_10 {
	margin-bottom: 10px;
}

.mgb_20 {
	margin-bottom: 20px;
}
.mgb_60 {
	margin-bottom: 60px;
}
table#table_top {
	margin: 0 auto 50px 0 ;
	width:750px;
	font-size: 13px;
	border-collapse: collapse;
}
#table_top th {
	border: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 0px 20px 0px 20px;
}
#table_top td {
	border: #e3e3e3 1px solid;
	padding: 0px 55px 0px 35px;
}
#table_top th.em {
	line-height: 2.5em;
}
#table_top a:link {
	color: #0000FF;
	text-decoration: underline;
}
#table_top a:visited {
	color: #000080;
	text-decoration: underline;
}
#button_2 {
	text-align: center;
	margin: 50px 0px;
}
#button_2 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.must {
	color: #F00;
	font-size: 9px;
	vertical-align: super;
}

#contact-form{
	width:100%;
	font-size:16px;
	}

#contact-form th {
	width:180px;
	text-align: right;
	border: #e3e3e3 1px solid;
	background: #f7f7f7;
	padding: 5px 10px 5px 0px;
}

#contact-form td {
	border: #e3e3e3 1px solid;
	padding-left:10px;
}

#contact-form input,textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

.center{
	text-align:center;}

input.subm {
	margin:10px 0px;
	text-align:center;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input.subm:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

	

#sitemap li {
	list-style: none;
	margin-bottom: 15px;
	text-indent: 10px;
	border-left: 5px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
#sitemap a:link {
	color: #000;
	text-decoration: none;
}
#sitemap a:visited {
	color: #000;
	text-decoration: none;
}
#adress p {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 5px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
/* ~~ フッター ~~ */
#footer {
	height: 200px;
	width: 100%;
	min-width: 960px;
	margin-top: 1px;
	background-color: #330000;
	color: #ffffff;
}
#footer_inner {
	height: 180px;
	width: 960px;
	line-height: 1.5em;
	margin: 0 auto;
}
#footer_left {
	list-style-type: none;
	margin: 15px 0px 0px 140px;
	font-size: 14px;
	float: left;
}
#footer_left li {
	padding-left: 25px;
	background-image: url(images/point.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#footer_center {
	list-style-type: none;
	margin: 15px 0 0 100px;
	font-size: 14px;
	float: left;
}
#footer_center li {
	padding-left: 25px;
	background-image: url(images/point.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#footer_right {
	font-size: 12px;
	margin-top: 80px;
	float: right;
}
#copyright {
	clear: both;
	width: auto;
	text-align: center;
	font-size: 12px;
}
/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #ADB96E;
}
/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/


/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
