/* ---------------------------------------------------
BLOG・Mayumi
--------------------------------------------------- */
html, body {
	background: #D8E8E5 url(../../images/blog_nogyo_bg.png) top center no-repeat;	
}

#wrapper {
	margin: 0 auto -45px;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 900px;
	color: #5A3D1C;
	font-size: 12px;
}

#header {
	margin: 0;
}

#contents-wrapper  {
	margin: 15px 60px 60px 60px;
}
h1 {
	margin: 0 0 10px 5px;
	color: #006B33;
	font-size: 20px;
	font-weight: bold;
}
h1 span {
	color: #8C8C8C;
	font-size: 11px;
	font-weight: normal;
}
/*画像BOX
---------------------------------------------------*/
#image-box {
	margin: 0;
}

#main-image {
	float: left;
	margin: 0 10px 0 0;
	width: 455px;
	height: 350px;
	overflow: hidden;
	display: block;
}

#thumb-image {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 305px;
	border-bottom: 1px dashed #A1A1A1;
}
.thumb-box {
	margin: 0 0 5px 0;
	position: relative;
} 
.thumb-box p {
	margin: 0 10px 0 0;
	line-height: 160%;
} 
.thumbnail-area {
	float: left;
	margin: 0 10px 0 0;
	width: 69px;
	height: 58px;
	border: 1px solid #333;
	overflow: hidden;
	display:block
}
.thumbnail-area span {
	position: absolute;
	left: 25px;
	top: 20px;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

span.tumbnail-photo {
	background: url(../../images/icon_glass-trans.png) no-repeat;
 
}
span.tumbnail-movie {
	background: url(../../images/icon_movieplay-trans.png) no-repeat;
	cursor: pointer;
}
span.tumbnail-note {
	background: url(../../images/icon_note-trans.png) no-repeat;
}
/*エントリー・アーカイブBOX
---------------------------------------------------*/	
#blog-box {
	clear: both;
	margin: 0;
}
#entry {
	float: left;
	margin: 0 10px 0 0;
	width: 465px;
}
#entry p {
	line-height: 180%;
	margin: 0 0 10px 0;
}
#entry div.entry-text {
	line-height: 180%;
	margin: 0 0 10px 0;
}
#entry p.line {
	margin: 20px 0 20px 0;
}
#entry ul {
	margin: 0;
	list-style: none;
}
#entry ul li#prev {
	float: left;
	background: url(../../images/arrow_gray2.gif) 0 50% no-repeat;
	margin: 0;
	padding: 0 0 0 15px;
}
#entry ul li#next {
	float: right;
	background: url(../../images/arrow_gray1.gif) right 50% no-repeat;
	margin: 0;
	padding: 0 15px 0 0;
}

/*右カラム
---------------------------------------------------*/	
#side {
	float: left;
	width: 300px;
}	
#archive {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #A1A1A1;
}
#archive p {
	margin: 40px 0 20px 0;
}
#archive ul {
	margin: 0 0 20px 5px;
	list-style: none;
}
#archive ul li {
	margin: 0 0 3px 0;
	font-size: 11px;
}
*:first-child+html #archive ul li {
	font-size: 9px;
}
* html #archive ul li {
	font-size: 9px;
} 
.banner {
	text-align: center;
}
.banner img {
	border: 1px solid #CCC;
}
/*--------------------------------------------------
フッターを下部に固定
---------------------------------------------------*/
#balance{
	margin: 0 auto;
	height: 45px;
	clear: both;
}
/*--------------------------------------------------
フッター
----------------------------------------------------*/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 12px 0 10px 0;
	width: 950px;
	text-align: right;
	background: url(../../images/blog_nogyo_footer_bg.jpg) no-repeat center bottom;
	height: 120px;
}
#footer img{
	margin: 0 90px 0 5px;
}

