/*
 * File      : styles-site.css
 * Version   : 5.03
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 * 5.00 2008.02.01: Update for Movable Type 4.1.
 * 5.01 2008.08.18: Update for Movable Type 4.2.
 * 5.02 2008.09.17: change footer height.
 * 5.03 2008.10.09: add .search-results-header class selector.
 *
 * Copyright (C) 2005-2008 www.koikikukan.com All rights reserved.
 */

/*$B%j%;%C%H(B */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
    font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}

ul ,ol {
	list-style-type: none;
}

/*$B%G%U%)%k%H(B */
body {
	background:  #f8f8ff;
	color: #333;
	font-family: "$B%R%i%.%N3Q%4(B Pro W3","Hiragino Kaku Gothic Pro","$B%a%$%j%*(B",Meiryo,Osaka,"$B#M#S(B $B#P%4%7%C%/(B","MS PGothic",Sans-Serif;
}
* html body {	/* for IF6 */
	font-family: "$B#M#S(B $B#P%4%7%C%/(B","MS PGothic",Sans-Serif;
}
html>body {
    font-size: 12pt;
}

/* $B%j%s%/(B */
a,
a:link,
a:visited {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #666;
    text-decoration: underline;
}
a:active {}

/* $B%j%s%/$D$-2hA|(B */
a img {
    border: none;
}

/* $B%U%)!<%`(B */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* $B%j%9%H(B */

 ul, ol, dl {
    margin-bottom: .75em;
}
ol { list-style: decimal outside; }
ul { list-style: none; }
.item { list-style: none; }


/* $B%3%s%F%J(B */

body.layout-two-column-left {
    text-align: center;
}
#wrapper{
 	background-color: #f8f8ff;
 	background-image:  url(./body_bg.gif);
	background-repeat:repeat-y ;
	background-position:center top;
 	height:100%;
}

.layout-two-column-left #box {
	clear: both; 
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
}
#box{
 	background-image:   url(./box_bg.gif);
	background-repeat:repeat-y ;
	background-position:center top;
	font-size: 100%;
	color: #333333;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
}


/* 2$B%+%i%`8GDj%l%$%"%&%HI}(B */
.layout-two-column-left #box{
    width: 800px;
}
#content, #left-box {
    display: inline;
}
/* 2$B%+%i%`8GDj%l%$%"%&%H(B($B:8%5%$%I%P!<(B) */
.layout-two-column-left #content {
    float: right;
    width: 530px;
	padding:0px 20px 20px 0;				
 	height:100%;
	position:relative;
}
.layout-two-column-left #left-box {
    float: left;
    width: 230px;
	padding:0px 0 20px 10px;				
 	height:100%;
	position:relative;
}
.layout-two-column-left #search-syndicate {
    padding: 0 0 0 0;
	margin:0 0 5px 0;
}
.layout-two-column-left #contents-menu {
    padding: 0 10px  0 10px;
	margin:0 0 0 0;
}
.layout-two-column-left #link-banner {
    padding: 0 10px  0 10px;
	margin:0 0 0 0;
}

.layout-two-column-left #recommended {
    margin: 5px 10px 10px;
	background-image: url(./blowser.gif)  ;
	background-repeat:no-repeat ;
	background-position:  top left ;
}

/* 2$B%+%i%`8GDj%l%$%"%&%H(B($B%V%m%05-;vA4BN(B) */
.layout-two-column-left .blog {
    padding: 0 10px 10px 0;
}
.layout-two-column-left .main {
    padding:0 10px 10px 10px;
}
*html .layout-two-column-left .main {
    padding:0 10px 10px 0px;
}


/* $B%X%C%@(B */
div#header {
    padding: 0;
    color: #999;
	}

#header-search {
 	float:right;
   margin-top: 10px;
   margin-left: auto;
   margin-right: 15px;
   margin-bottom: 0px;
 }

*html #header-search {
    text-align:right;
	 }
div#header h1 {
 	margin:0 auto 0 10px;
	padding:10px 0 0 0;
}



div#header h1 a{
    background-image: url(./titlelogo.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    text-indent: -9999px;
    display: block;  
     width: 250px;
    height: 30px;
 }
*html div#header h1 a{
    margin-bottom: 0px;
 }


.blog-description {
    color: #fff;
	text-indent: -9999px;
    font-size: 1px;
}

#google-search {
	float:right;
	padding:10px  22px 0 0;
	}
.btn-gs {
	background-color:#fc9;
}



/* $B%U%C%?(B */
.layout-two-column-left #footer {
    clear: both; 
	margin-right: auto;
    margin-left: auto;
    width: 800px;
    font-size: 12px;
    text-align: center;
	background-image: url(./footer_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
 }
div#footer-inner {
    font-family: Arial, Helvetica, Tahoma, Verdana,"$B%R%i%.%N3Q%4(B Pro W3",Osaka,"$B%a%$%j%*(B","$B#M#S(B $B#P%4%7%C%/(B", sans-serif;
	margin-left: auto;
	margin-right: auto;
	border-top:2px solid #e6e6fa;
	width: 720px;
	clear: both;
	padding:0; 
	position:static;
}
.page-top {
	float:right;
	font-size: 12px;
	text-align: right;
	margin: 0px 40px 5px auto;
}
.page-top a{
	color:  #ccf;
	background-image: url(./arrow_up.gif) ;
	background-repeat:no-repeat;
	background-position:right top;
	padding: 0px 16px 0px 0;
	font-weight: bold;
	text-decoration: none;
}





/* $B%V%m%05-;v(B */
.entry {
    width: auto;
    margin: 0 20px 0 0;
    color: #666;
    background-color: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* $BCJMn(B */
.entry p {
    margin: 5px 0;
}

/* $B%V%m%05-;vF|IU(B */
.date{
	text-align:right;
    margin: 0;
	padding-right: 5px;
    color: #69c;
    font-size: 13px;
    font-weight: bold;
}
.the-date{
	text-align:right;
    margin: 0;
	padding-right: 5px;
    color: #f06;
    font-size: 13px;
    font-weight: bold;
}


/* $B%V%m%05-;v%?%$%H%k(B */
.entry-header {
    background-image: url(./entry_title.gif);
	background-position:  left bottom;
    background-repeat:no-repeat;
	margin: 15px 0 ;
    padding: 5px 0 2px 35px;
    font-size: 15px;
    font-weight: bold;
}

/* $BEj9F<T(B */

.entry-auther{
    margin: 0;
	padding-right: 8px;
	color:#00bfff;
	font-size: 13px;
    text-align: right;
    font-weight: bold;
}

.entry-footer {
    margin: 0  0;
    padding: 3px 5px;
	border-top-style:  solid;
	border-top-color: #69c;
	border-top-width: 1px;
    font-size: 12px;
    text-align: right;
}


/* $B%F%-%9%H%(%j%"(B */
.entry textarea {
    width: 97%;
}

/* $B0zMQ(B */
blockquote {
    width: auto;
    margin: 10px ;
    padding: 5px 10px;
	border-style:  solid;
	border-color: #aaa;
	border-width: 1px;
    background-color: #f6f6f6;
    font-size: 12px;
    line-height: 1.4;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background-color: #f6f6f6;
	border-bottom-style:  solid;
	border-bottom-color: #666;
	border-bottom-width: 1px;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}
pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

div.hr-line {
    width: 100%;
	margin-top:-10px;
	margin-bottom:20px;
	border-bottom: dotted 1px #4682b4;
}

/* $BDI5-(B */
.entry.extended {}


/* $B%?%0(B */
.entry-tags {
    margin: 10px 0 5px ;
}
.entry-tags-header{
	color:#fff;
	background-color:#cd5c5c;
    padding: 2px 4px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
	font-size: 12px;
}
.entry-tags-list a{ 
	color:#cd5c5c;
    list-style:none;
    padding:  0 5px;
}

/* Typekey$B%3%a%s%?"12hA|(B */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* $B%&%'%V%Z!<%8(B */
div.page {
    margin-top: -5px;
}

/* $B%"!<%+%$%V%Z!<%8K\J8(B */
.archive-list {
    margin: 10px 0;
}

/* $B%"!<%+%$%V%F%s%W%l!<%H$NA08e%j%s%/(B */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

/* $B%+%l%s%@!<(B */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}



/* $B%5%$%I%a%K%e!<(B($B%&%#%8%'%C%HMQ(B) */

#widget-activity-person ul li,
#contents-menu ul li, 
#link-banner ul li {
    list-style: none;
    line-height:0.5em;
}

*:first-child+html body #contents-menu ul li { margin-bottom:-6px; }
*:first-child+html body #link-banner ul li { margin-bottom:-6px; }
body:last-child #contents-menu ul li { margin-bottom:-3px; }
body:last-child #link-banner ul li { margin-bottom:-3px; }
*html #contents-menu ul li { margin-bottom:-5px; }
*html #link-banner ul li  { margin-bottom:-5px; }
head~/* */body #contents-menu ul li{margin-bottom:-2px;}
head~/* */body #link-banner ul li {margin-bottom:-2px;}
*+html>/**/body #contents-menu ul li{margin-bottom:-2px;}
*+html>/**/body  #link-banner ul li {margin-bottom:-2px;}
*:first-child+html body #widget-activity-person ul li { margin-bottom:-8px; }
body:last-child #widget-activity-person ul li { margin-bottom:-3px; }
*html #widget-activity-person ul li { margin-bottom:-5px; }
head~/* */body #widget-activity-person ul li{margin-bottom:-2px;}
*+html>/**/body #widget-activity-person ul li{margin-bottom:-2px;}

#widget-activity-person {
   background:#fff  url(./widget_activity_person.gif)repeat-y;
}

#widget-yahoo-group {
    padding: 0;
}
#widget-qr-code{
    padding: 10px 25px;
}
#widget-old-site p{
 	font-size:12px;
	 margin:0 auto 0 10px;
	text-align:left;
	padding: 0;
}
*html #recommended {
	height:450px ;
	}

#recommended #blowser {
	text-align: left;   
	width: 155px; 
	height :450px ;
	padding: 100px 15px 15px 15px;
	font-size: 13px;
	color: #666;
	_width: 170px; 
}
 .blo { font-size: 12px; color: #39c; }
 

/* $B8!:w(B */
#widget-search {
	padding:10px  0 10px 16px;
	background-image: url(./widget__search_bg.gif);
	background-repeat:no-repeat;
	}
fieldset {
    border: none;
}

/* RSS$B%U%#!<%I(B */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* $B%+%&%s%?!<(B */
.counter {
    margin: 8px 0 25px;
    padding: 0px;
    background: none;
}

/* $B%/%l%8%C%H%P%J!<(B */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* $B%3%a%s%H!&%H%i%C%/%P%C%/(B */
#trackbacks,
#comments {
    margin: 10px 20px 10px 0;
}

div#comments-open {
	margin:20px 0;
	font-size: 14px;
	color:#666;
	border:1px solid #ccc;
	padding:15px 20px;
	background: url(./form_bg.gif);
	}
div#comments-open a{color:#69c;}

.comments-open-header,
.ping-url{
	margin-bottom: 10px;
	color:#fff;
	font-size: 12px;
	background-color:#69c;
	padding:2px 5px;
}
.trackbacks-header,
.comments-header{
    margin: 10px 0 0 0;
	color:#6699cc;
	text-align: left;
	vertical-align: middle;
	border:1px solid #69c;
	background-color:#eee;
	padding:3px 10px;
	font-size: 14px;
	display: block;
}

#trackbacks-info {
	margin: 20px 0;
	font-size: 13px;
	color:#666;
	border-color: #ccc;
	border-style:solid;
	border-width:1px;
	padding:15px 20px;
	background-color: #f0f8ff;
}
#trackbacks-info p {
	margin: 10px 0;
}
#trackbacks-link{
	margin: 10px 0;
	background-color:#fff;
	padding:6px 10px;
}
.trackbacks-content,
.comment-content,
.comments-open-content {
    color:#666;
	margin: 0 0px;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
}

.trackbacks-content p,
.comment-content p {
	padding  :10px 0 5px 5px;
}


#comments-open-data p {
    margin-bottom: 5px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
	font-size: 13px;
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
.trackback-footer,
.comment-footer{
	color:#00bfff;
	font-size: 13px;
    margin-top: 10px;
    text-align: right;
	border-bottom:1px solid #ccc;
}
#comments-open-footer {
    margin-top: 10px;
    text-align: center;
}
.comments-open label {
    display: block;
}
#comment-reply-label {
  display: inline;
}
#comment-form-reply {
  margin-bottom: 5px;
}


/* $B8!:w7k2L2hLL(B */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-results-header {
    margin: 8px 0 15px;
    font-size: 120%;
}

/* $B%U%C%?!<%"%I%l%9(B */
div#footer p {
    color: #a9a9a9;
	padding-top: 35px;
    padding-bottom: 30px;
    font-size: 12px;
    font-weight: bold;
	text-align:center;
}
div#footer address {
	color: #808080;
	text-align:center; 
	display: block;  
    width: 600px; 
 	height: 50px;
    font-size:13px;
    margin:20px auto 0 ;
    font-style:normal;	
}
div#footernavi {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	clear: both;
	line-height: 1.8em;
}
div#footernavi ul {
	margin: 0;
	padding: 0;
}
div#footernavi ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6fa;
	display: inline;
}
div#footernavi .last {
	border: none;
}
div#footernavi ul li a {
	text-decoration: none;
	color: #808080;
	padding: 0 .5em;
}
div#footernavi ul li a:hover {
	text-decoration: underline;
	color: #808080;
}

/* $B%F!<%V%k(B */
.activity_person table {
	margin: 0 auto 10px;
	width:	480px;
    border:0px solid #ccc;
    border-collapse:collapse;
    border-spacing:0px;
    background-color:#fff;
    empty-cells:hidden;
	vertical-align:top;	
}

.activity_person td{
	width:	160px; 
	background-image:  url(./td_bg.gif) ;
	background-repeat:no-repeat ;
	border-style:  solid;
	border-color: #fff;
	border-width: 0px;
	color:#666;
 	font-size:13px;
	padding-top:20px ;
    text-align:center;
	vertical-align:top;	
	height:300px;
	}
.activity_person .td-190 { 
	background-image:  url(./td_none_bg.gif) ;
}
.activity_person h3{
	font-size:15px;
	padding:5px;
}
.activity_person h4{
 	color:#333;
	font-size:14px;
	padding-bottom:10px;
}
.activity_person img{
	padding-bottom:10px;
}

.vice-chairman table {
	margin: 10px auto;
	width:	480px;
    border:0px solid #ccc;
    border-collapse:collapse;
    border-spacing:0px;
    background-color:#fff;
    empty-cells:hidden;
	vertical-align:top;	
}

.vice-chairman td{
	width:	160px; 
	background-image:  url(./td_bg.gif) ;
	background-repeat:no-repeat ;
	border-style:  solid;
	border-color: #fff;
	border-width: 0px;
	color:#666;
 	font-size:13px;
	padding-top:25px ;
    text-align:center;
	vertical-align:top;	
	height:300px;
}
.vice-chairman h4{
 	color:#333;
	font-size:14px;
	padding-bottom:5px;
}
.vice-chairman img{
	padding-bottom:10px;
}


/* $B%&%'%V%Z!<%8(B */

.web-page p {
    font-family: Arial, Helvetica, Tahoma, Verdana,"$B%R%i%.%N3Q%4(B Pro W3",Osaka,"$B%a%$%j%*(B","$B#M#S(B $B#P%4%7%C%/(B", sans-serif;
	font-size: 14px;
	text-decoration: none;
    line-height: 20px;
	padding:5px 0 ;
	text-align: justify;
	text-justify: inter-ideograph;
}
.web-page h3 {
	font-size: 18px;
	font-weight:bold;
	margin:10px 0 ;
}
.h3-bg {
	background-image:  url(./h3_bg.gif) ;
	background-repeat:no-repeat ;
	width:500px;
	height: 40px;
	padding:11px 0 0 24px;
}
.web-page h4 {
	font-size: 16px;
	font-weight:bold;
	margin:7px 0;
}
.web-page h5 {
	font-size: 15px;
	font-weight:normal;
	margin:5px 0;
}

.web-page img {
	float: right;
	padding:5px 5px  0 15px;
}
.web-page ul {
	padding:5px 0 10px 10px;
	font-size: 14px;
	list-style-type: none;
}

/* $B%;%l%/%H(B */


input,textarea {
    font-family: "Osaka", "$B%R%i%.%N3Q%4(B Pro W3", "$B#M#S(B $B#P%4%7%C%/(B", arial, sans-serif;
}

div#navigation {
	clear: both; 
	background-image:  url(./globalnav_bg.png) ;
	background-repeat:no-repeat ;
	width:800px;
	height: 50px;
	margin:0 auto 0 ;
	padding-top:10px ;
	}



div#navigation ul {
	vertical-align:middle;	
	padding-left:30px ;
}
div#navigation ul li,
div#navigation ul li img {
		display: inline;
}

#toppage-banner {
	margin:0 auto 5px;	
	padding: 0 ;
	text-align:center;
    border: none;
}
#page-banner {
	margin:0 auto 15px 0;	
	padding: 0 ;
	text-align:left;
    border: none;
}

div#lead-top {
	margin:0 auto 15px 10px;	
	background-image: url(./lead_top_bg.png) ;
	width:500px;
	min-height:150px;
	_height:150px;
}
*html #lead-top {
	height:150px;
}
div#lead {
	margin:0 auto 15px 0px;	
	background-image: url(./lead_bg.gif);
	width:520px;
	background-repeat:no-repeat;
	background-position:left top;
	min-height:50px;
}
*html #lead {
	height:50px;
}

div#lead-top-inner {
	padding:35px 32px 0px 33px;
}
div#lead-inner {
	padding:25px 30px 0px 30px;
}
div#end-top {
	background: url(./lead_end_bg.png) bottom left ; 
	padding-bottom:17px;
}
div#end {
	background: url(./lead_end_bg.gif) bottom left ; 
	padding-bottom:17px;
}
div#lead p ,
div#lead-top p { 
	font-family: Arial, Helvetica, Tahoma, Verdana,"$B%R%i%.%N3Q%4(B Pro W3",Osaka,"$B%a%$%j%*(B","$B#M#S(B $B#P%4%7%C%/(B", sans-serif;
	font-size: 14px;
	text-decoration: none;
    line-height: 20px;
	padding:10px 0 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
div#lead h3{
	padding:10px 0 5px;
}
div#lead h4{ 
	font-size: 14px;
	padding:5px 0 5px;
}
div#lead ul li,
div#lead ol li{
	font-size: 14px;
	padding:5px 0 0 10px;
}
div#lead dl dt{
	font-size: 14px;
	padding:0 0 0 5px;
}
div#lead dl dd{ 
	font-size: 12px;
	padding:5px 0 10px 20px;
}
#top-notification{
	padding: 5px 0 15px ; 
}

div#event-entries,
#recent-entries,
#recent-entries-list,
#recent-archive-list,
#recent-comments {
	padding: 5px 10px 5px 0; 
}

div#event-entries h3,
#recent-entries h3,
#recent-entries-list h3,
#recent-archive-list h3,
#recent-comments h3{
	padding: 0 0 7px 5px;
}
div#event-entries dl,
#recent-entries dl,
#recent-entries-list dl,
div#recent-archive-list ul,
#recent-comments dl,
#news-offset  dl {
	padding: 0 0 0 5px;
}
div#recent-entries dl dt,
#recent-entries-list dl dt,
#recent-comments dl dt,
#news-offset dl dt {
	font-size: 13px;
	color: #36c;
	padding: 0 0 1px 0;
}
div#event-entries dl dt {
	font-size: 13px;
	padding: 0 0 2px 0;
}
div#event-entries dl dt span{
    font-weight: bold;
	color: #f06;
$B!!(Bpadding: 0 5px 0 0;
}
div#event-entries dl dd,
#recent-entries dl dd,
#recent-entries-list dl dd,
#recent-comments dl dd,
#news-offset dl dd  {
	font-size: 14px;
	border-bottom-style:  dotted;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	padding: 0 0 2px 0;
	margin: 0 0 7px 0; 
	}
div#recent-archive-list ul li{
	font-size: 14px;
	list-style-type: none;
}

#recent-comments .title{
	font-size: 12px;
	border-bottom: none;
	color :#ccc;
	padding: 0 ;
}
.comments-author {
	color:#00bfff;
	padding-left: 5px ;
}

div#sitemap ul,
div#links-list ul{
	padding-left:30px;
}

div#sitemap ul li,
div#links-list ul li{
	font-size: 14px;
	list-style-type: none;
	padding-bottom:5px;
}
div#sitemap ul li ul li,
div#links-list ul li ul li{
	padding-left:10px;
}
span.report,
div#sitemap ul li a{
	background-image: url(./report.gif) ;
	background-repeat:no-repeat;
	background-position:right bottom;
	padding: 1px 20px 1px 0;
	font-weight: normal;
}
span.pdf a{
    color: #cd5c5c;
	background-image:url(./pdficon_small.gif) ! important;
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-right:4px;
	padding: 3px 20px 0px 0;
	font-weight: normal;
}
.pdfIcon{
	margin-left:5px;
}
div#links-list ul li a{
	font-weight:normal;	
}




#users-guide{
	margin: 0 10px 0;
	font-size: 14px;
}
#users-guide ol {
	padding: 0 10px 0 25px;
}
#users-guide h2 {
	margin: 15px 0 5px 0;
}

.entry-more a{
	text-decoration: underline;
}
.arrow-right a{
	font-size:12px;
	color:  #f60;
	background-image: url(./arrow_right.gif) ;
	background-repeat:no-repeat;
	background-position:left bottom;
	padding: 0px 0 0px 16px;
	font-weight: normal;
	text-decoration: none;
}
.entry-more a:hover,
.arrow-right a:hover{
    color: #f60;
	text-decoration: underline;
}

.topicPath {
	font-size:12px;
	color:#666;
}
.topicPath a{
	color:#36c;
}




.color-re{ color: #f36; }
.color-bl{ color: #36c; }
.color-gr { color: #3c6; }
.color-or { color: #f60; }
.color-lg { color: #d3d3d3; }
.color-sk{ color:#6cf; }
.color-ye{color:#cc3; }
.color-pu{color:#93c; }






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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

