/*  
Theme Name:hiko-kigumo
Theme URI:http://www.hiko-kigumo.com/
Description: test
Version: 1.6
Author: turutchi
Author URI: http://www.hiko-kigumo.com/
*/

/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  font-size: 62.5%;  Resets 1em to 10px 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: #FFFFFF;
  color: #000000;
}

h2
{
    font-size: 14px;
    background-color: #ffcc00
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

table, th, td
{
  font-size: 1em; 
  padding: 0; 
  border-collapse: collapse;
}

a img
{ 
  border: 0; 
}

a
{
  color: #A84900;
}

a:link
{
  color: #A84900;
}

a:visited
{
  color: #703000;
}

a:hover
{
  color: #00009E;
}
/* end Page */

/* begin Box, Sheet */
.Sheet 
{
  min-width:41px;
  min-height:41px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 800px;
}
/* end Box, Sheet */

/* begin Header */
div.Header 
{
  margin: 0 auto;
  position: relative;
  width: 800px;
  height: 125px;
}

* html div.Header 
{
  font-size: 1px;
}

div.Header  div
{
  width: 100%;
  height: 100%;
  background-image: url('images/Header.gif');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}
/* end Header */

/* begin Logo */
.logo
{
  position: relative;
  left: 650px;
  top: 85px;
}

.logo td
{
  text-align: right;
  vertical-align: bottom;
}

.logo-name
{
  font-size: 14px;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
}

.logo-name a
{
  text-decoration: none;
  color: #333 !important;
}

.logo-text
{
  font-size: 12px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #333 !important;
}
/* end Logo */

/* begin ContentLayout */
.contentLayout
{
	margin-bottom: 12px;
	width: 100%;
	position: relative;
}/* end ContentLayout */

/* begin Box, Block */
.Block 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  
}


* html .Block 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  zoom: 1;
}


.Block-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0px;
  text-align: left;
}




.Block
{
  margin: 5px;
}

.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}

.Block table.table th, .Block table.table td
{
  padding: 2px;
  border: solid 1px #2796D3;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 20px;
  z-index: 0;
  line-height: 20px;
  padding: 0 10px;
  margin-bottom: 0px;
  text-align: left;
  color: #000000;
  font-family: 'ＭＳ Ｐゴシック';
  font-size: 14px;
  font-weight: Bold;
  font-style: normal;  
  text-decoration: none;
}

* html .BlockHeader
{
  zoom: 1;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l 
{
  left: 0;
  right: 6px;
}

* html .BlockHeader .l
{
  width: expression(this.parentNode.offsetWidth-6+'px');
}

.BlockHeader .r 
{
  right: 0;
  width: 6px;
}

* html .BlockHeader .r
{
  left: expression(this.parentNode.offsetWidth-6+'px');
}

.BlockHeader .r div
{
  width: 800px;
  right: 0;
}

* html .BlockHeader .r div
{
  left: expression(this.parentNode.offsetWidth-800+'px');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  font-size: 1px;
}

.BlockHeader .l, .BlockHeader .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/BlockHeader.png',sizingMethod='crop')");
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  
}


* html .BlockContent 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  zoom: 1;
}


.BlockContent-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 10px;
  text-align: left;
  color: #666666;
  font-family: 'ＭＳ Ｐゴシック';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;  
  text-decoration: none;
  line-height: 150%;
}

.BlockContent a
{
  color: #703000;
}
.BlockContent a:link
{
  color: #333333; 
}

.BlockContent a:hover
{
  color: #cc0000;
}
.BlockContent a:hover:visited
{
  color: #0000cc;
}

.BlockContent a:visited
{
  color: #333333;
}

/* end Box, BlockContent */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 59%;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 20%;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar2
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 20%;
}
/* end LayoutCell */



.sidebar1 ul, .sidebar2 ul, .sidebar3 ul
{
  margin-left: 0; 
  padding-left: 20px;
}

.sidebar1 ul li, .sidebar2 ul li, .sidebar3 ul li
{
  list-style: none; 
  margin-left: -20px;
  padding: 0;
}

.footer
{
  text-align: center;
}

.post h2 a 
{
  text-decoration: none;
}

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */
