@charset "Shift_JIS";
/**
 :タイトル "「インフォメーション」用スタイル";
 :一行説明 "「インフォメーション」用のスタイルシートです";
 :作成日 "2009-06-30";
 :改訂版 [:版 "1.0.0"; :作成日 "2009-07-01"];
*/

/* 全体ページ構成
   --------------------------------------------- */
#blogTtl{
	position: relative;
	width: 900px;
	height: 222px;
	margin: 0 3px 35px 4px;
	background: url(../images/bg_blog-ttl.jpg) no-repeat top left;
}
#primary{
	float: left;
	width: 656px;
	margin-bottom: 4em;
}
#secondary{
	float: right;
	width: 209px;
	margin-bottom: 4em;
}

/* パーツ調整
   --------------------------------------------- */


/* エリア毎設定
   --------------------------------------------- */
#blogTtl h1{
	position: absolute;
	margin: 0;
	top: 21px;
	left: 25px;
}
#blogTtl h1 img{
	vertical-align: bottom;
}

div.entry{
	clear: both;
	position: relative;
	width: 656px;
	margin-bottom: 15px;
	background: url(../images/bg_entry03.gif) repeat-y left top;
}
div.entry:after{
	content: ".";
	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
}
/* Hides from IE-mac \*/
* html div.entry{
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */
div.entry div.entryInner{
	width: 656px;
	background: url(../images/bg_entry04.gif) no-repeat left bottom;
}
div.entry h2{
	margin: 0;
	padding: 15px 8em 11px 13px;
	border-bottom: 1px solid #dadac3;
	background: url(../images/bg_entry01.gif) no-repeat left top;
	color: #84844a;
	font-size: 133%;
}
div.entry h2 a{
	color: #84844a;
}
div.entry p.date{
	position: absolute;
	margin: 0;
	top: 15px;
	right: 15px;
}
div.entry div.entryCont{
	width: 622px;
	padding: 15px 17px;
	line-height: 1.75;
	background: url(../images/bg_entry02.gif) no-repeat left top;
}
div.entry img.pctL{
	float: left;
	margin: 0 15px 15px 0;
	border: 7px solid #eee;
}
div.entry img.pctR{
	float: right;
	margin: 0 0 15px 15px;
	border: 7px solid #eee;
}


dl#blogNav,
dl#blogNav dt,
dl#blogNav dd{
	margin: 0;
}
dl#blogNav dt{
	margin-bottom: 0.8em;
	padding-bottom: 0.5em;
	font-weight: bold;
	line-height: 1.35;
	background: url(../../common/images/bg_border01.gif) repeat-x left bottom;
}
dl#blogNav dd{
	margin-bottom: 2em;
	line-height: 1.5;
}

dl#blogNav dd.calendar{
	background: #e5e5ce url(../images/bg_calendar01.gif) no-repeat left top;
}
dl#blogNav dd.calendar div.inner{
	padding: 6px;
	background: url(../images/bg_calendar02.gif) no-repeat left bottom;
}
dl#blogNav dd.calendar table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
}
dl#blogNav dd.calendar table th,
dl#blogNav dd.calendar table td{
	border: 1px solid #fff;
	line-height: 1.65em;
	text-align: center;
}
dl#blogNav dd.calendar table th{
	font-size: 75%;
	font-weight: bold;
	line-height: 2.2em;
}
dl#blogNav dd.calendar table a{
	display: block;
	width: 100%;
	background: #84af4b;
	color: #fff;
}

dl#blogNav ul.linkList,
dl#blogNav ul.linkList li{
	list-style: none;
	margin: 0;
}
dl#blogNav ul.linkList li{
	margin-bottom: 0.35em;
	padding-bottom: 0.35em;
	background: url(../../common/images/bg_border02.gif) repeat-x left bottom;
}
dl#blogNav ul.linkList li.last{
	background: none;
	border-bottom: 1px solid #e4e4cc;
}
dl#blogNav ul.linkList span{
	display: block;
	width: 198px;
	padding-left: 11px;
	background: url(../../common/images/icn_link01.gif) no-repeat 3px 5px;
}

