@charset "utf-8";
/* CSS Document */

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	margin:0;
	padding:0;
	line-height:1.4em;
	color:#666;
		background:url(../img/bg_all.jpg) no-repeat top left;
}
*{ 
    zoom:1; 
}
table {
    font-size:inherit;
    font:100%;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

img{
	border:none;
	border:0;
}

h1,h2,h3,h4,h5,h6,img,ul,li,table,tr,td,div,p{
	margin:0;
	padding:0;
}

ul,li{
	list-style:none;
	list-style-image:none;
}

a{
	color:#666666;
}

a:hover{
	text-decoration:none;
}

/*---------------------------------------------------------------------*/
#wrapper{
	width:812px;
	margin:0 auto;
}

#headArea{
	background:url(../../blog/img/hd_bg.jpg) no-repeat;
	width:812px;
	height:293px;
	margin:0 0 20px 0;
}

#headArea h1{
	padding:125px 0 0 41px;
}

#contentArea{

}

#entryBlock{
	width:616px;
	margin:0 20px 0 0;
}

.entryArea{
	margin:0 0 30px 0;
}

.entryArea h2{
	background:url(../../blog/img/entry_top_bg.jpg) no-repeat top left;
	width:616px;
	height:47px;
	padding:30px 0 0 100px;
	font-size:131%;
}

.entryImgArea {
	text-align:center;
	padding:20px 0 0 0;
}

.entryTextArea {
	padding:20px 20px 20px 20px;
}

.entryTimeArea{
	width:616px;
	height:60px;
	background:url(../../blog/img/entry_btm_bg.jpg) no-repeat top left;
	text-align:right;
}

.entryTimeArea p{
	padding:25px 20px 0 0;
}

#sideNaviBlock{
	width:176px;
}

.sideNaviBox{
	margin:0 0 30px 0;
}

.sideNaviBox h3{
	margin:0 0 15px 0;
}

.sideNaviBox ul{
	padding:0 0 45px 0;
	background:url(../../blog/img/snavi_btm.jpg) bottom left no-repeat;
}

.sideNaviBox li{
	background:url(../../blog/img/snavi_icon.gif) no-repeat center left;
	padding:0 0 0 20px;
	margin:5px 0 5px 10px;
}


#footArea{
	width:812px;
}

/**/
.archive_title{
	margin:10px 0 30px 0;
}

.category_title{
	font-size:20px;
	font-weight:bold;
	margin:10px 0 30px 0;
	text-align:center;
}

#pageNationBlock{
	text-align:right;
	margin:0 0 10px 0;
}

/*------------------------------------------------------------*/
.fR{
	float:right;
}

.fL{
	float:left;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}