@charset "utf-8";

/*サイト全体
---------------------------------------------------------------------------*/
body {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "Verdana","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: url(../images/lace4.png) repeat-x left bottom, url(../images/image.png) center top no-repeat, url(../images/pattern.png) left top repeat;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}
.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}
.clearleft {
	clear:left
}

.clearright {
	clear:right
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

/*container
---------------------------------------------------------------------------*/
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/*header
---------------------------------------------------------------------------*/
header {
	height: 270px;
	width: 100%;
	position: relative;
}

/*h1ロゴ*/
header h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 248px;
	text-align: center;
	background: #b08e13;
	border-radius: 0 0 5px 5px;
	border-right: 2px solid rgba(230,180,34,1);
	border-bottom: 2px solid rgba(230,180,34,1);
	border-left: 2px solid rgba(230,180,34,1);
	padding: 80px 0px;
    -webkit-box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
	box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
}

/*main
---------------------------------------------------------------------------*/
#main {
	width: 700px;
	float: right;
	padding-bottom: 30px;
}
#main h1, #main h2 {
	clear: both;
	background: #b08e13;
	border-radius: 5px;
	border: 2px solid rgba(230,180,34,1);
	font-size: 110%;
	color: #FFF;
	padding: 3px 0px 3px 20px;
    -webkit-box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
	box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
}
#main h3 {
	clear: both;
	background: url(../images/heart.png) no-repeat 20px center, #000000;
	border-radius: 5px;
	border: 2px solid rgba(230,180,34,1);
	font-size: 100%;
	color: #FFF;
	padding: 3px 0px 3px 50px;
    -webkit-box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
	box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
}

/*メインコンテンツの段落タグ*/
#main p {
	padding: 0.5em 10px 1em;
}

/*メインコンテンツの地図(iFrame)*/
#map_canvas {
  margin-top: -20px;
  width: 640px;
  height: 480px;
}

/*メインコンテンツのブログ(iFrame)*/
#blog {
    width: 750px;
    height: 2000px;
}
#blog iframe {
    width: 750px;
    height: 2000px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 250px;
	padding-bottom: 30px;
}

/*subコンテンツのh1,h2,h3タグ*/
#sub h1, #sub h2, #sub h3 {
	padding: 0px 10px;
	font-size: 100%;
	color: #FFF;
	background: #FF0000;
	border-bottom: 5px solid #d3d3d3;
}

/*box1設定*/
#sub .box1 {
	border: 2px solid #e6b422;
	border-radius: 5px;
	padding: 10px;
	background: #000000;
    -webkit-box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
	box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*各メニュー*/
nav#mainmenu ul li a {
	width: 213px;
	text-decoration: none;
	display: block;
	background: rgba(0,0,0,1) url(../images/arrow1.png) no-repeat 10px center;
	border: 2px solid #e6b422;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 1em;
	padding: 5px 0px 5px 35px;
	-webkit-box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
	box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
}

/*マウスオン*/
nav#mainmenu ul li a:hover {
	background: #b08e13 url(../images/arrow1.png) no-repeat 12px center;
	border: 2px solid #e6b422;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 120%;
	}
footer a {
	text-decoration: none;
}

/*ギャラリー内の各ボックス
---------------------------------------------------------------------------*/
/*各ボックス*/
#main section.list article {
	border: 2px solid #e6b422;
	border-radius: 6px;
	margin-bottom: 1em;
	background: rgba(255,255,255,0.1);
}

/*ボックス内の段落タグ*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;
}

/*ボックス内の写真*/
#main section.list article figure img {
	float: left;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: bottom;
}

/*ボックス内のh1タグ*/
#main section.list article h1 {
	background: #e6b422;
	border-radius: 6px;
	border: none;
	border-bottom: 1px solid #c9c9c9;
	color: #000000;
	padding: 0px 0px 0px 5px;
	font-size: 100%;
	margin-bottom: 0.5em;
}

/*リンク設定*/
#main section.list article a {
	padding: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#main section.list article a:hover {
	color: #FF0000;
	background-color: rgba(255,255,255,0.4);
}

/*トップペー内「更新情報」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#new dl{
	overflow: auto;
	height: 150px;
	margin: 5px 10px 0px;
}

/*日付設定*/
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}

/*記事設定*/
#new dd {
	border-bottom: 1px solid #dcdcdc;
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #e6b422;
	border-collapse:separate;
	border-radius: 5px;
}

/*テーブル内の右側*/
.ta1 td{
	padding: 3px;
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;	/*幅*/
	padding: 3px;
	text-align: center;
	background: rgba(255,255,255,0.1);
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #fcdfe3;
}

/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 3px;
	border-top: 2px solid #e6b422;
	border-right: 2px solid #e6b422;
	border-left: 2px solid #e6b422;
	border-collapse:separate;
	border-radius: 5px;
	text-align: left;
	font-weight: bold;
	background: rgba(255,255,255,0.4);
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	border-radius: 10px;
	border: 1px solid #c9c9c9;
}
#pagetop a:hover {
	border: 1px solid #FF0000;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #e8e8e8;
	color: #818181;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #818181;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.mini1 {
	font-size: 12px;
	line-height: 1.6;
}
