@charset "UTF-8";
/*伊藤朗中小企業診断士事務所 webサイトのCSS*/
/* CSS Document */

/*[CSS設定項目]-----

01.全体的な設定
02.header
03.menu
04.container
05.contents
06.footer
*/

/*01.全体的な設定*/
* {
	margin : 0;
	padding : 0;
	color : #555555;
	font-size:9pt;
	font-style : normal;
	font-weight : normal;
	font-family :  Verdana, Helvetica, Arial, sans-serif, "Osaka", "Hiragino Kaku Gothic Pro", "lroSVbN";
	line-height : 150%;
	text-decoration : none;
}

body {
	height:100%;;
	width:100%;
	min-height:100%;
	min-width:950px;
	margin:0px;
	border:0px;
	padding:0px;
	background:url(../img/bg/body_bg.png) repeat-x top left #EEEEEE;
	text-align:center;/*IE6ハック*/
}

html{
	height:auto;
	min-width:950px;
	background-color:#EEEEEE;
	margin:0px;
	border:0px;
	padding:0px;
}

a, a img {
	outline:0;
	border:0;
}

a,a:link,a:visited {
	color:#84bd32;
	text-decoration:underline;
}

a:hover {
	color:#FF9900;
	text-decoration:none;
}

hr {
	clear:both;
	visibility:hidden;
	width:100%;
}
/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-table;
}

/*Hides from IE-mac*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/*END hides from IE-mac*/
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

/*layout*/
#wrap_header {
	position:relative;
	width:100%;
	height:125px;
	margin:0;
	padding:0px;
	text-align:center;
	overflow:hidden;
	background:url(../img/bg/wrap_bg.png) top center repeat-y;
}

* html #wrap_header {
	position:relative;
	width:100%;
	height:125px;
	margin:0;
	padding:0px;
	text-align:center;
	background:url(../img/bg/wrap_bg.png) top center repeat-y;
}

#wrap_gn {
	width:100%;
	height:50px;
	overflow:hidden;
	margin:0 0 0px 0;
	padding:0;
	text-align:center;
	background:url(../img/bg/wrap_bg.png) top center repeat-y;
	behavior: url(/js/iepngfix.htc);
}

#wrap_flash {
	width:100%;
	height:325px;
	margin:0;
	padding:0;
	text-align:center;
	background:url(../img/bg/wrap_bg.png) top center repeat-y;
	behavior: url(/js/iepngfix.htc);
}

#flash {
	width:900px;
	height:300px;
	margin:0px auto;
	padding:25px 0 0 0;
	background:#FFFFFF;
	text-align:left;
}

#wrap_container {
	width:100%;
	min-height:250px;
	height:auto;
	margin:0;
	padding:0px 0 0px 0;
	text-align:center;
	background:url(../img/bg/wrap_bg.png) top center repeat-y;
	behavior: url(/js/iepngfix.htc);
}

#wrap_footer {
	width:100%;
	height:auto;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	text-align:center;
	background:url(../img/bg/wrap_bg.png) top center repeat-y;
	behavior: url(/js/iepngfix.htc);
}

/*02_header*/
#header {
	width:900px;
	height:125px;
	padding:0;
	margin:0 auto;
	background:#FFFFFF;
	text-align:left;
}

#header h1 a#logo {
	display:block;
	width:350px;
	height:100px;
	margin:0px 0 0 0;
	padding:0;
	float:left;
	background:url(../img/common/logo.png) center top no-repeat;
	text-decoration:none;
}

#header h1 a#logo em {
	visibility:hidden;
}

#header address {
	display:block;
	width:180px;
	height:75px;
	margin:0px 0 0 0;
	padding:0;
	float:right;
	text-indent:-9999px;
	background:url(../img/common/address.png) center top no-repeat;
}

#header ul {
	display:block;
	float:right;
	clear:right;
	margin:15px 0px 0 0;
	width:140px;
	height:auto;
	color:#CCCCCC;
}

#header ul li {
	float:left;
	list-style:none;
	margin:0 5px 0 0;
	padding:0;
	color:#666666;
}

#header ul li a {
	text-decoration:none;
	font-size:90%;
}

#header ul li a:hover {
	text-decoration:none;
	font-size:90%;
}

a#top {
	width:0;
	height:0;
	visibility:hidden;
}

/*03_menu*/
#gloval_navi {
	width:900px;
	height:50px;
	margin:0 auto;
	padding:0;
	clear:both;
	background:url(../img/bg/go_bg.png) left top no-repeat;
	behavior: url(/js/iepngfix.htc);
}

#gloval_navi ul {
	width:900px;
	height:50px;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}

#gloval_navi li {
	float:left;
	display:block;
	width:180px;
	height:50px;
	list-style:none;
}

#gloval_navi a {
	text-decoration:none;
	text-indent:-9999px;
}

#gn_01 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/gn_01.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#gn_02 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/gn_02.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#gn_03 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/gn_03.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#gn_04 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/gn_04.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#gn_05 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/gn_05.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#gn_01 a:hover,
#index #gn_01 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/go_01.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#gn_02 a:hover,
#about #gn_02 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/go_02.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#gn_03 a:hover,
#profile #gn_03 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/go_03.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#gn_04 a:hover,
#activity #gn_04 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/go_04.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#gn_05 a:hover,
#case #gn_05 a {
	display:block;
	width:180px;
	height:50px;
	background:url(../img/navi/go_05.png) top center no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#local_navi {
	width:180px;
	height:auto;
	margin:0 0 25px 0;
	padding:0;
}

#about #local_navi h3 a{
	display:block;
	width:180px;
	height:30px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/about_caption.png) top center no-repeat;
	text-decoration:none;
}

#about #local_navi h3 a:hover{
	display:block;
	width:180px;
	height:30px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/about_caption_over.png) top center no-repeat;
	text-decoration:none;
}

#activity #local_navi h3 a{
	display:block;
	width:180px;
	height:30px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/activity_caption.png) top center no-repeat;
	text-decoration:none;
}

#activity #local_navi h3 a:hover{
	display:block;
	width:180px;
	height:30px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/activity_caption_over.png) top center no-repeat;
	text-decoration:none;
}

#case #local_navi h3 a{
	display:block;
	width:180px;
	height:30px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/case_caption.png) top center no-repeat;
	text-decoration:none;
}

#case #local_navi h3 a:hover{
	display:block;
	width:180px;
	height:30px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/case_caption_over.png) top center no-repeat;
	text-decoration:none;
}

#blog #local_navi h3 a{
	display:block;
	width:180px;
	height:30px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/blog_caption.png) top center no-repeat;
	text-decoration:none;
}

#local_navi h3 a em {
	visibility:hidden;
}

#local_navi ul {
	list-style:none;
	display:block;
	width:180px;
	height:auto;
}

#local_navi li {
	list-style:none;
	display:block;
	width:180px;
	height:auto;
	text-indent:0.5em;
	border-bottom:#999999 dotted 1px;
	font-size:8pt;
}

#local_navi li.noentry {
	list-style:none;
	display:block;
	width:180px;
	height:auto;
	padding:8px 0;
	border-bottom:#999999 dotted 1px;
	font-size:8pt;
}

#local_navi li.title {
	list-style:none;
	display:block;
	width:180px;
	height:auto;
	padding:8px 0;
	border-bottom:#999999 dotted 1px;
}

#local_navi li span{
	font-size:10pt;
	color:#999999;
}

#local_navi li a {
	display:block;
	width:180px;
	height:auto;
	padding:8px 0;
	text-decoration:none;
	font-size:8pt;
}

#local_navi li a:hover {
	display:block;
	width:180px;
	height:auto;
	padding:8px 0;
	text-decoration:none;
	font-size:8pt;
	background:#F5F5F5;
}

/*04.container */
#container {
	width:900px;
	height:auto;
	min-height:250px;
	margin:0px auto;
	padding:25px 0;
	border:none;
	clear:both;
	text-align:left;
}

#flash #image {
	width:700px;
	height:300px;
	margin:0;
	padding:0;
	float:left;
}

#flash #activity {
	width:180px;
	height:300px;
	margin:0;
	padding:0;
	float:right;
	background:url(../img/bg/index_activity_bg.png) top center no-repeat;
}

.index #main {
	width:700px;
	height:auto;
	margin:0px 0 15px 0;
	padding:0;
	float:left;
}

.index #side {
	width:180px;
	height:auto;
	margin:0 0 15px 0;
	padding:0;
	float:right;
}

.archive #main,
.page #main,
.entry #main {
	width:700px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}

.archive #side,
.page #side,
.entry #side {
	width:180px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

#container_foot {
	clear:both;
	text-align:right;
	margin:0px 0 0px 0;
}

#pan {
	width:900px;
	height:auto;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	color:#999999;
	border-bottom:#F1F1F1 solid 1px;
}

/*05.contents*/
.topicpath {
	font-size:8pt;
	color:#999999;
}

.topicpath a {
	font-size:8pt;
	text-decoration:none;
}

#index #flash #activity .inner {
	width:170px;
	height:280px;
	margin:0px 5px 5px 5px;
	padding:5px 0 0 0;
	overflow:hidden;
}

#index #flash #activity .inner h2 {
	width:170px;
	height:40px;
	text-indent:-9999px;
	background:url(../img/contents/index_activity.png) top center no-repeat;
}

#index #flash #activity .inner h3 {
	width:150px;
	height:25px;
	margin:0px 10px;
	font-size:12px;
}

#index #flash #activity .inner h3 a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#index #flash #activity .inner p {
	font-size:9px;
	margin:0px 10px;
}

#index #flash #activity .inner a.image {
	display:block;
	width:100%;
	text-align:center;
}

#index #flash #activity .inner a img {
	margin:10px auto 5px auto;
	padding:4px;
	border:#9ec85a solid 1px;
}

#index #flash #activity .inner a img:hover {
	margin:10px auto 5px auto;
	padding:4px;
	border:#FF9900 solid 1px;
}

#main #information h2 {
	width:700px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/contents/information_h2.png) top center no-repeat;
}

#contact #main #detail h2 {
	width:700px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/contents/contact_h2.png) top center no-repeat;
}

#about #main #pages h2 {
	width:700px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/contents/consulting_h2.png) top left no-repeat;
}

#profile #main #pages h2 {
	width:700px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/contents/profile_h2.png) top left no-repeat;
}

#activity #main #entries h2 {
	width:700px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/contents/activity_h2.png) top center no-repeat;
}

#case #main #entries h2 {
	width:700px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/contents/case_h2.png) top center no-repeat;
}

#link #main #pages h2 {
	width:700px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/contents/link_h2.png) top center no-repeat;
}

.page #main #detail h2,
.entry #main #detail h2,
.archive #main #pages h2,
.archive #main #detail h2,
#blog #main #entries h2 {
	width:675px;
	height:38px;
	font-size:12pt;
	padding:12px 0 0 25px;
	color:#666666;
	background:url(../img/contents/detail_h2.png) top center no-repeat;
}

#pagebute {
	text-align:center;
	font-size:90%;
}

#pagebute a,
#pagebute span {
	font-size:90%;
}

#profile #main #pages h3 {
	font-size:10pt;
}

#index #main #information dl {
	display:block;
	border-bottom:#CCCCCC dotted 1px;
	margin:15px 10px;
}

#index #main #information dt {
	margin:2px 20px 0 15px;
	width:20%;
	float:left;
	font-size:100%;
	color:#999999;
}

#index #main #information dd {
	width:auto;
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
}

#index #main #information dd span {
	margin:0 0 0 30px;
	padding:1px 2px 2px 2px;
	font-size:90%;
	background:#FF9900;
	color:#FFFFFF;
}

#pages .content,
#entries .content,
.archive #detail .content {
	width:660px;
	height:auto;
	margin:10px 20px;
}

#blog .content .entry .entry_body {
	width:95%;
	height:auto;
	margin:0 auto;
}

#blog .content .entry {
	width:100%;
	height:auto;
	margin:0px auto 25px auto;
	padding:15px 0;
	border-bottom:#CCCCCC dotted 1px;
}

.page #detail .content,
.entry #detail .content {
	width:660px;
	height:auto;
	margin:10px 10px;
	padding:10px;
	border-bottom:#CCCCCC dotted 1px;
}

.page #detail .content ul,
.entry #detail .content ul,
.page #detail .content dl,
.entry #detail .content dl,
.page #detail .content ol,
.entry #detail .content ol {
	margin:20px 0 20px 30px;
}

.page #detail .content p,
.entry #detail .content p {
	text-indent:1em;
	margin:0 5px 10px 5px;
}

.page #detail .content table,
.entry #detail .content table {
	width:100%;
	height:auto;
	border-collapse:collapse;
	border:#999999 solid 1px;
}

.page #detail .content table td,
.entry #detail .content table td {
	padding:5px;
	border:#999999 solid 1px;
}

.page #detail .content table tr td:first-child,
.entry #detail .content table tr td:first-child,
.page #detail .content table .item ,
.entry #detail .content table .item {
	padding:5px;
	border:#999999 solid 1px;
	background:#F5F5F5;
	text-align:center;
	font-size:105%;
}

.page #detail .content table caption,
.entry #detail .content table caption {
	font-size:110%;
	margin:10px;
	color:#666666;
}

#pages .content .entry,
#Entries .content .entry {
	width:100%;
	height:auto;
	margin:20px 0;
	padding:0 0 10px 0;
	border-bottom:#CCCCCC dotted 1px;
}

#link .content .entry {
	width:auto;
	height:auto;
	margin:20px 0 10px 30px;
	padding:5px;
	float:left;
	border:none;
}

#link .content .entry {
	text-decoration:none;
	font-size:10pt;
}

#detail .content h3 {
	border-left:#84bd32 solid 3px;
	padding:2px 0 3px 5px;
	margin:10px 0 10px 0;
	font-size:11pt;
}

#contact #detail .content h3 {
	border-left:#84bd32 solid 3px;
	padding:2px 0 3px 5px;
	margin:25px 0 20px 0;
	font-size:11pt;
}

#pages .content .entry h3,
#entries .content .entry h3 {
	border-left:#84bd32 solid 3px;
	padding:2px 0 5px 5px;
	margin:0 0 10px; 0;
}

#pages .content .entry h3 a,
#entries .content .entry h3 a {
	display:block;
	width:100%;
	height:auto;
	font-size:11pt;
	text-decoration:none;
	color:#777777;
}

#pages .content .entry h3 a:hover,
#entries .content .entry h3 a:hover {
	display:block;
	width:100%;
	height:auto;
	font-size:11pt;
	text-decoration:none;
	color:#FF9900;
}

#pages .content .entry .inner,
#entries .content .entry .inner {
	width:650px;
	height:auto;
	padding:5px;
}

#pages .content .entry .clear,
#entries .content .entry .clear {
	width:100%;
	height:auto;
	margin:5px 0 0 0;
	text-align:right;
}

#pages .content .entry .clear a,
#entries .content .entry .clear a {
	width:2em;
	height:1em;
	padding:3px 5px;
	background:#84bd32;
	margin:0;
	color:#FFFFFF;
	text-decoration:none;
}

#pages .content .entry .clear a:hover,
#entries .content .entry .clear a:hover {
	width:2em;
	height:1em;
	padding:3px 5px;
	background:#FF9900;
	margin:0;
	color:#FFFFFF;
	text-decoration:none;
}

#side .contact {
	width:180px;
	height:100px;
	background:url(../img/contents/side_contact_bg.png) top center no-repeat;
	padding:0;
	margin:5px 0 20px 0;
}

#side .contact .inner {
	width:170px;
	height:80px;
	margin:0px 5px 5px 5px;
	padding:15px 0 0 0;
}

#side .contact h3 {
	width:170px;
	height:18px;
	text-indent:-9999px;
	background:url(../img/contents/side_contact_h3.png) top center no-repeat;
	margin:5px 0 0 0;
}

#side .contact .inner a {
	display:block;
	width:170px;
	height:40px;
	background:url(../img/contents/side_contact_btn.png) top center no-repeat;
	margin:15px 0 0 0;
	padding:0;
	text-decoration:none;
}

#side .contact .inner a:hover {
	display:block;
	width:170px;
	height:40px;
	background:url(../img/contents/side_contact_over.png) top center no-repeat;
	margin:15px 0 0 0;
	padding:0;
	text-decoration:none;
}

#side .contact .inner a em {
	visibility:hidden;
}

#side .link {
	width:180px;
	height:auto;
	margin:0 0 20px 0;
}

#side .link h3 {
	width:180px;
	height:25px;
	background:url(../img/contents/link_caption.png) top center no-repeat;
	text-indent:-9999px;
}

#side .link a {
	display:block;
	width:auto;
	height:auto;
	margin:10px 0;
	padding:0;
}

#side .link a:hover {
	display:block;
	width:auto;
	height:auto;
	margin:10px 0;
	padding:0;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#container_foot a {
	font-size:8pt;
	text-decoration:none;
}

/*サイトマップ*/
#sitemap #main .content {
	width:100%;
	height:auto;
}

#sitemap #main .sitemap {
	width:50%;
	height:auto;
	margin:0 0 15px 0;
	float:left;
	text-align:left;
}

#sitemap #main #sitemap_list .sitemap {
	width:46%;
	height:auto;
	margin:0 2% 15px 0;
	padding:0 0 10px 0;
	float:left;
	text-align:left;
	border-bottom:#CCCCCC dotted 1px;
}

#sitemap #main .sitemap h3 a {
	text-decoration:none;
	font-size:110%;/*テキストサイズ*/
	font-weight:bold;
	margin:0 0 0 10px;
	color:#777777;
}

#sitemap #main .sitemap h3 a:hover {
	text-decoration:none;
	font-size:110%;/*テキストサイズ*/
	font-weight:bold;
	margin:0 0 0 10px;
	color:#CCCCCC;
}

#sitemap #main .content-inner {
	width:94%;
	height:auto;
	margin:0 auto;
	padding:10px 0 10px 3%;
	border-bottom:#CCCCCC dotted 1px;
}

#sitemap #main .sitemap ul,
#sitemap #main .sitemap dl,
#sitemap #main .sitemap ol {
	list-style:none;
	margin:0 10px 0 18px;
	width:90%;
}

#sitemap #main .sitemap li {
	margin:0 0 0 0;
	padding:0 0 0 0px;
}

#sitemap #main .sitemap li a,
#sitemap #main .sitemap dl a {
	text-decoration:none;
}

#sitemap #main .sitemap li a span,
#sitemap #main .sitemap dl a span {
	display:none;
	visibility:hidden;
}

/*メールフォーム*/
#ajax_mail {
	width:100%;
	margin:20px 0;
	padding:0;
}

form fieldset {
	width:640px;
	margin:0px auto;
	border:none;
}

fieldset dl,
fieldset dt,
fieldset dd,
form,fieldset,input,textarea,button{
	margin:0;
	padding:0;
	font-size:100%;
}

fieldset dt {
	margin:2px 0 0 0;
	width:20%;
	float:left;
}

fieldset dd {
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px dotted #CCCCCC;
}

fieldset dd p{
	text-align:left;
}

fieldset form {
	padding:0;
	width:500px;
}

fieldset fieldset {
	margin:30px 0 50px 0;
	border:none;
}

fieldset input,
fieldset textarea {
	padding:0.2em;
	border:1px solid #aaa;
}

fieldset input {
	width:35%;
}

fieldset textarea {
	width:75%;
	height:200px;
}

fieldset p {
	text-align:center;
	margin:0 auto;
	width:300px;
}

p.supply {
	text-align:center;
	margin:10px auto;
	width:auto;
}

fieldset button {
	padding:3px 5px;
	border-top:3px double #bbb;
	border-right:3px double #666;
	border-bottom:3px double #666;
	border-left:3px double #bbb;
	background:#ECECEC;
}

fieldset button:active {
	padding:3px 5px;
	border-top:3px double #666;
	border-right:3px double #bbb;
	border-bottom:3px double #bbb;
	border-left:3px double #666;
	background-color:#333333;
	color:#FFFFFF;
}

#thanks h3 {
	text-align:center;
}
/*---------------------*/

#tel_fax {
	margin:30px 0 20px 0;
}

#tel_fax dl {
	display:block;
	margin:10px auto;
	width:640px;
}

.entrybody dl {
	display:block;
	margin:15px 0;
	width:100%;
}

#tel_fax dt {
	margin:2px 20px 0 0;
	width:30%;
	float:left;
	font-size:110%;
	border-right:#CCCCCC dashed 1px;
	height:5em;
}

.entrybody dt {
	margin:2px 20px 0 0;
	width:24%;
	height:100%;
	float:left;
	clear:left;
	font-size:110%;
	border-right:#CCCCCC dashed 1px;
}

#tel_fax dd,
.entrybody dd {
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px dotted #CCCCCC;
	font-family:monospace;
	font-size:120%;
}

.entrybody dd {
	width:75%;
	clear:right;
}

.entrybody dd p {
	clear:right;
}

.entrybody .cell {
}

.entrybody iframe {
	padding:4px;
	border:#CCCCCC solid 1px;
}

.english {
	color:#999999;
}
.red {
	color:#FF0000;
}

.gray {
	color:#777777;
}


/*06.footer*/
#footer {
	width:900px;
	height:200px;
	margin:0px auto 0 auto;
	padding:25px 0 0 0;
	border-top:#CCCCCC solid 1px;
}

.footer_navi {
	width:100%;
	margin:10px auto 20px auto;
	padding:0 0 10px 0;
	text-align:center;
	font-size:8pt;
	color:#CCCCCC;
	border-bottom:#84bd32 1px solid;
}

#footer .footer_navi a {
	text-decoration:none;
	font-size:8pt;
	margin:8px 2px;
	color:#999999;
}

#footer .footer_navi a:hover {
	text-decoration:none;
	font-size:8pt;
	margin:8px 2px;
	color:#FF9900;
}

#copyright {
	font-size:10px;
	margin-top:5px;
	text-align:center;
	display:block;
	width:100%;
	clear:both;
}

#copyright p {
	color:#999999;
	font-size:8pt;
}
/*Lightbox*/
#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(../img/js/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(../img/js/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/js/nextlabel.gif) right 15% no-repeat; }

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

#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 */
	}	
	
