body {
	background:#E3D8D9;
	margin:0;
	padding:0;
	text-align:center;
}

body#tinymce {
	background-color:#FFF;
	text-align:left;
}

table {
	font-size:1em;
}

table.meeting {
	line-height:1.5em;
	margin-top:10px;
	margin-bottom:10px;
}

div#wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
	border-bottom:1px #666 solid;
	border-left:1px #CCC solid;
	border-right:1px #666 solid;
}

/* ヘッダー */
div#header {
	width:800px;
	background:#421C52;
	color:#FFF;
}

div#header a:link, div#header a:visited {
	color:#FFF;
	text-decoration:none;
}

div#header a:hover {
	color:#CCC;
}

/* ログイン */
td.login {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:0.75em;
	letter-spacing:0.125em;
	color:#FFF;
}

/* トップイメージ */
div.topimg {
	margin:0;
	border-bottom:1px #732C7B solid;
}

/* コンテンツ */
table.content {
	margin-top:10px;
	margin-bottom:10px;
	width:800px;
}

/* メニューペイン */
td.menu_pane {
	width:195px;
}

/* メインメニュー */
div.dep1 {
	background:transparent url(images/1-4.gif) no-repeat scroll left top;
	border-bottom:2px solid #FFFFFF;
	color:#FFFFFF;
	font-family:monospace;
	font-size:0.75em;
	font-weight:bold;
	line-height:32px;
	margin-left:10px;
	padding-left:18px;
}

div.dep1 a:link, div.dep1 a:visited {
	color:#FFF;
	text-decoration:none;
}

div.dep1 a:hover {
	color:red;
}

div.dep2 {
	font-size:0.75em;
	font-weight:normal;
	text-indent:16px;
	line-height:2.25em;
	font-family:monospace;
	margin-left:10px;
	background:#E3D8D9 url("./images/1-5.gif") no-repeat 6px 50%;
	border-bottom:2px #FFF solid;
	width:170px;
}

div.dep2 a:link, div.dep2 a:visited {
	color:#333;
	text-decoration:none;
}

div.dep2 a:hover {
	color:red;
}

/* トップ記事ペイン */
td.article_pane_top {
	width:420px;
}

/* インフォメーション */
div.info {
	border-bottom:1px #732C7B solid;
	width:405px;
}

div.info_text {
	font-size:0.75em;
	line-height:1.75em;
	margin:0 10px 6px;
	padding-top:6px;
	font-family:monospace;
}

div.info_text p {
	margin-top:0;
	margin-bottom:0;
}

/* トップ記事 */
h3.article_toptitle {
	font-size:0.875em;
	line-height:1.5em;
	letter-spacing:0.075em;
	text-indent:16px;
	border-bottom:1px #BDAEC6 solid;
	color:#421C52;
	font-weight:bold;
	margin:20px 15px 10px 0;
	background:url("./images/1-12.gif") no-repeat;
}

div.article_toptext {
	font-size:0.75em;
	line-height:1.5em;
	margin:10px 25px 10px 10px;
}

div.article_toptext p {
	margin:0;
}

/* トップ以外の記事ペイン */
td.article_pane {
	width:605px;
}

div.article_area {
	margin-right:15px;
}

/* 分類タイトル */
h2.cat_name {
	font-weight:bold;
	color:#BDAEC6;
	background:#732C7B url("./images/1-11.jpg") no-repeat;
	text-indent:100px;
	line-height:75px;
	margin:0;
	width:800px;
}

h3.article_title {
	font-size:0.875em;
	line-height:1.5em;
	letter-spacing:0.075em;
	text-indent:16px;
	border-bottom:1px #BDAEC6 solid;
	color:#421C52;
	font-weight:bold;
	margin:0;
	background:url("./images/1-12.gif") no-repeat;
}

div.article_text {
	font-size:0.75em;
	line-height:1.75em;
	margin:0 10px 10px;
}

div.article_footer {
	border-top:1px #BDAEC6 solid;
	padding-top:3px;
	padding-bottom:15px;
	font-size:0.75em;
	text-align:right;
	letter-spacing:0.075em;
	font-family:Tahoma, Geneva, sans-serif;
	clear:both;
	both:clear;
}

/* バナーペイン */
td.banner_pane {
	width:175px;
	background-color:#F1ECE6;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

div.banner {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

/* ページ送り */
div.page_feed {
	text-align:center;
	padding-bottom:15px;
	letter-spacing:0.125em;
}

/* コメント */
div#comment_area {
	font-size:0.75em;
	margin:20px;
	width:540px;
}

div#comment_area h2 {
	font-size:1.25em;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	border-bottom:1px #666 solid;
	color:#666;
}

div.comment_title {
	background-color:#CCC;
	padding:5px;
	width:540px;
	margin-top:20px;
}

div.comment_text {
	line-height:1.5em;
	margin:6px 10px 15px;
}

div#comment_area table {
	font-size:1em;
}

div#comment_area input {
	border:1px #666 solid;
}

div#comment_area textarea {
	border:1px #666 solid;
	font-size:1em;
}

td.form_title {
	color:#666;
}

/* フッター */
div#footer {
	clear:both;
	background-color:#BDAEC6;
	width:800px;
	color:#000;
}

div.footer {
	font-size:0.75em;
	line-height:1.25em;
	font-family:monospace;
	margin-left:15px;
	margin-right:15px;
	padding-top:10px;
	padding-bottom:8px;
}

div.footer img {
	float:right;
}

div.copyright {
	border-top:1px #CCC solid;
	width:680px;
	padding-top:4px;
	margin-top:6px;
	margin-bottom:5px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

/* 画像ズーム 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;
}
