body {
	background-color: #2F1C15;
	color: #2F1C15;
	text-align: center;
	margin: 0;
	padding: 0;
}

body#tinyMCE {
	background-color: #FFF;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 3px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	background-color: #2F1C15;
	text-decoration: none;
	color: #FFF;
}

table {
	font-size: 1em;
	line-height: 1.5em;
}

/* コンテナOUT */
div#container_out {
	width: 900px;
	background-color: #9C8D85;
	margin: 0 auto;
	padding-bottom: 50px
}

/* コンテナIN */
div#container_in {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* ヘッダー */
table#header {
	width: 800px;
	border: none;
}

table#header h1 {
	font-size: 0.625em;
	margin: 0 0 7px;
	text-align: right;
	font-weight: normal;
}

/* ロゴ */
div.logo {
	margin: 7px 0;
}

div.logo a:link, div.logo a:visited {
	text-decoration: none;
}

div.logo a:hover {
	background-color: #9C8D85;
}

/* ログイン */
div.login {
	font-size: 0.7em;
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: 0.075em;
}

/* グローバルメニュー */
div.mbar1 {
	font-size: 0.75em;
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: 0.125em;
	padding: 20px 15px;
	background-color: #4C3C35;
	color: #FFF;
	text-align: center;
	display: block;
}

a.mbar1:link, a.mbar1:visited {
	text-decoration: none;
	color: #FFF;
	padding: 3px 12px;
}

a.mbar1:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #2F1C15;
}

a.mbar1_sel:link, a.mbar1_sel:visited {
	text-decoration: none;
	color: #FFF;
	padding: 3px 12px;
	background-color: #4C3C35;
}

a.mbar1_sel:hover {
	text-decoration: none;
	color: #000;
	background-color: #2F1C15;
}

a.mbar_root:link, a.mbar_root:visited {
	text-decoration: none;
	color: #FFF;
	padding: 3px 12px;
}

a.mbar_root:hover {
	text-decoration: none;
	color: #000;
	background-color: #2F1C15;
}

/* 分類 */
h2.cat_name {
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: 0.075em;
	color: #2F1C15;
	border-left: 10px #2F1C15 solid;
	border-right: 10px #2F1C15 solid;
	padding: 6px 20px 0;
	margin: 15px 0;
	line-height: 0.75em;
	float: left;
}

div.cat_path {
	float: right;
	font-size: 0.75em;
	letter-spacing: 0.075em;
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,"ＭＳ Ｐゴシック",sans-serif;
	padding-right: 10px;
	text-align: left;
	margin-top: 18px;
}

/* ボディ */
table#body {
	width: 800px;
	border: none;
	clear: both;
}

/* イメージ */
div.topimg {
	margin: 15px 0;
}

/* インフォメーション */
div.info_title {
	padding-bottom: 6px;
	margin: 0 25px 0 15px;
	border-bottom: 1px #2F1C15 solid;
}

div.info_text {
	font-size: 0.8em;
	line-height: 2em;
	margin-right: 25px;
}

div.info_text ul {
	margin: 0 0 0 1em;
	padding: 0;
}

div.info_text li {
	border-bottom: 1px #2F1C15 dotted;
	list-style: none;
	text-indent: 1em;
}

/* 今日のブログ */
div.blog_area {
	margin: 30px 15px 15px 0;
	background-color: #9C8D85;
	padding-top: 5px;
	padding-bottom: 5px;
	zoom: 100%; /*IE6*/
	overflow: auto; /*IE7 and Firefox*/
}

h3.blog_title {
	font-size: 0.875em;
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #2F1C15;
	margin: 0 10px 10px;
	border-bottom: 1px #2F1C15 solid;
	text-indent: 3px;
	line-height: 2em;
	clear: both;
}

div.article_blogimage {
	float: left;
	margin-right:15px;
	border: none;
	width: 125px;
	padding: 0 0 0 20px;
}

div.blog_text {
	float: right;
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5em;
	margin: 0 0 10px;
	width: 550px;
}

div.blog_text p {
	margin: 0;
}

/* 記事 */
h3.article_title {
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: 0.0125em;
	border-bottom: 1px #2F1C15 solid;
	margin: 0 20px 0 15px;
	clear: both;
}

h3.article_title a:link, h3.article_title a:visited {
	text-decoration: none;
	color: #2F1C15;
}

h3.article_title a:hover {
	text-decoration: none;
	color: #2F1C15;
	background-color: #9C8D85;
}

div.article_text {
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,"ＭＳ Ｐゴシック",sans-serif;
	margin: 20px 30px 15px 25px;
}

div.article_text p {
	margin: 0;
}

div.article_image {
	float: left;
	margin-right:15px;
	border: none;
}

/* ページ送り */
div.page_feed {
	clear: both;
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 0.125em;
	font-size: 0.75em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

/* サイドメニュー*/
div.sbar {
	text-align: left;
	line-height: 2em;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3",meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

div.sbar_cat {
	font-size: 0.8em;
	letter-spacing: 0.125em;
	font-weight: bold;
	padding-left: 10px;
	border-right: 4px #2F1C15 solid;
	border-left: 10px #2F1C15 solid;
	background-color: #DED9D6;
}

a.sbar_cat:link, a.sbar_cat:visited {
	text-decoration: none;
	color: #2D2D2D;
}

a.sbar_cat:hover {
	text-decoration: none;
	color: #FF9142;
	background-color: #C5C9BA;
}

div.sbar2 {
	font-size: 0.8em;
	line-height: 2.5em;
	letter-spacing: 0.125em;
	font-weight: normal;
	padding-left: 10px;
	color: #2F1C15;
	text-indent: 10px;
}

a.sbar2:link, a.sbar2:visited {
	color: #2F1C15;
	text-decoration: none;
}

a.sbar2:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #2F1C15;
}

a.sbar2_sel:link, a.sbar2_sel:visited { 
	color: #2F1C15;
	text-decoration: none;
}

a.sbar2_sel:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #2F1C15;
}

div.sidemenu {
	border-bottom: 1px #2F1C15 dotted;
	padding-left: 3px;
}

/* バナー */
div.banner {
	margin-top: 4px;
	margin-bottom: 10px;
}

div.banner p {
	margin: 0;
}

/* ＱＲコード */
div.qrcode {
	font-size: 0.75em;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 2px #2F1C15 dotted;
	border-bottom: 2px #2F1C15 dotted;
	padding-top: 8px;
	padding-bottom: 8px;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
}

div.qrcode img {
	float: left;
	margin-right: 6px;
}

/* フッター */
div.footer {
	clear: both;
	font-size: 0.8em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	letter-spacing: 0.125em;
	line-height: 1.75em;
	border-top: 1px #2F1C15 solid;
	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-size: 0.75em;
	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;
}
/* 画像ズームLightBoxはここまで */