body {
	color: #333;
	margin: 0;
	background-color: #E3F2EC;
	text-align: center;
}

body#tinymce {
    margin: 0;
    padding: 0;
    background: #FFF;
    text-align: left;
    font-size: 1em;
    font-family: メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
    line-height: 1.5em;
}
body#tinymce td, th {
    font-size: 14px;
    font-family: メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
}
/* TinyMCEの画像の挿入/編集で枠線指定に対応させる */
#tinymce img { border-style: solid; border-width: 0; }
.article_text img { border-style: solid; border-width: 0; }

p {
	margin: 0;
	padding: 0;
}

/* ヘッダー */
div.header {
	width: 100%;
	background-color: #FFF;
}

/* 横メニュー */
div.menu_frame {
	background: transparent url(./images/bg_off.gif) repeat-x top left;
	width: 100%;
}

div.mbar1 {
	font-size: 0.75em;
	font-weight: normal;
	letter-spacing: 0.075em;
	position:relative;
	display:block;
	height:36px;
	background: transparent url(./images/bg_divider.gif) no-repeat top left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	text-transform:uppercase;
	border-bottom: 4px #336666 solid;
	border-top:	1px #C0E2D4 solid;
}

.mbar1 ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

.mbar1 ul li {
	display: block;
	float: left;
}

.mbar1 a:link {
	display: block;
	float: left;
	color: #874B46;
	text-decoration:none;
	padding: 12px 20px 0;
	height: 36px;
	background: transparent url(./images/bg_divider.gif) no-repeat top right;
}

.mbar1 a:visited {
	display: block;
	float: left;
	color: #874B46;
	text-decoration:none;
	padding: 12px 20px 0;
	height: 36px;
	background: transparent url(./images/bg_divider.gif) no-repeat top right;
}

.mbar1 a:hover {
	background: transparent url(./images/bg_over.gif) no-repeat;
}

div.swf {
	width: 800px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.inform_bg {
	background-color: lightgrey;
	width: 210px;
	height: 150px;
	top: 260px;
	left: 580px;
	position: absolute;
	z-index: 2;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

div.inform {
	font-size: 0.75em;
	line-height: 1.4;
	text-align: left;
	width: 194px;
	height: 134px;
	top: 268px;
	left: 588px;
	position: absolute;
	z-index: 3;
}

/* 記事枠 */
table.container {
	both: clear;
	width: 800px;
	height: 420px;
	background-color: #FFF;
	margin: 4px auto 0;
	border-bottom: 1px #C0E2D4 solid;
}

/* メニューサイド */
td.menuside {
	width: 170px;
	background-color: #E1D7A2;
}

/* サイドメニュー*/
div.sbar {
	text-align: left;
	line-height: 2.5em;
}

div.sbar_cat {
	font-size: 0.875em;
	letter-spacing: 0.125em;
	font-weight: bolder;
	padding-left: 15px;
	padding-top: 8px;
	background-color: #B79C1D;
}

a.sbar_cat:link {
	text-decoration: none;
	color: #FFF;
}

a.sbar_cat:visited {
	text-decoration: none;
	color: #FFF;
}

a.sbar_cat:hover {
	text-decoration: none;
	color: #EF454A;
}

div.sbar2 {
	font-size: 0.75em;
	line-height: 2.5em;
	letter-spacing: 0.125em;
	font-weight: normal;
	padding-left: 20px;
}

a.sbar2:link {
	color: #000;
	text-decoration: none;
}

a.sbar2:visited {
	text-decoration: none;
	color: #000;
}

a.sbar2:hover {
	text-decoration: none;
	color: #EF454A;
}

a.sbar2_sel:link { 
	color: #56350D;
	font-weight: bolder;
	text-decoration: none;
}

a.sbar2_sel:visited {
	text-decoration: none;
	color: #56350D;
	font-weight: bolder;
}

a.sbar2_sel:hover {
	text-decoration: none;
	color: #EF454A;
}

div.sidemenu {
	border-bottom: 1px #B79C1D dotted;
	padding-left: 3px;
}

/* 記事サイド */
td.articleside {
	width: 630px;
}

/* 記事 */
div.article_title {
	font-size: 0.875em;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-align: left;
	text-indent: 30px;
	font-family: 'ＭＳ Ｐ明朝','細明朝';
	color: #C3AD43;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(./images/title_bk.jpg) no-repeat;
	margin: 15px 20px 15px;
}


div.article_title a:link, div.article_title a:visited {
	color: #C3AD43;
	text-decoration: none;
}

div.article_comment {
	font-size: 0.75em;
	line-height: 175%;
	text-align: left;
	margin: 0px 50px 15px;
}

div.img {
	margin-top: 10px;
	text-align: center;
}

/* フッター */
#footer {
	both: clear;
	width: 100%;
	background: transparent url(./images/bg_off_bottom.gif) repeat-x;
	margin-top: 5px;
	padding: 6px;
}

td.footer {
	font-size: 0.75em;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	letter-spacing: 0.075em;
	line-height: 150%;
	color: #874B46;
}

/* バナー */
div.banner {
	text-align: center;
	margin-top: 5px;
}

/* テーブルカラーシミュレーター */
.tcs {
    background-color: #FFFFFF;
    clear: both;
    margin: 0 auto;
    width: 800px;
}
.tcs table {
    font-size: 0.8em;
    line-height: 1.3;
    margin: 4px 8px;
}

/* 画像ズーム 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;
}