body {
	background-color: #330000;
	background-image: url(./images/kabe_renga.gif);
	text-align: center;
	color: #FFF;
}

body#tinymce {
	background-color: #FFF;
	background-image: url();
	text-align: left;
	color: #000;
}

a:link {
	text-decoration: none;
	color: orange;
}

a:visited {
	text-decoration: none;
	color: orange;
}

a:hover {
	text-decoration: none;
	color: yellow;
}

#container {
	width: 780px;
	text-align: left;
	margin: 6px auto;
	background-color: #330000;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
}

/* メニューサイド */
#menu_side {
	width: 180px;
	float: left;
}

/* 縦メニュー */
#menu {
	margin: 10px;
	border-right: 1px #F2C972 solid;
}

#menu a:link {
	text-decoration: none;
	color: orange;
}

#menu a:visited {
	text-decoration: none;
	color: orange;
}

#menu a:hover {
	text-decoration: none;
	color: yellow;
}

div.dep1 {
	font-size: 90%;
	letter-spacing: 0.125em;
	text-indent: 2px;
	color: orange;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px #F2C972 dotted;
}

div.dep2 {
	font-size: 90%;
	letter-spacing: 0.125em;
	text-indent: 4px;
	color: orange;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 15px;
	border-bottom: 1px #F2C972 dotted;
}

/* ＱＲコード */
div.qrcode {
	font-size: 65%;
	line-height: 125%;
	text-align: left;
	border-top: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px 12px;
}

/* ショップ情報 */
div.shop {
	font-size: 80%;
	color: #F2C972;
	line-height: 125%;
	text-align: center;
	margin-bottom: 15px;
}

/* 記事サイド */
div.article_side {
	width: 577px;
	float: right;
	margin: 10px;
}

/* ご挨拶文 */
div.aisatsu {
	font-size: 90%;
	line-height: 175%;
	margin: 0 15px 0 5px;
}

/* お知らせ */
#info_frame {
	width: 196px;
	height: 208px;
	background-image: url(./images/info_board.gif);
	margin-right: 10px;
}

div.info {
	font-size: 80%;
	line-height: 130%;
	color: #000;
	padding-top: 40px;
	margin-left: 14px;
	margin-right: 14px;
}

/* 分類タイトル */
div.cat_name {
	font-size: 90%;
	font-weight: bold;
	color: #F2C972;
	letter-spacing: 0.075em;
	margin: 10px 0;
	padding: 8px 18px 6px;
	background-image: url(./images/title_bk.gif);
	background-repeat: no-repeat;
}

/* 記事タイトル */
div.article_title {
	font-size: 90%;
	font-weight: bold;
	color: orange;
	letter-spacing: 0.075em;
	margin: 10px 0;
	padding: 5px 8px;
	border-left: 6px orange solid;
	border-bottom: 1px orange solid;
}

/* 記事本文 */
div.article_body {
	font-size: 90%;
	line-height: 175%;
	margin-left: 15px;
	margin-right: 15px;
}

/* 記事下日付 */
div.article_date {
	font-size: 70%;
	text-align: right;
	margin: 10px 0 15px;
	padding-top: 3px;
	border-top: 1px orange solid;
}

div.img {
	margin-top: 10px;
	text-align: center;
}

/* 画像ズーム lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* コメント */
.form_title {
	font-size: 80%;
	letter-spacing: 0.125em;
}

#comment {
	margin: 10px 15px 0;
}

div.com_title {
	font-size: 90%;
	font-weight: bolder;
	letter-spacing: 0.125em;
	color: #FFF;
	text-align: left;
	text-indent: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px #FFF solid;
}

#com_res {
	font-size: 0.8em;
	text-align: left;
	border-bottom: 1px #FFF dotted;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

div.comres_title {
	color: #000;
	padding: 3px 6px;
	background-color: #D0D0D0;
}

div.comres_com {
	line-height: 1.5em;
	margin: 6px 10px 15px;
}

/* フッター */
div.footer {
	clear: both;
	font-family:'Trebuchet MS',verdana, arial, sans-serif;
	font-size: 80%;
	color: #FFF;
	letter-spacing: 0.08em;
	text-align: center;
	border-top: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}