body {
	background:#E1E1E1;
	margin:0;
	padding:0;
	text-align:center;
}

body#tinymce {
	background:#FFF;
	margin:0;
	padding:4px;
	text-align:left;
}

table {
	font-size:1em;
}

/* ラップ */
div#wrapper {
	width:820px;
	text-align:left;
	margin:0 auto;
	background:#FFF;
	padding-bottom:6px;
	border-left:1px #959885 solid;
	border-bottom:1px #757865 solid;
	border-right:1px #757865 solid;
}

/* ヘッダー */
table.header {
	width:800px;
	height:110px;
	font-size:0.75em;
	background:url("./images/7-1.gif") no-repeat;
}

table.header h1 {
	margin-left:125px;
	margin-top:32px;
}

/* ボディ */
table.body {
	width:800px;
	clear:both;
}

/* ブルーバー */
td.blue_bar {
	background-color:blue;
	height:10px;
}

/* トップイメージ */
div.top_img {
	margin:10px 0 10px 10px;
	width:610px;
}

div.top_img p {
	margin:0;
}

/* 新着情報 */
div.new {
	background-color:#FFF;
	width:281px;
	height:250px;
	font-size:0.875em;
	line-height:1.25em;
	overflow-y: auto; 
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	border-bottom:2px #999 solid;
	border-right:2px #999 solid;
}

div.new p {
	margin:0;
}

div.info_out {
	font-size:0.875em;
	line-height:1.5em;
	width:292px;
	background-color:#FAFAD2;
	height:250px;
	overflow-y: auto; 
}

div.info_in {
	margin:10px;
}

/* メニュー */
td.menu {
	width:180px;
	vertical-align:top;
	background-color:#D5E0FE;
	padding-bottom:15px;
}

div.dep1 {
	margin-left:10px;
	margin-right:10px;
	line-height:35px;
	text-indent:16px;
	padding-top:3px;
	border-bottom:1px #0066CC dotted;
	font-size:0.875em;
	font-family:monospace;
	background:url("images/7-4.gif") no-repeat left 50%;
	color:blue;
}

div.dep1 a:link, div.dep1 a:visited {
	text-decoration:none;
	color:blue;
}

div.dep1 a:hover {
	color:red;
}

div.dep2 {
	margin-left:10px;
	margin-right:10px;
	line-height:35px;
	text-indent:22px;
	padding-top:3px;
	border-bottom:1px #0066CC dotted;
	font-size:0.875em;
	font-family:monospace;
	background:url("images/7-8.gif") no-repeat 10px 50%;
	color:blue;
}

div.dep2 a:link, div.dep2 a:visited {
	text-decoration:none;
	color:#6A6AFF;
}

div.dep1 a:hover {
	color:red;
}

div.qrcode {
	font-size:0.75em;
	line-height:1.5em;
	margin:15px 10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px #FFF solid;
	border-bottom:1px #FFF solid;
}

div.qrcode img {
	float:left;
	margin-right:6px;
}

/* 記事側セル */
td.article {
	width:620px;
	vertical-align:top;
}

/* 分類タイトル */
div.cat_name {
	margin-left:10px;
	background:url("images/7-6.jpg") no-repeat;
	text-indent:20px;
	line-height:30px;
	margin-top:10px;
}

div.cat_name h2 {
	font-size:1em;
	color:#0000FF;
}

/* 記事 */
div.article_space {
	margin:15px;
}

div.article_title {
	font-size:1em;
	font-weight:bold;
	line-height:1.75em;
	border-left:6px green solid;
	text-indent:8px;
	color:green;
}

div.article_title a:link, div.article_title a:visited {
	color:green;
	text-decoration: none;
}

div.article_text {
	font-size:0.875em;
	line-height:1.5em;
	margin-left:10px;
	margin-right:10px;
}

div.article_footer {
	font-size:0.75em;
	text-align:right;
	padding-right:5px;
	border-top:1px green solid;
	line-height:1.75em;
	margin-bottom:15px;
}

/* ページ送り */
div.page_feed {
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 0.125em;
	font-size:0.75em;
	line-height:2em;
}

/* フッター */
div.footer {
	font-size:0.75em;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:0.075em;
	text-align:center;
	line-height:1.75em;
	border-top:1px blue solid;
	border-bottom:1px blue solid;
	margin:15px 10px 10px;
}

/* 画像ズーム 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;
	font-size: 12px;
}

#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;
}