@charset "Shift_JIS";
/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
}
html, body {
	padding: 0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
table, caption, th, td {
	padding: 0;
	margin: 0;
	border: 1;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: inherit;
}
p {
	line-height: 1.4;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
br {
	letter-spacing: normal;
}
/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*bodyのスタイル*/
body {
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	font-size: small;
}
/*containerのスタイル*/
div#container {
	width: 750px;
	padding: 0 10px;
	margin: auto;
	display: block;
}

/*--------------------------------------------------------------------
 ヘッダ
--------------------------------------------------------------------*/
div#header {
	display: block;
}
div#header:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}
div#lang {
	text-align: right;  
}
div#lang a {
	text-decoration: underline;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
}
div#header h1.top_title {
	float:left;
	width: 750px;
	height: 413px;
	text-indent:-9999px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
}
div#header h1.contents_title {
	float:left;
	width: 750px;
	height: 75px;
	text-indent:-9999px;
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------------
トップメニュー
--------------------------------------------------------------------*/
div#navi {
	float:left;
	width:750px;
	height:35px;
	margin:0;
	padding:0;
	display: block;
}
/* 01 */
div#navi li.navi01 {
	float:left;
	width:110px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/top_menu1.gif) no-repeat;
}
div#navi li.navi01 a {
	width:110px;
	height:35px;
	display:block;
}
div#navi li.navi01 a:hover {
	background: url(../images/top_menu1_.gif) no-repeat;
}
/* 02 */
div#navi li.navi02 {
	float:left;
	width:111px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/top_menu2.gif) no-repeat;
}
div#navi li.navi02 a {
	width:111px;
	height:35px;
	display:block;
}
div#navi li.navi02 a:hover {
	background: url(../images/top_menu2_.gif) no-repeat;
}
/* 03 */
div#navi li.navi03 {
	float:left;
	width:112px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/top_menu3.gif) no-repeat;
}
div#navi li.navi03 a {
	width:112px;
	height:35px;
	display:block;
}
div#navi li.navi03 a:hover {
	background: url(../images/top_menu3_.gif) no-repeat;
}
/* 04 */
div#navi li.navi04 {
	float:left;
	width:112px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/top_menu4.gif) no-repeat;
}
div#navi li.navi04 a {
	width:112px;
	height:35px;
	display:block;
}
div#navi li.navi04 a:hover {
	background: url(../images/top_menu4_.gif) no-repeat;
}
/* 05 */
div#navi li.navi05 {
	float:left;
	width:112px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/top_menu5.gif) no-repeat;
}
div#navi li.navi05 a {
	width:112px;
	height:35px;
	display:block;
}
div#navi li.navi05 a:hover {
	background: url(../images/top_menu5_.gif) no-repeat;
}
/* 06 */
div#navi li.navi06 {
	float:left;
	width:193px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/top_menu99.gif) no-repeat;
}
div#navi li.navi06 a {
	width:193px;
	height:35px;
	display:block;
}
div#navi li.navi06 a:hover {
	background: url(../images/top_menu99_.gif) no-repeat;
}

/*--------------------------------------------------------------------
  ラッパー
--------------------------------------------------------------------*/
div#wraper {
	float:left;
	width: 750px;
	background-color: #363A3B;
}
div#wraper_end {
 clear: both;
}

/*--------------------------------------------------------------------
  パンくずリスト
--------------------------------------------------------------------*/
div#pan {
	float:left;
	height: 15px;
	width:750px;
	background-color: #B5ACAC;
}

/*--------------------------------------------------------------------
  左サイドメニュー
--------------------------------------------------------------------*/
div#lnavi {
	float:left;
	width:133px;
	margin:0;
	padding:0;
	display: block;
}
div#lnavi ul{
	list-style-type: none;
}

/* 1階層目 */
/* 01 */
div#lnavi li.lnavi01 {             width:133; height:26px; text-indent:-9999px; background: url(../images/side_menu1.gif)  no-repeat; } 
div#lnavi li.lnavi01 a {           width:133; height:26px; display:block; }
div#lnavi li.lnavi01 a:hover {                                                  background: url(../images/side_menu1_.gif) no-repeat; }
/* 02 */
div#lnavi li.lnavi02 {             width:133; height:26px; text-indent:-9999px; background: url(../images/side_menu2.gif)  no-repeat; } 
div#lnavi li.lnavi02 a {           width:133; height:26px; display:block; }
div#lnavi li.lnavi02 a:hover {                                                  background: url(../images/side_menu2_.gif) no-repeat; }
/* 03 */
div#lnavi li.lnavi03 {             width:133; height:26px; text-indent:-9999px; background: url(../images/side_menu3.gif)  no-repeat; } 
div#lnavi li.lnavi03 a {           width:133; height:26px; display:block; }
div#lnavi li.lnavi03 a:hover {                                                  background: url(../images/side_menu3_.gif) no-repeat; }
/* 04 */
div#lnavi li.lnavi04 {             width:133; height:26px; text-indent:-9999px; background: url(../images/side_menu4.gif)  no-repeat; } 
div#lnavi li.lnavi04 a {           width:133; height:26px; display:block; }
div#lnavi li.lnavi04 a:hover {                                                  background: url(../images/side_menu4_.gif) no-repeat; }
/* 05 */
div#lnavi li.lnavi05 {             width:133; height:26px; text-indent:-9999px; background: url(../images/side_menu5.gif)  no-repeat; } 
div#lnavi li.lnavi05 a {           width:133; height:26px; display:block; }
div#lnavi li.lnavi05 a:hover {                                                  background: url(../images/side_menu5_.gif) no-repeat; }
/* 06 */
div#lnavi li.lnavi06 {             width:133; height:26px; text-indent:-9999px; background: url(../images/side_menu6.gif)  no-repeat; } 
div#lnavi li.lnavi06 a {           width:133; height:26px; display:block; }
div#lnavi li.lnavi06 a:hover {                                                  background: url(../images/side_menu6_.gif) no-repeat; }
/* 07 */
div#lnavi li.lnavi07 {             width:133; height:26px; text-indent:-9999px; background: url(../images/side_menu7.gif)  no-repeat; } 
div#lnavi li.lnavi07 a {           width:133; height:26px; display:block; }
div#lnavi li.lnavi07 a:hover {                                                  background: url(../images/side_menu7_.gif) no-repeat; }
/* dummy */
div#lnavi li.dummy {             float: left; width:133;  } 

/* 2階層目 */
/* 11 */
div#lnavi li.lnavi11 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu1.gif)  no-repeat; } 
div#lnavi li.lnavi11 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi11 a:hover {                                                  background: url(../images/side2_menu1_.gif) no-repeat; }
/* 12 */
div#lnavi li.lnavi12 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu2.gif)  no-repeat; } 
div#lnavi li.lnavi12 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi12 a:hover {                                                  background: url(../images/side2_menu2_.gif) no-repeat; }
/* 13 */
div#lnavi li.lnavi13 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu3.gif)  no-repeat; } 
div#lnavi li.lnavi13 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi13 a:hover {                                                  background: url(../images/side2_menu3_.gif) no-repeat; }
/* 14 */
div#lnavi li.lnavi14 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu4.gif)  no-repeat; } 
div#lnavi li.lnavi14 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi14 a:hover {                                                  background: url(../images/side2_menu4_.gif) no-repeat; }
/* 15 */
div#lnavi li.lnavi15 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu5.gif)  no-repeat; } 
div#lnavi li.lnavi15 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi15 a:hover {                                                  background: url(../images/side2_menu5_.gif) no-repeat; }
/* 16 */
div#lnavi li.lnavi16 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu6.gif)  no-repeat; } 
div#lnavi li.lnavi16 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi16 a:hover {                                                  background: url(../images/side2_menu6_.gif) no-repeat; }
/* 17 */
div#lnavi li.lnavi17 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu7.gif)  no-repeat; } 
div#lnavi li.lnavi17 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi17 a:hover {                                                  background: url(../images/side2_menu7_.gif) no-repeat; }
/* 18 */
div#lnavi li.lnavi18 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu8.gif)  no-repeat; } 
div#lnavi li.lnavi18 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi18 a:hover {                                                  background: url(../images/side2_menu8_.gif) no-repeat; }
/* 19 */
div#lnavi li.lnavi19 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu9.gif)  no-repeat; } 
div#lnavi li.lnavi19 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi19 a:hover {                                                  background: url(../images/side2_menu9_.gif) no-repeat; }
/* 20 */
div#lnavi li.lnavi20 {             width:133; height:15x; text-indent:-9999px; background: url(../images/side2_menu10.gif)  no-repeat; } 
div#lnavi li.lnavi20 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi20 a:hover {                                                  background: url(../images/side2_menu10_.gif) no-repeat; }
/* 21 */
div#lnavi li.lnavi21 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu11.gif)  no-repeat; } 
div#lnavi li.lnavi21 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi21 a:hover {                                                  background: url(../images/side2_menu11_.gif) no-repeat; }
/* 22 */
div#lnavi li.lnavi22 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu12.gif)  no-repeat; } 
div#lnavi li.lnavi22 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi22 a:hover {                                                  background: url(../images/side2_menu12_.gif) no-repeat; }
/* 23 */
div#lnavi li.lnavi23 {             width:133; height:14px; text-indent:-9999px; background: url(../images/side2_menu13.gif)  no-repeat; } 
div#lnavi li.lnavi23 a {           width:133; height:14px; display:block; }
div#lnavi li.lnavi23 a:hover {                                                  background: url(../images/side2_menu13_.gif) no-repeat; }

/* ---------------------------------------------------------------- *
	メイン
* ---------------------------------------------------------------- */
/*main*/
div#main {
	float: right;
	width: 617px;
	background-color: #FFF;
}

/*--------------------------------------------------------------------
  お知らせ・日記
--------------------------------------------------------------------*/
div#osirase {
	float:left;
	width:385px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div #osirase div#osiraseul li{
	list-style-type: circle;
	margin-left: 15px;
	padding-right: 15px;
	color: #666666;
	font-size: 13px;
	line-height: 150%;
}

div#osirase h2 {
	font-size: 16px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 380px;
	font-weight: bold;
	text-indent: 2em;
	line-height: 200%;
	letter-spacing: 7px;
	margin-top: 25px;
	margin-bottom: 15px;
}
div#osirase li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}
div#osirase strong {
	clear:both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	background-image: url(../images/index1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	line-height: 200%;
	margin-left: 7px;
	color: #333333;
	font-size: 14px;
	font-weight: 900;
	width: 360px;
	display: block;
}
div#osirase span {
	color: #03C;
	margin-left: 5px;
}

div#osirase p {
	color: #666666;
	font-size: 13px;
	margin-left: 15px;
	line-height: 20px;
}

div#osirase img {
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*--------------------------------------------------------------------
  右サイドメニュー
--------------------------------------------------------------------*/
div#right_menu {
	float:right;
	width:200px;
	margin-top: 15px;
}
div#rmenu2 {
	float:left;
	background-image: url(../images/top_banner2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 154px;
	width: 195px;
	margin-top: 15px;
}
div#rmenu2 h2{
  text-indent:-9999px;
}
div#rmenu2 a{
	text-decoration: none;
	display: block;
	margin-top: 33px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 160%;
	color: #333;
}

div#rmenu3 {
	float:left;
	background-image: url(../images/top_banner3.gif);
	background-repeat: no-repeat;
	display: block;
	height: 154px;
	width: 195px;
	margin-top: 15px;
}
div#rmenu3 h2{
  text-indent:-9999px;
}
div#rmenu3 a{
	text-align:center;
	text-decoration: none;
	display: block;
	margin-top: 23px;
	margin-right: 10px;
	margin-left: 20px;
	line-height: 160%;
	color: #333;
}
div#rmenu3 p{
	text-align:center;
	display: block;
	margin-right: 10px;
	margin-left: 20px;
	color: #333;
}


/* トップへ戻るボタン */
div #reterntop {
	float: right;
	width: 700px;
	padding: 0px 20px 10px 0px;
	background-color: #FFFFFF;
	text-align: right;
}

/* ---------------------------------------------------------------- *
	フッタ
* ---------------------------------------------------------------- */
div#footer {
	float: left;
	height: 30px;
	width: 750px;
	display: block;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #b5acac;
}
div#footer div.footer01 {
	float: left;
	height: 25px;
	display: block;
	margin-top: 8px;
	margin-left: 15px;
}
div#footer div.footer02 {
	height: 30px;
	float: right;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
}

div #footer div.footer01 a {
	text-decoration: underline;
	color: #333;
}

/* ---------------------------------------------------------------- *
	ページめくり
* ---------------------------------------------------------------- */
div #pagenavi {
	float: left;
	width:100%;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
div #pagenavi a {
 padding: 0 5px;
 border: 1px solid #cccccc;
 text-decoration: none;
 color: #000066;
}
div #pagenavi a:visited{
 padding: 0 5px;
 border: 1px solid #cccccc;
 text-decoration: none;
 color: #000066;
}
div #pagenavi b{
 padding: 0 5px;
 border: 1px solid #cccccc;
 text-decoration: none;
 color: #000066;
 background-color: #dae0e6;
}

/* ---------------------------------------------------------------- *
	デフォルトコンテンツページ(定義していなページ)
* ---------------------------------------------------------------- */
div#contents {
	float: left;
	width: 597px;
	padding: 10px;
	background-color: #FFF;
	display: block;
	font-size: 13px;
}
div#contents h2 {
	color: #333333;
	font-size: 16px;
	background-image: url(../images/title2.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	height: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
div#contents li {
	list-style-image: url(../images/index1.gif);
	border-bottom: 1px dotted #666;
	padding-top: 10px;
	padding-left: 5px;
	height: 25px;
}
div#contents P {
	padding-right: 25px;
	font-size: 13px;
	line-height: 28px;
	padding-left: 20px;
	padding-top: 0px;
	text-indent: 1em;
	padding-bottom: 10px;
}

div#contents span.C_Blue {
	color: #3060C0;
}
div#contents span.C_Blue_Bold {
	color: #3060C0;
	font-weight: bold;
}
div#contents span.C_Red {
	color: #FF0000;
}
div#contents span.OfunaBold {
	font-weight: bold;
}
div#contents span.OfunaP {
	font-size: 13px;
	font-size: 13px;
}
div#contents span.Footer {
	font-size: 13px;
}
div#contents #f_left {
  float: left;
  margin-right:20px;
  margin-bottom: 10px;
}
div#contents #f_right {
  float: right;
  margin-right:10px;
  margin-left:10px;
  margin-bottom: 10px;
}
div#contents #f_table_center {
 margin-left: auto;
 margin-right: auto;
}
div#contents .GyoujiTitle {
	color: #333333;
	font-size: 13px;
	font-weight: 900;
	background-image: url(../images/index1.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-position: left center;
	border-bottom: 1px dotted #666;
	width: 560px;
	padding: 0px;
}
/* 行事案内 -*/
div#contents div#p_all_borld {
	background-image: url(../images/p_back.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 550px;
	padding-left: 0px;
	margin-left: 20px;
}


/* ---------------------------------------------------------------- *
	トピックス一覧ページ
* ---------------------------------------------------------------- */
div#mt2_index {
	width: 680px;
	padding: 0px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 200%;
	font-size: 12px;
}
div#mt2_index dl {
	display: block;
	width: 670px;
	height: 70px;
	clear: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
div#mt2_index dt {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	border-left-style: solid;
	border-left-color: #060;
	text-indent: 1em;
	border-left-width: 20px;
	display: block;
	height: 20px;
	line-height: 22px;
}
div#mt2_index dd {
	margin-left: 20px;
	margin-right: 50px;
}
div#mt2_index img {
	float:left;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 10px;
}
div#mt2_index p {
	line-height: 200%;
	font-size: 11pt;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}
div#mt2_index a {
	text-decoration: none;
}
div#mt2_index .news-even {
	background-color: #EFF7D6;
}

/* ---------------------------------------------------------------- *
	トピックスエントリーページ
* ---------------------------------------------------------------- */
div#mta_index {
	float: left;
	width: 680px;
	padding: 0px 10px 10px 10px;
	line-height: 150%;
	display: block;
}
div#mta_index div#entrybody {
	width: 665px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 15px;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
div#mta_index h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	border-left-style: solid;
	border-left-color: #060;
	text-indent: 1em;
	border-left-width: 20px;
	display: block;
	height: 20px;
	line-height: 22px;
	margin-bottom: 20px;
}
div#mta_index div #entryinfo {
	text-align: right;
}


/* ---------------------------------------------------------------- *
	プライバシーポリシー
* ---------------------------------------------------------------- */
	div#privacy {
	float: left;
	width: 680px;
	padding: 0px 10px 10px 10px;
	line-height: 150%;
	display: block;
	/*	background-image: url(../images/bg_side01.jpg);
 */
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#privacy_textbox {
	width: 665px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
div#privacy_textbox01 {
	width: 665px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
div#privacy_textbox01 h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #008E47;
}


/* ---------------------------------------------------------------- *
	lightview
* ---------------------------------------------------------------- */
#lightview * { margin: 0; padding: 0; }
#lightview {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 100px;
	width: 100px;
	margin: -50px 0 0 -50px;
}

#lightview ul li { list-style-type: none; }
#lightview .container { position: relative; width: 100%; height: 100%; }
#lightview .button { cursor: pointer; text-decoration: none; border: none; }

#lightview .sideButtons {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
	clear: both;
	width: 100%;
	height: 22px;
}

#lightview .sideButtons .prev { float: left; }
#lightview .sideButtons .next { float: right; }
#lightview .side { position: relative; overflow: hidden; }
#lightview .side .wrapper { width: 100%; height: 100%; }
#lightview .side .button { float: left; }

#lightview .frames { width: 100%; height: 100%; }
#lightview .frames .frame {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
#lightview .frames .top { top: 0; }
#lightview .frames .bottom { bottom: 0; }

#lightview .liquid { position: relative; float: left; width: 100%; overflow: hidden; clear: both; }
#lightview .liquid .filler { position: absolute; height: 100%; width: 2px; top: 0; left: 50%; }

#lightview .half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
#lightview .half .corner { float: left; height: 10px; width: 10px; }
#lightview .tr, #lightview .br { float: right; }

#lightview .fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#lightview .container .wrap { float: left; position: relative; width: 50%; height: 100%; overflow: hidden; }
#lightview .container .right .wrap { float: right; }

#lightview .corner { position: relative; }
#lightview .left .corner { float: left; }
#lightview .right .corner { position: relative; float: right; }

#lightview .center { position: relative; clear: both; height: 100%; overflow: hidden; }
#lightview .wrapup { position: absolute; left: 0; height: 100%; width: 100%; overflow: hidden; }
#lightview .wrapdown { position: relative; height: 100%; width: 100%; overflow: hidden; }
#lightview .wrapcenter { position: relative; }

#lightview .loading {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
}
#lightview .loading .button {
	float: left;
	height: 100%;
	width: 100%;
}

#lightview .imageWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
#lightview .imageWrapper img { position: relative; float: left; }

#lightview .imageWrapper .prevnext { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
#lightview .imageWrapper .prevnext .button { position: relative; height: 100%; width: 49%; display: block; }
#lightview .imageWrapper .prev { float: left; }
#lightview .imageWrapper .next { float: right; }

#lightview .dataContainer {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #808080;
}

#lightview .close,
#lightview .data { margin-top: 6px; }
#lightview .close { float: right; overflow: hidden; }
#lightview .close .button {	float: right; width: 100%; height: 100%; }

#lightview .data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}
#lightview .imgText div, #lightview .imgNumber div { margin-left: 3px; } /* simulates padding-left inside .data */

#lightview .data li { float: left; margin-top: 3px; }
#lightview .imgText { width: 100%; }
#lightview .imgText .title { font-weight: bold;}
#lightview .imgText .caption { clear: both; }
#lightview .imgNumber { color: #b8b8b8; margin-right: 5px; margin-top: 5px; }
#lightview .slideshow { border-left: 1px solid #efefef; padding-left: 5px; margin-top: 5px; }
#lightview .slideshow .button { /* play and stop */
	float: left;
	width: 43px;
	height: 13px;
	background-position: center left;
	background-repeat: no-repeat;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
}

#overlay .closeable {
	position: relative;
	height: 100%;
	width: 100%;
	background: #000; /* IE */
}

* html #lightview {
	position: absolute;
	margin-top: expression( -1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

* html #overlay { /* IE6 */
	position: absolute;
	height: expression((document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) > document.body.offsetHeight ? (document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) : document.body.offsetHeight + 'px');
	width: expression((document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) > document.body.offsetWidth ? (document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) : document.body.offsetWidth + 'px');
}

