html,body {
  height: 100%;
  background : #fff;
  padding: 10px;
}
body		{margin:0px;}
a		{text-decoration:none;}
a img		{border-width:0;}
a:link		{color:#4255CC;}
a:visited	{color:#6242CC;}
a:hover		{color:#000; text-decoration: underline;}

HR.dot		{border:1px dotted #ccc;}

/*-------------------------------------------------------------BASE FONT SET*/
H5,H4,H3,H2	{margin:0px;}
.blue		{color:#1786ED;}

/*----------------------------------------------------------------LIST STYLE*/
ul{
  list-style: none;
  margin: 0; 
  padding: 0px;
}
ul li{
  margin-top: 0;
  padding-top: 0;
}
.linknavi {
 text-align:center;
 margin:8px;
}
.navilink {
 text-align:center;
}
form{margin:0px;}
/*--------------------------------------------------------------------HEADER*/
#header {
  margin:0;
  width:898px;
  height:90px;
  border:1px solid #000;
  background:#4169E1 url(/usr/skin/BLG/img/headbg.jpg) no-repeat;
  text-align:left;
}
#title	{
  margin:10px;
  font-size:22px;
  font-weight:800;
}
#title a	{color:#fff;}
#title a:hover	{color:#ccc; text-decoration:none;}
#counter{
  float:right;
  font-size : 9px;
  color: #00368F;
  color:#93A8B2;
  margin-top:20px;
  margin-right:40px;
}

/*--------------------------------------------------------------------BASESET*/
#centertable {
  width:900px;
  border-left:1px solid #000;
  border-right:1px solid #000;
}
#leftmenu {
  width:180px;
  background:#E5F0F2 url(/usr/skin/BLG/img/leftbg.gif) repeat-y right 0px;
  padding:10px 10px 10px 0px;
  margin :0px;
}
#rightmenu {
  width:180px;
  background:#E5F0F2 url(/usr/skin/BLG/img/rightbg.gif) repeat-y 0px 0px;
  padding:10px 0px 10px 10px;
  margin :0px;
}
#footer {
  font-size:9pt;
  margin:0;
  width:890px;
  padding:4px;
  text-align:center;
  color:#fff;
  background:#2F6BA7;
  border:1px solid #000;
}
#main {
  padding-top:15px;
}
/*-----------------------------------------------------------------------MENU*/
.box-cap {
  text-align:right;
  height:35px;
  font:600 13px arial, serif;
  color:#83959E;
  background:url(/usr/skin/BLG/img/menubg.gif) no-repeat 0px 3px;
  margin-bottom:0px;
  padding-right:18px;
}
.box-body {
  text-align:center;
  font-size:9pt;
  margin:0;
  line-height:120%;
  margin-bottom:15px;
}
.box-body2 {
  text-align:left;
  font-size:9pt;
  margin:0;
  line-height:120%;
  margin-bottom:15px;
}
ul.recently-sidebar {
  text-align:left;
  margin:0px;
}
ul.recently-sidebar li{
  text-align:left;
  padding: 5px 0px 5px 22px;
  background: url(/usr/skin/BLG/img/pin.gif) 6px 5px no-repeat;
}
ul.recently-sidebar li.category-main{
  text-align:left;
  padding: 5px 5px 0px 20px;
  background: url(/usr/skin/BLG/img/pin.gif) 6px 5px no-repeat;
}
ul.recently-sidebar li.category-sub{
  text-align:left;
  padding: 5px 0px 0px 30px;
  background: url(/usr/skin/BLG/img/nest.gif) 10px 5px no-repeat;
}
ul.recently-sidebar li a:hover{
  color:#000;
}
/*---------------------------------------------------------------------SEARCH*/
#search-box{
  margin-top : 15px;
  text-align: center;
}
#search-box form input { font-size: 85%; }
#search-box form #submit {
  font-size: 85%;
  background: #95AABF;
  color: #fff;
  padding: 1px 4px;
  border-style: solid;
  border-width: 1px;
  border-color :#D9E3ED #94A2B0 #94A2B0 #D9E3ED;
}
#search-box form #q {
  width: 100px;
  font-size: 85%;
  border:  1px solid #9097A2;
  background: #faf9f6;
  padding: 2px;
}
#search-box form #q:hover, #search-box form #q:focus {
  background: #fff;
}
ul.search-list {
  text-align:left;
  margin:0px;
}
ul.search-list li{
  padding: 5px 0px 5px 20px;
  background: url(/usr/skin/BLG/img/pin.gif) 6px 8px no-repeat;
}
/*-------------------------------------------------------------------CALENDAR*/
table.calendar {
  margin:5px;
  width:160px;
  border-collapse: collapse;
  border-bottom:1px solid #B4C6D8;
}
table.calendar tr{
  background:#fff;
  border: 1px solid #B4C6D8;
}
table.calendar td{
  font-size: 12px;
  color: #666;
  padding: 1px;
  text-align: center;
  border: 1px solid #B4C6D8;
}
table.calendar a {
  text-decoration : none;
  font:500 13px Arial;
}
tr.header td {
  font: 600 14px arial;
}
td.daySubmit {
  background-color: #DEE9E9;
}
td span.Sun, span.Sun {
  color: rgb(250,90,70);
}
td span.Sat {
  color: #6A73CB;
}
td span.Today {
  color: #000;
  font-weight: 600;
}
/*-------------------------------------------------------------------ARTICLE*/
div.article {
  text-align : left;
  margin: 10px 10px 15px 10px;
  padding: 0px 0px 10px 0px;
  border-bottom : 1px dotted #9299A0;
}
.article .title {
  margin-top : 0px;
  font : 600 15px arial, sans-serif;
  letter-spacing : 1px;
  padding : 2px 10px 2px 6px;
  text-align: left;
}
.article .title img {margin:0px;}
.article-content {
  font-size:9pt;
  line-height : 1.5em;
  background : #fff;
  padding: 20px;
}
.article-content h4 {
  font-size:12px;
  background:#E0FFFF;
  border-top: 5px double #4682b4;
  border-bottom: 5px double #4682b4; 
  margin-bottom:5px;
  padding:3px;
}
.article-posted {
  padding-right:15px;
  padding-bottom:10px;
  color : #A5ACB3;
  font-size : 10px;
  text-align: right;
  text-decoration : none;
}
.article-posted a.jump img	{margin: 0px; margin-top:5px;}
.pagenavi {
  text-align:center;
}
div.b_atention{
  font-size : 11px; 
  text-align:center;
  color:#666;
  line-height:130%;
  border:1px dotted #666; 
  margin:20px;
  padding:5px;
}
/*----------------------------------------------------------------TRACKBACK*/
.trackback{
  padding:5px;
  font-size:10px;
  color:#444;
  margin-top:8px;
}
.trackback_title{
  color:#666;
  font-size:9px;
  line-height:1.3em;
  margin:5px;
}
.trackback_txt{
  color:#666;
  font-size:9px;
  line-height:1.3em;
  margin:5px;
  padding-bottom:5px;
  border-bottom:1px solid #aaa;
}
/*--------------------------------------------------------------------COMMENT*/
.comment{
  font-size:10px;
  color:#aaa;
  margin-top:8px;
  padding:5px;
  margin-bottom:10px;
  background:#E0EEF1;
}
.comment_title{
  color:#666;
  font-size:9px;
  line-height:1.3em;
  margin:5px;
}
.comment_txt{
  color:#666;
  font-size:9px;
  line-height:1.3em;
  margin:5px;
  padding-bottom:5px;
  border-bottom:1px solid #000;
}
.comment_block{
  padding:8px;
  margin-top:8px;
}
.comment_block input{
  border:1px solid #666;
}
.comment_block textarea{
  border:1px solid #666;
  width:400px;
}
/*--------------------------------------------------------------------IMAGE*/
.photo-caption {
  margin: 0px 10px 12px 20px;
  text-align: left;
  font-size: 9px;
  color: navy;
  clear: both;
}
.al-left { float: left; }
.al-right { float: right; }
.al-center { margin: auto;}

/*--------------------------------------------------------------------RIGHTITEM*/
div.relateditem {
  font-size:10px;
  margin:5px 15px 15px 22px;
  color:#435061;
  padding-bottom:5px;
  border-bottom:1px solid #AAC1D2;
}
div.relateditem a{
  font-size:12px;
  text-decoration:none;
}
/*--------------------------------------------------------------------SPECIAL*/
#spec{
  border:1px solid #ccc;
  border-collapse: collapse;
  margin-right:8px;
  margin-bottom:8px;
  float:left;
}
#spec td{
  font-size:9px;
  padding:1px;
  border:1px solid #ccc;
}
#spec th{
  border:1px solid #ccc;
  background:#94EAE7;
  font-size:10px;
  text-align:center;
  font-weight:bold;
}
#spec .td1{
  text-align:right;
  background:#AAEA94;
}
#chara {
  width:450px;
  border:1px solid #000;
  margin-bottom:8px;
}
#chara td {
  padding:8px;
}
#interview {
  margin-top:10px;
  border-bottom:1px dotted #ccc;
  padding-bottom:10px;
}
#interview img {
  margin:0px 8px 8px 8px;
}
