body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #888888;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #6E83A4;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}

.drop {
	font-size:2em;
	float:left;
	margin-right:3px;
	line-height: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}	
p  {
	margin-top: 4px;
	margin-bottom: 4px;
	}


h3  {
	color: gray;
	font-size: 100%;
	font-family: "Trebuchet MS";
	font-weight: bold;
	line-height: 1.1em;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}
ul, ol, dl, dt, dd {
	position: static;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
em{
 font-size:11px;}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}


#container  {
	width: 950px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	/*padding: 0 10px 0 20px; */ /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 200px;
	background-image: url(img/sitetop.jpg);
	background-repeat: no-repeat;
} 

#mainContent  {
	float: left;
	width: 660px;
	padding-left: 30px;
} 


#panbox  {
	widows:660px;
	height:18px;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(img/panboxbg.png);
	background-repeat: no-repeat;
	}
#menubar {
	background-image:url(img/roundedmenubar.gif);
	padding: 3px;
	height: 36px;
	width: 660px;
	}
#mainContent h2{
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #999999;
	margin-bottom: 5px;
}

#mainContent blockquote {
font-size:90%;
	padding: 15px 15px;
	margin-bottom: 10px;
margin-top:10px;
margin-left:100px;
margin-right:100px;
	background-color: #EEE;
border-left-width:10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
font-style:italic;
}
#mainContent .date {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
#mainContent .text {
	margin-bottom: 19px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 110%;
}
#mainContent img {
background-color: #f6f6f6;
border: 2px solid #B6CAD2;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
border-style: solid;
}

#mainContent .pickupbox {
	height: 200px;
	margin-top: 19px;
	margin-bottom: 19px;
}
#mainContent .rfbox  {
	width:415px;
	padding:2px;
	float: right;
	height: 196px;
}
#mainContent  .pickupbox .text {
	background-color: #E1F0F2;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	height: 101px;
	line-height: 150%;
	font-size: 12px;
}

#mainContent ul{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight:bold;
	color: #999999;
	margin-top: 5px;
	list-style-position: inside;
list-style-type:square;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#mainContent li{
	font-size: 14px;
	font-weight:normal;
	color: #000000;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 1em;
}

	
#mainContent dl{
		margin-bottom: 19px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 110%;
	width: 99%;
	}
#mainContent dt{
	font-size:16px;
	font-weight:bold;
	line-height: 1.1em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #558888;
background-image: url(img/hbg.png);
	background-repeat: repeat-y;
	background-position: left;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #669999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
	
#mainContent dd{
	color:#666666;
	margin-bottom: 14px;
	margin-left: 1em;
	line-height: 130%;
	}

#mainContent .comment dl{
		margin-bottom: 19px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 110%;
	width: 99%;
	}
#mainContent .comment dt{
	font-size:13px;
	font-weight:bold;
	line-height: 1.1em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #558888;
background-image: none;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
	
#mainContent .comment dd{
	color:#666666;
	margin-bottom: 11px;
	margin-left: 1em;
	line-height: 150%;
	}

#mainContent .trackback dt{
	font-size:11px;
	font-weight:bold;
	line-height: 1.1em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #558888;
background-image: none;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#mainContent .trackback dd{
	font-size:10px;
	color:#666666;
	margin-bottom: 19px;
	margin-left: 1em;
	line-height: 150%;
	}

#mainContent ol {
	font-size:16px;
	font-weight:bold;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#mainContent ol li{
	font-weight:normal;
	font-size:14px;
	color: #666666;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: decimal;
}

#mainContent dl{
	margin:0px;
	padding:0px;
}
#mainContent dt{
	font-size:16px;
	font-weight:bold;
	line-height: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #558888;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
#mainContent dd{
	color:#666666;
	font-size:14px;
	margin-bottom: 15px;
	margin-left: 2em;
	line-height: 150%;
	}

#mainContent h4 {
	color: gray;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	line-height: 1.1em;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.pict_mb {
background-color: #f6f6f6;
border-width: 1px;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
border-style: solid;
border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
float: left;
clear: left;}


#mainContent  .pickupbox .link {
	background-color: #B6CAD2;
	margin-top: 5px;
	padding: 10px;
	text-align: center;
	font-size: 14px;

}
.raundedbox {
	background: url(img/roundedcornr_tl.png) no-repeat top left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContent .raundedbox img {
	border: 2px solid #B6CAD2;

}
.roundedbox_top {
	background: url(img/roundedcornr_tr.png) no-repeat top right;
}
.roundedbox_bottom {
	background: url(img/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedbox_bottom div {
	background: url(img/roundedcornr_br.png) no-repeat bottom right;
}
.roundedbox_content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B5C9D1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5C9D1;

}
.roundedbox_top, .roundedbox_bottom , 
.roundedbox_top div, .roundedbox_bottom div{
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedbox_content , .roundedbox_bottom {
	margin-top: -19px;
}
.roundedbox_content { padding: 0 15px; }

.profile_body
{margin-top:0px;
margin-bottom:19px;
line-height: 150%;
color:#777777;
}
.profile_body img
{margin-right:10px;
margin-bottom:10px;
}
.profile_body h3
{
font-weight:bold;
font-size:110%;
margin:0px;
padding:0px;
line-height: 150%;
}
.profile_body h4
{
font-size:100%;
font-weight:bold;
margin:0px;
padding:0px;
line-height: 150%;
}
div.page {
font-size : 12px;
text-align: center;
padding :0px;
margin:0px;
}
div.page a {
text-decoration: none;
}




.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#footer  {
	background-color: #DDDDDD;
	background-image: url(img/footer.jpg);
	height: 245px;
	width: 950px;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
} 
#footer  p  {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-indent: -9999px;
}

#footer em  {
	float:left;
	list-style:none;
	text-indent:-9999px;
}
#footer a {
	text-decoration:none;
	display:block;
	width: 196px;
	height: 26px;
	background-image:url(img/footerall.png);
	background-position:left top;
	}

.navbottom  {
	height: 26px;
	width: 588px;
	color: #CC66FF;
	margin-right: 181px;
	margin-left: 181px;
	padding-top: 15px;
}

#flist01 a  {
	background-position:0px -26px
}
#flist02 a  {
	background-position:-196px -26px
}
#flist03 a  {
	background-position:-392px -26px
}
#flist01 a:hover  {
	background-position:0px 0px
}
#flist02 a:hover  {
	background-position:-196px 0px
}
#flist03 a:hover  {
	background-position:-392px 0px
}
#header  h1  {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	text-indent: -9999px;
	padding: 0px;
}
#uty  {
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1px;
	top: 330px;
	width: 890px;
	height: 36px;
	z-index: auto;
}
.infobox  {
	background-color:#EEEEEE;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding: 3px;
	float: left;
	margin: 5px;
}
.serch  {
	font-size: 11px;
	float: right;
	height: 1%;
}
#menu  {
	display:block;
	height: 45px;
	width: 850px;
	padding-left: 100px;
	padding-bottom: 15px;
	}
#menu .block{
	height: 45px;
	width: 750px;
}
#menu em {
	float:left;
	list-style-type:none;
	text-indent:-9999px;
}
#menu a  {
	text-decoration:none;
	display:block;
	width:107px;
	height: 45px;
	background-image: url(img/menuall.gif);
	background-position:left top;
}
#menu a  {
	width:107px;
	height: 45px;
}
/*#list01 a  {
	background-position:0px 0px
}
#list02 a  {
	background-position:-107px 0px
}
#list03 a  {
	background-position:-214px 0px
}
#list04 a  {
		background-position:-321px 0px
		}
#list05 a  {
		background-position:-428px 0px
		}
#list06 a  {
		background-position:-535px 0px
		}
#list07 a  {
		background-position:-642px 0px
		}
#list01 a:hover  {
	background-position:0px 45px
}
#list02 a:hover  {
	background-position:-107px 45px
}
#list03 a:hover  {
	background-position:-214px 45px
}
#list04 a:hover  {
		background-position:-321px 45px
		}
#list05 a:hover  {
		background-position:-428px 45px
		}
#list06 a:hover  {
		background-position:-535px 45px
		}
#list07 a:hover  {
		background-position:-642px 45px
		}*/
#list01 a  {
	background-position:0px 45px
}
#list02 a  {
	background-position:-107px 45px
}
#list03 a  {
	background-position:-214px 45px
}
#list04 a  {
		background-position:-321px 45px
		}
#list05 a  {
		background-position:-428px 45px
		}
#list06 a  {
		background-position:-535px 45px
		}
#list07 a  {
		background-position:-642px 45px
		}
#list01 a:hover  {
	background-position:0px 0
}
#list02 a:hover  {
	background-position:-107px 0
}
#list03 a:hover  {
	background-position:-214px 0
}
#list04 a:hover  {
		background-position:-321px 0
		}
#list05 a:hover  {
		background-position:-428px 0
		}
#list06 a:hover  {
		background-position:-535px 0
		}
#list07 a:hover  {
		background-position:-642px 0
		}
.trackback h3{
margin:0px;
padding:0px;
font-size:10px;}
.link{
margin-top:0px;
margin-bottom:19px;
padding:0px;
font-size:10px;}

/* entry */
div.entry {
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック;
	margin-top: 19px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
div.entry div.entry_author  { font-size: 70%; text-align: left; margin: 0; padding: 2px 10px }
div.entry div.entry_author a {
text-decoration: none;
}
div.entry div.entry_body  { color: #445; font-size: 100%; line-height: 1.4em; margin: 0; padding: 5px 10px }
div.entry div.entry_more  { color: #445; font-size: 100%; line-height: 1.4em; margin: 0; padding: 5px 10px }
div.entry div.entry_state {
margin: 0px;
padding: 2px 10px 2px 10px;
font-size: 90%;
text-align: right;
}
div.entry div.entry_state a {
text-decoration: none;
}
div.entry div.entry_navi {
margin: 0px;
padding: 0px 10px 10px 10px;
font-size: 90%;
text-align: center;
}
div.entry div.entry_navi a {
text-decoration: none;
}
div.entry h6{
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 19px;
}

/* comment */
div.comment    { margin: 10px 0; padding: 0 10px 0 20px  }
div.comment form  { margin: 10px 0 10px 10px; padding: 0 }
div.comment form dl { font-size: 90%; font-family: inherit; }
div.comment form dl dt {
display: block;
clear: left;
float: left;
width: 8em;
margin: 0;
padding: 0;
font-family: Verdana, sans-serif, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック;
text-align: right;
}
div.comment form dl dt label#labelsubmit {
display: none;
}
div.comment form dl dd {
margin: 0px 0px 0px 8.5em;
padding: 0px;
}
div.comment dl.body  { font-size: 90%; font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック; line-height: 1.3em; margin: 0; padding: 10px 5px  }
div.comment dl.body dt    { color: #889; font-size: 90%; text-align: left; margin: 10px 0 0; padding: 0 0 0 6px; border-top: 1px dotted silver }
#sidebar1  {
	float: right;
	width: 220px;
	clear: both;
	padding-right: 30px;
}

#sidebar1 .accesslog img {
	border: 20px solid  #00ffff;}

#sidebar1 img {
	border: 2px solid #999999;
	margin-bottom:5px;
}

#sidebar1 h2  {
	font-size:0px;
	margin: 0px;
	padding: 0px;
	}
#sidebar1 h6 {
	font-size:11px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

#sidebar1 li  {
	margin: 0;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}
#sidebar1 dl   {
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック;
	margin: 5;
	padding: 5;
	list-style-type: none;
}
#sidebar1 dl dt    {
	margin: 0;
	border-top: 2px none #bbc;
	border-bottom: 2px none #bbc;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar1 dl dd     {
	margin: 0;
	padding: 0
}
#sidebar1 dl dd ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar1 dl dd ul li  {
	color: #668;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #dddddd;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}
#sidebar1 dl dd ul li a {
text-decoration: none;
}

#sidebar1 dl dd ul li li  { border-top: 1px dashed #dddddd; border-bottom: 0 none #fafaff }

#sidebar1 dl.extra dt {
display: none;
}
#sidebar1 dl.extra ul {
margin: 0px;
padding: 0px;
list-style: none;
text-align: center;
}
#sidebar1 dl.extra a {
text-decoration: none;
}
#sidebar1 dl.extra li {
	font-family: "Verdana", sans-serif;
	color: #668;
	border-bottom: 1px none #ccd;
	background-color: transparent;
	line-height: 1.3em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


/* calendar */
.calendar   { background-color: #ffffff;}
.calendar_month
{font-size:12px;}
.calendar dd   { text-align: center }
.calendar dd table  { margin: 0 auto; padding: 0; width: 190px; border-style: none; border-width: 0; border-color: #ccc #333 #333 #ccc }
.calendar dd table td.cell  { color: #bbc; font-size: 10px; font-family: Verdana, sans-serif; line-height: 170%; text-align: center; padding: 1px }
.calendar dd table td.weekday {
padding: 1px;
font-family: mono-space;
font-size: 10px;
line-height: 170%;
color: #bbc;
text-align: center;
}
.newsall  {
	width:220px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	}
.newstop {
	background-image:url(img/newstitle_top.png);
	height: 8px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	font-size: 1px;
	float: right;
}
.newsbottom {
	background-image:url(img/newstitle_bottom.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 220px;
	clear: right;
	float: right;
	text-indent: -9999px;
	font-size: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.tcenter{
	text-align: center;
	width: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.subtext{
	font-size:11px;
	line-height: 150%;
}
.bigtext{
	font-size:14px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}
.newsbox{
	width: 220px;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(img/newstitle_back.png);
}
.newstext  {
	background-color:#E3F0EB;
	width: 200px;
	margin: 0px;
	padding:10px;
	text-align: center;
}
.newstextbox  {
	background-color:#ffffff;
	width: 190px;
	color: #000000;
	text-align: left;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 14px;
	padding: 5px;
	margin: 0px;
	}
.newsdatabox  {
	background-color:#ADD1C1;
	width: 190px;
	color: #000000;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	padding: 5px;
	margin-top: 5px;
	}
.newslink  {
	background-color:#5BAEB8;
	text-align: center;
	padding-top: 5px;
	}
.newslink a {
	color:#CCFFFF;
	}
.newslink a:hover {
	color:#FFCC00;
	}
.lbline  {
	border-bottom-width: 3px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CC6666;
	border-left-color: #CC6666;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #777777;
	font-weight: bold;
}







.linkarrow {
	color: #FF0000;
	font-weight: bold;
}

#profilelist
{text-align: center;}

#calendarlist
{text-align: center;}
#newentrylist
{font-size:12px;}

#commentlist
{font-size:12px;}

#tblist
{font-size:12px;}

#lightbox{
	position: absolute;
	top: 40px;
	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(http://www.ogino-hitoshi.com/diary/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(http://www.ogino-hitoshi.com/diary/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.ogino-hitoshi.com/diary/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.pickbox {
font-size:90%;
	padding: 10px 10px;
	margin-bottom: 5px;
margin-top:5px;
margin-left:50px;
margin-right:50px;
	background-color: #ebf5f6;
border-left-width:10px;
	border-left-style: solid;
	border-left-color: #8ac8d0;
border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #8ac8d0;
}
