html,body {
  height: 100%;
  font-size : 9pt !important;
  background:url(/usr/skin/is/img/bg.gif) repeat;
  font-family : Arial, Verdana, MS P Gothic, Helvetica, sans-serif;
  margin:0px;
  color:#565656;
}

a img		{border-width:0;}
a:link		{color:#0096ea;}
a:visited	{color:#0096ea;}
a:hover		{color:#7dd0ff; text-decoration:none;}

H5,H4,H3,H2	{margin:0px;}

ul{
  list-style: none;
  margin: 0; 
  padding: 0px;
}
ul li{
  margin-top: 0;
  padding-top: 0;
}
.linknavi {
 text-align:center;
 margin:8px;
}
.navilink, .pagelink{text-align:center;}

form{margin:0px;}
/*--------------------------------------------------------------------HEADER*/
#header {
  width:900px;
  height:316px;
  background:url(/usr/skin/is/img/headbg.jpg) no-repeat;
  position:relative;
  margin-bottom:15px;
}

#title	{
  font-size:16px;
  font-weight:800;
  text-align:center;
  padding:240px 10px 0px 540px;
}
#title a	{color:#dd127d; text-decoration:none;}
#title a:hover	{color:#f868b2; text-decoration:underline;}
.logo{
  margin-top:28px;
  margin-right:30px;
  position:absolute;
  right:0;
}
.counterbody{
}
#counter{
  font-size : 9px;
  color: #fff;
  padding:3px 5px 0px 0px;
  text-align:right;
}

/*--------------------------------------------------------------------BASESET*/
#centertable {
  width:900px;
}
#centertable .left	{width:550px;}
#centertable .right	{width:270px;}
#sidemenu{
  margin:0px;
  padding:0px 0px 0px 20px;
}
#main {
  width:624px;
}
#footer {
  width:900px;
  height:21px;
  padding-top:4px;
  margin:5px 0px 0px;
  text-align:center;
  font-size:8pt;
  color:#fff;
  background:url(/usr/skin/is/img/foot.gif) no-repeat center top;
}
#footer a	{color:#8c0494;  text-decoration:underline;}
#footer a:hover	{color:#8c0494;  text-decoration:none;}

/*-----------------------------------------------------------------------MENU*/
.box-cap {
  text-align:center;
  height:18px;
  font-size:12px;
  color:#565656;
  padding:18px 0px 4px;
  background: url(/usr/skin/is/img/side_head.gif) no-repeat center top;
}
.box-body {
  background: url(/usr/skin/is/img/side_body.gif) repeat-y left top;
  text-align:center;
  font-size:10px;
  line-height:120%;
  padding:10px;
}
.box-bottom {
  background: url(/usr/skin/is/img/side_bottom.gif) no-repeat center top;
  height:21px;
  margin-bottom:10px;
}
ul.recently-sidebar {
  text-align:left;
  margin:0px;
}
ul.recently-sidebar li{
  margin-top:5px;
  background:url(/usr/skin/is/img/pin.gif) no-repeat 0px 3px;
  text-align:left;
  padding: 1px 5px 4px 22px;
  margin-left:15px;
}
ul.recently-sidebar li.category-main{
  text-align:left;
  padding: 1px 5px 4px 17px;
}
ul.recently-sidebar li.category-sub{
  text-align:left;
  margin:0px;
  padding:5px 0px 8px 32px;
  background: url(/usr/skin/is/img/nest.gif) 10px 4px no-repeat;
}
.recomlist td {
	text-align:left;
	padding:5px;
}

/*---------------------------------------------------------------------SEARCH*/
.search{
  border:1px solid #5f5f5f;
  background-color:#fff;
  padding:10px;
}
.search .linknavi{
  background-color:#5f5f5f;
  color:#fff;
}
#search-box{
  text-align: center;
}
#search-box form input { font-size: 85%; }
#search-box form #submit {
  font-size: 100%;
  background : #4c82fc;
  color: #fff;
  padding: 1px 4px;
  border-style: solid;
  border-width: 1px;
  border-color :#4c82fc;
}
#search-box form #q {
  width: 100px;
  font-size: 100%;
  border:  1px solid #4c82fc;
  background: #fff;
  padding: 2px;
  color:#4c82fc;
}
#search-box form #q:hover, #search-box form #q:focus {
  background: #fff;
}
ul.search-list {
  text-align:left;
  margin:0px;
}
ul.search-list li{
  margin-left:5px;
  padding: 5px 0px 5px 25px;
  background: url(/usr/skin/is/img/pin.gif) 6px 8px no-repeat;
}
/*-------------------------------------------------------------------CALENDAR*/
table.calendar {
  width : 90%;
  border-collapse: collapse;
  color:#888;
}
table.calendar td{
  font-size: 11px;
  padding: 3px;
  text-align: center;
  border:1px solid #4d80ff;
}
table.calendar a {
  text-decoration : none;
  font:500 11px Arial;
}
tr.header td {
  font: 600 12px arial;
  background-color:#4d80ff;
  color:#fff;
}
td.daySubmit {
  background-color: #D0C9C0;
}
td span.Sun, span.Sun {
  color: rgb(250,90,70);
}
td span.Sat {
  color: #6A73CB;
}
td span.Today {
  color: #555;
  font-weight: 600;
}
/*-------------------------------------------------------------------ARTICLE*/
div.article {
  width:634px;
  text-align : left;
  font-size: 9pt;
  line-height: 1.5em;
  background: url(/usr/skin/is/img/article_body.gif) repeat-y left top;
}
.article .title {
  font:600 14px arial, sans-serif;
  letter-spacing:1px;
  padding:27px 50px 23px 60px;
  text-align:left;
  color:#bee1c9;
  background: url(/usr/skin/is/img/article_head.gif) no-repeat left top;
}
div.article .title a{
  text-decoration: none;
  color:#bee1c9;
}
div.article .title a:hover{
  text-decoration: underline;
  color:#bee1c9;
}
.article-content {
  color:#5f5f5f;
  line-height : 180%;
  background : #fff;
  padding: 0px 20px 15px;
  border:1px solid #5f5f5f;
  margin:0px 14px 0px 10px;
}
.article-content img {margin:0px 8px 5px 0px;}
.article-date{
  font-size:11px;
  font-weight:normal;
  text-align:right;
}
.article-posted {
  padding:10px 15px;
  color : #565656;
  font-size : 10px;
  text-align: right;
  clear: both;
  text-decoration : none;
}
.article-bottom {
  width:634px;
  background: url(/usr/skin/is/img/article_bottom.gif) no-repeat left bottom;
  height:19px;
  margin-bottom:25px;
}
.article-posted a.jump img	{margin-top: 3px;}
.pagenavi {
  clear:both;
  text-align:center;
}
/*----------------------------------------------------------------TRACKBACK*/
.trackback{
  font-size:10px;
  margin-top:5px;
  color:#565656;
  clear:both;
}
.trackback_url{
  color:#514022;
  font-size:11px;
  line-height:1.3em;
  text-align:center;
  padding:8px 10px 3px 10px;
  background: url(/usr/skin/is/img/trackback.gif) no-repeat 1px top;
}
.trackback_title{
  color:#565656;
  font-size:10px;
  line-height:1.3em;
  margin:10px 5px 5px;
  padding:0px 10px;
}
.trackback_txt{
  font-size:10px;
  line-height:1.3em;
  margin:5px;
  padding-bottom:5px;
  border-bottom:1px solid #565656;
  padding:0px 10px 5px;
}
/*--------------------------------------------------------------------COMMENT*/
.comment{
  font-size:10px;
  margin:15px 0px 10px;
  padding-top:5px;
  clear:both;
  padding:0px 10px;
}
.comment_title{
  color:#565656;
  font-size:10px;
  line-height:1.3em;
  margin:5px;
}
.comment_txt{
  color:#565656;
  font-size:10px;
  line-height:1.3em;
  margin:5px;
  padding-bottom:5px;
  border-bottom:1px solid #565656;
}
.comment_block{
  padding:8px;
  margin-top:8px;
  color:#565656;
}
.comment_block input{
  border:1px solid #565656;
  background-color:#fff;
  color:#565656;
}
.comment_block textarea{
  border:1px solid #565656;
  width:500px;
  color:#565656;
}

/*--------------------------------------------------------------------IMAGE*/
.photo-caption {
  margin: 0px 10px 12px 20px;
  text-align: left;
  font-size: 9px;
  color: #666;
  clear: both;
}
.al-left { float: left; }
.al-right { float: right; }
.al-center { margin: auto;}

/*--------------------------------------------------------------------GALLERY*/
.gallery h3,.gallery .copyright {
	text-align:center;
}

