/* Base Weblog (base-weblog.css) */

/* 2009年06月17日 改訂 */

/* basic elements */
html{
	/* setting border: 0 hoses ie6 win window inner well border */
	margin: 0;
	padding: 0;
	background: url("/blog/images/body_bg.gif");
}
body{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 17px 0;
	/ * font-family: verdana, 'trebuchet ms', sans-serif; */
	font-family: "ＭＳ Ｐゴシック", Osaka, monospace;
	font-size: 12px;
	color: #393B3E;
	text-align: center;
	min-width: 720px;
	background: url("/blog/images/body_bg_gradation.gif") repeat-x top left;
}
/* IE用〜6ハック */
*+html body{
	font-size: 78%;
}
* html body{
	font-size: 78%;
}

form,input{
	margin: 0;
	padding: 0;
}

a{
	color: #33789C;
	text-decoration: none;
	outline: 0;
}
a:hover{
	color: #FF7700;
	text-decoration: underline;
}
a img{
	border: 0;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */
.clr{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}


/* .pkg class wraps enclosing block element around inner floated elements */
.pkg{
	display: block;
}
.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 1%;
	line-height: 0em;
}
* html .pkg{
	display: inline-block;
}
/* no ie mac */
* html .pkg{
	height: 1%;
}


/* page layout */


/* #pagebody { position: relative; width: 100%; } */
#pagebody{
	position: relative;
	width: 920px;
	/* 幅変更+134px */
	background-image: url("/blog/images/background.gif");
}
#pagebody-inner{
	width: 905px;
	/* 幅変更+134px */
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #98C61E;
	margin: 0;
} 
#alpha,
#beta,
#gamma{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}
#alpha-inner,
#beta-inner,
#gamma-inner{
	position: static;
}


/* banner user/photo （使用箇所不明） */
.banner-user{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
	/*width: 70px;*/
	/*margin-top: 5px;*/
	font-size: 83%;
}
.banner-user-photo{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	/*border: 1px solid #FFF;*/
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}
.banner-user-photo img{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}



/* content */

.content-nav{
	margin: 12px 0;
	padding: 12px 0;
	text-align: center;
	font-size: 92%;
	background: url("/blog/images/beta_line1.gif") repeat-x bottom left;
}
.date-nav{
	margin: -4px 0 8px 0;
	text-align: center;
	font-size: 116%;
}


.date-header,
.entry-content{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
/* 太い点線ボーダー指定 */
.entry,
.archive-content{
	padding-top: 14px;
	background: url("/blog/images/beta_line1.gif") repeat-x top left;
}

.entry-excerpt,
.entry-body,
.entry-more{
	clear: both;
	line-height: 1.6em;
}

.entry-body blockquote,
.entry-more blockquote{
	margin-left: 0 ;
	margin-right: 0 ;
	padding: 0 0 0 8px ;
	border-left: 4px solid #D2DCE7;
}

.entry-more-link{
	clear: both;
	font-size: 116%;
	font-weight: bold;
}


.comments-open label {
	display: block;
}

#comment-author,
#comment-email,
#comment-url,
#scode{
	width: 240px;
	height: 19px;
	border: 1px solid #AAAFB9;
}
#comment-text{
	width: 454px;
	border: 1px solid #AAAFB9;
}
.scode {
	vertical-align: top;
	margin-bottom: 4px;
}
 
#scode {
	margin-left: 5px;
	margin-top: 2px;
}

#comment-bake-cookie{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post,
#comment-preview,
#comment-cancel{
	padding: 3px 0 3px 0;
	text-align: center;
	width: 70px;
	font-weight: bold;
	color: #FFF;
	background: #AAAFB9;
	border: none;
}

img.image-full {
	width: 100%;
}

.image-thumbnail{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 0 10px 0;
	background: #FFF;
}
#alpha-inner .module{
	width: 187px;
	padding: 7px 7px 7px 7px;
	background: #FFF!important;
}
.module-content{
	position: relative;
	margin: 5px 0 0 0;
}

.module-list,
.archive-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item{
	margin: 2px 0 1px 0;
	padding: 4px 4px 2px 4px;
	background-color: #FFF;
	border: solid 1px #98C61E;
	font-size: 92%;
	font-weight: bold;
}

.module-presence img{
	vertical-align: middle;
}
/* .module-powered .module-content { margin-bottom: 10px; } */
.module-wishlist .module-content{
	text-align: center;
}

.module-calendar .module-content table{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed {
	margin: 0 0 20px 0;
}
.typelist-thumbnailed .module-list-item{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.;
	font-size: 1%;
	line-height: 0em;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac */
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail{
	float: left;
	min-width: 60px;
	width: 60px;
/* no ie mac */width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description{
	margin: 0;
	padding: 5px;
}





/* Vicksburg (theme-vicksburg.css) */




.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header{
/* ie win (5, 5.5, 6) bugfix */
	position: relative;
	width: auto;
	margin: 0 0 7px 0;
	padding: 3px 0px 0 4px;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.2em;
}
.module-header,
.archive-header{
	color: #85B027;
	border-left: 8px solid #98C61E;
}
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header{
	color: #858892;
	border-left: 8px solid #858892;
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a{
	color: #85B027;
	text-decoration: underline;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover
.archive-header a:hover{
	color: #F90;
	text-decoration: underline;
}


.commenter-profile img { vertical-align: middle; }


/* page layout */

/* コンテナー---------------071206改訂 */
#container{
	position: relative;
	width: 920px;
	/* 幅変更+134px */
	margin: 0 auto;
	/*background-image: url("/blog/images/background.gif");*/
	text-align: left;
}
#container-inner{
	position: static;
	width: auto;
	margin: 0 0 0 0;
}

#banner{
	width: 920px; /* necessary for ie win */
	/* 幅変更+134px */
	position: relative;
	background: url("/blog/images/background.gif") repeat-y;
}
#banner h1#banner-title{
	margin: 0 5px;
	padding: 25px 0 0 0;
	height: 71px;
	width: 905px;
	background: url("/blog/images/banner-bg.gif") repeat-x bottom center;
}
#banner h1#banner-title img{
	margin: 8px 16px 0 16px;
}
#banner h2#banner-description{
	width: 920px;
	height: 25px;
	margin: 0;
	background: url("/blog/images/banner-top.gif");
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100%;
}
#banner h2#banner-description span{
	display: block;
	text-align: right;
	margin: 0;
	padding: 7px 18px 0 0;
	color: #FFF;
	font-size: 83%;
}






#delta-inner{
	padding: 12px 12px 12px 12px;
	border-width: 2px 2px 2px 2px;
	border-style: dashed;
	border-color: #98C61E;
}

.date-header{
	margin-top: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-header-table{
	width: 100%;
	margin: 0;
	padding-bottom: 4px;
	background: url("/blog/images/beta_line2.gif") repeat-x bottom left;
}

.entry-header{
	margin: 3px 0 0 0;
	padding: 0 0 0 5px;
	color: #85B027;
	font-size: 133%;
	font-weight: bold;
	line-height: 1.25em;
}
.entry-header a{
	color: #85B027;
}
.entry-header a:hover{
	color: #FF7700;
}

.entry-header-small1{
	margin-top: 0;
	padding: 0 0 0 6px;
	font-size: 92%;
}

.entry-header-small2{
	margin-top: 0;
	padding: 0 0 0 0px;
	font-size: 100%;
	font-weight: bold;
}

.entry-header-small3{
	margin-top: 0;
	padding: 0 0 0 2px;
	font-size: 92%;
}
.entry-content{
	margin: 0;
	line-height: 1.6em;
}
.entry-content p{
	text-align: justify;
	text-justify: distribute;
}
.entry-footer{
	clear: both;
	margin: 0 0 0 0;
	padding: 3px 0 10px 0;
	background: url("/blog/images/beta_line2.gif") repeat-x top left;
	font-size: 83%;
	text-align: right;
}
.comments-open-footer,
.archive-content{
	margin: 5px 10px 20px 10px;
}

.typelist-thumbnailed{
	font-size: 92%;
}

.comment-content,
.comments-open-content,
.comments-closed{
	clear: both;
	margin: 5px 10px;
	font-size: 100%;
}
#trackbacks-info{
	margin: 10px 10px;
	border: 1px dashed #a3b8cc;
	padding: 0 10px;
	color: #292e33;
	font-size: 92%;
	text-align: center;
	background: #e6ecf2;
}
#trackbacks-url{
	font-size: 109%;
}
.trackback-content{
	margin: 5px 10px;
}
.trackback-title{
	margin: 0 0 0 10px;
	line-height: 1.6em;
	font-weight: bold;
}
.trackback-body{
	margin: 0 0 0 10px;
	line-height: 1.6em;
	font-size: 92%;
}
.trackback-body p{
	margin-top: 5px!important;
	text-align: justify;
	text-justify: distribute;
}
.trackback-footer{
	clear: both;
	margin: 0 0 0 10px;
	padding: 3px 0 10px 0;
	color: #777A82;
	font-size: 92%;
	text-align: right;
	background: url("/blog/images/beta_line2.gif") repeat-x top left;
}
#trackbacks-url{
}
.comment-content{
	margin: 0 0 0 10px;
	line-height: 1.6em;
}
.comment-content p{
	text-align: justify;
	text-justify: distribute;
}

.comments-open-footer{
	margin: 10px 0;
}
.comments-open-moderated{
	font-size: 83%;
	line-height: 1.3em;
}
.comment-footer{
	clear: both;
	margin: 0 0 0 10px;
	padding: 3px 0 10px 0;
	color: #777A82;
	font-size: 92%;
	text-align: right;
	background: url("/blog/images/beta_line2.gif") repeat-x top left;
}

/*----------追加IPアドレス表記設定-----------*/
.comment-footer .comment-footer-IP-year05,
.comment-footer .comment-footer-IP-year06,
.comment-footer .comment-footer-IP-year07,
.comment-footer .comment-footer-IP-year08{
	display: none;
}
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month01,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month02,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month03,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month04,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month05{
	display: none;
}
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day01,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day02,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day03,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day04,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day05,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day06,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day07,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day08,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day09,
.comment-footer .comment-footer-IP-year09 .comment-footer-IP-month06 .comment-footer-IP-day10{
	display: none;
}
.comment-btn input#btn{
	width: 70px;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
}


/* PDFダウンロードモジュール用 */
.module-content p.pdf{
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 83%;
	line-height: 1.3em;
}
.module-content p.pdf span{
	font-size: 83%;
}


.module-search input {
	font-size: 83%;
}
.module-search #search {
	width: 100px;
}

.module-mmt-calendar .module-content table,
.module-calendar .module-content table {
	font-size: 83%;
}

.module-powered {
	border-width: 0;
}
.module-powered .module-content{
	margin-bottom: 0;
	border: 1px dashed #a3b8cc;
	padding-bottom: 5px;
	color: #292E33;
	background: #FFF;
}


.module-list-item{
	/*margin-top: 0; */
	color: #666;
	/*line-height: 1.2; */
}

.typelist-thumbnailed .module-list{
	margin: 0 0 10px 0;
	list-style: none;
}

.typelist-thumbnailed .module-list-item{
	margin: 1px 0;
	padding: 0;
	background: #F3F6F9;
}

.typelist-thumbnail{
	background: #FFF;
}



/* three-column tweaks */

#alpha { 
	margin: 0;
	width: 205px;
	/* 幅固定 */
	padding: 3px;
}
#alpha #alpha-cm{
	margin: 0 0 3px 0;
	/*width: 187px;*/
	/* 幅固定 */
	padding: 6px;
	border: solid #98C61E 2px;
}
#alpha-news-title{
	/* ie win (5, 5.5, 6) bugfix */
	position: relative;
	width: 100%;
	width: auto;
	margin: 0;
	border-left: 5px solid #98C61E;
	padding: 2px;
	color: #85B027;
	background: #FFF;
	font-size: 108%;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
}

#alpha #alpha-cm #alpha-lohas-cm{
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dashed #98C61E;
	line-height: 1.4em;
}
#alpha #alpha-cm #alpha-lohas-cm .bookTitle{
	text-align: center;
	margin-bottom: 0.3em;
}
#alpha #alpha-cm #alpha-lohas-cm .bookTitle a{
	display: block;
}
#alpha #alpha-cm #alpha-lohas-cm .bookTitle a img{
	vertical-align:top;
	text-decoration:none;
}
#alpha #alpha-cm #alpha-lohas-cm p{
	margin: 0 0 0.6em 0 !important;
}
#alpha #alpha-cm #alpha-lohas-cm p.enquete{
	margin: 0 0 0.6em 0 !important;
}
#alpha #alpha-cm #alpha-lohas-cm p.enquete span{
	font-size: 83%;
}
#alpha #alpha-cm #alpha-lohas-cm p.enquete a.button{
	display: block;
	width: 179px;
	height: 30px;
	margin: 0 4px 4px 4px;
	background: url(/blog/images/btn_enquete.gif) no-repeat;
}
#alpha #alpha-cm #alpha-lohas-cm p.enquete a.button:hover{
	background-position: 0px -30px;
}
#alpha #alpha-cm #alpha-lohas-cm p.enquete a.button span{
	position: absolute;
	top: -9999px;
}

#alpha #alpha-cm #alpha-lohas-cm img{
	margin: 0;
}
#alpha #alpha-cm #alpha-lohas-cm .small{
	font-size: 83%;
	line-height: 1.4em;
}

#alpha #alpha-cm #alpha-lohas-cm .book{
	width: 100%;
	margin: 8px 0 0 0;
	padding: 6px 0 0 0;
	border-top: 1px dashed #98C61E;
	text-align: left;
}

#alpha-inner{
	margin: 0;
	/*width: 201px;*/
	/* 幅固定 */
	padding: 2px;
	background: url("/blog/images/pickup_bg.gif");
}


#beta{
	margin: 15px;
	width: 477px;
	/* 幅変更+134px */
	background: #FFF;
}
#beta-inner{
	margin: 0;
	padding: 0;
}


/* 募金バナー */
#beta #beta-inner .bannerFund{
	margin: 2px 0 16px 0;
}
#beta #beta-inner .bannerFund a img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	border:#FFF solid 1px;
}
#beta #beta-inner .bannerFund a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:0.7;
	border: 1px solid navy;
}
#beta #beta-inner .bannerFund a:hover{
	color: #FFFF99; /* irrelevant definition to overcome IE bug */
}


#beta #beta-title{
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	color: #858892;
	margin: 0;
	padding: 0 0 16px 0;
}

/* 20080115改訂 */
.beta-line1,
#beta-line1{
	style: block;
	width: 100%;
	margin: 5px 0 10px 0;
	padding: 0;
}
.beta-line2,
#beta-line2{
	style: block;
	width: 100%;
	margin: 0 0 -6px 0;
	padding: 0;
}
.beta-line3,
#beta-line3{
	style: block;
	width: 100%;
	margin: -6px 0 0 0;
	padding: 0;
}
.beta-line4,
#beta-line4{
	style: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#gamma,{
	margin: 0;
	width: 187px;
	/* 幅固定 */
	background: none;
}

#gamma-inner,
#gamma-inner2{
	margin-bottom: 0px;
	padding: 4px 6px 4px 6px;
	width: 175px;
	/* 幅固定 */
}

/* 080111改定 */
.module-mainmenu-list .menucircle1,
.module-pickup-list .menucircle1,
.module-gamma-list .menucircle1{
	display: block;
	margin: 2px 0 0 0;
	padding: 4px 4px 3px 18px;
	border:#98C61E solid 1px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
}
.module-mainmenu-list .menucircle1{
	background: #A7CC4D url(/blog/images/menucircle1.gif) no-repeat;
	color: #FFF;
}
.module-pickup-list .menucircle1,
.module-gamma-list .menucircle1{
	background: #FFF url(/blog/images/menucircle3.gif) no-repeat;
	color: #5F6268;
}
.module-mainmenu-list a.menucircle1:hover,
.module-pickup-list a.menucircle1:hover,
.module-gamma-list a.menucircle1:hover{
	border-color: #9F8842;
	background: #F1F0BF url(/blog/images/menucircle2.gif) no-repeat;
	color: #F90;
}

/* 月別アーカイブ→マークリンク-----080111改定（1.0） */
.module-gamma-list a.menucircle1{
	color: #9CC718;
}


/* リスト要素定義-----070306追加（080111改訂） */
.module-mainmenu-list,
.module-pickup-list,
.module-news-list,
.module-recent-entry-list,
.module-gamma-list{
	margin: 0;
	padding: 0;
	list-style-type: none ;
	list-style-position: outside;
}
.module-mainmenu-list li,
.module-pickup-list li,
.module-gamma-list li{
	display: inline;
}
.module-news-list li,
.module-recent-entry-list li{
	border: 1px solid #FFF;
}

/* →マークリンク---------------080729改定 */
.module-news-list a.menu,
.module-recent-entry-list a.pdf{
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	/*padding: 1px 4px 2px 18px;*/
	background: url(/blog/images/menu_arrow.gif) no-repeat;
	color: #5F6268;
	font-size: 100%;
	line-height: 1.15em;
	font-weight: bold;
	text-decoration: none;
}
.module-news-list a.menu{
	padding: 1px 4px 2px 18px;
}
.module-recent-entry-list a.pdf{
	padding: 1px 4px 0px 18px;
}
.module-news-list a.menu:hover,
.module-recent-entry-list a.pdf:hover{
	background: url(/blog/images/menu_arrow2.gif) no-repeat;
	color: #F90;
}

/* 0305改定 */
.module-recent-entry-list a.title{
	display: block;
	margin: 0;
	background: url(/blog/images/menu_arrow.gif) no-repeat;
	padding: 1px 4px 2px 18px;
	font-size: 100%;
	line-height: 1.15em;
	width: 150px;
	height: auto;
	color: #393B3E;
}
.module-recent-entry-list a.title:hover{
	background: url(/blog/images/menu_arrow2.gif) no-repeat;
	color: #F90;
}
.module-recent-entry-list li ul{
	margin: 0;
	padding: 0;
}
.module-recent-entry-list li .author{
	margin: -2px 0 0 18px;
	font-size: 83% !important;
	line-height: 1.2em !important;
}
.module-recent-entry-list li li.author{
	margin: 0 0 0 18px;
	list-style: none ;
	font-size: 83% !important;
	line-height: 1.2em !important;
}
.module-recent-entry-list li li.author,
.module-recent-entry-list li li.author a{
	display: inline;
	padding: 0;
	background: none;
	color: #393B3E;
}

.module-recent-entry-list li li.author a:hover{
	background: none;
	color: #F90;
}



/* 左右カラム境界線 */
.module-line{
	display: block;
	margin: 0 0 6px 0;
	font-size: 1%;
	width: 100%;
	height: 1px;
	background: url("/blog/images/beta_line3.gif") repeat-x top left;
}
.module-line-solid{
	display: block;
	width: 187px;
	margin: 6px -6px;
	font-size: 1%;
	border-bottom: 1px solid #98C61E;
}



.paginate{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 92%;
	font-weight: normal;
	text-decoration: none;
}


/* 検索 */
.googlesearch input#text{
	width: 150px;
	height: 19px;
	margin-bottom: 8px;
	background: #FFF;
	border: 1px solid #AAAFB9;
	font-size: 100%;
}
.googlesearch input#btn{
	width: 70px;
	padding: 3px 2px 3px 2px;
	background: #AAAFB9;
	color: #FFF;
	font-size: 83%;
	font-weight: bold;
	text-align: center;
	border: none;
}

/* 見出し要素（検索以外にも使用） */
.module-search-header{
	/* ie win (5, 5.5, 6) bugfix */
	position: relative;
	margin: 3px 0 7px 0;
	padding: 2px 0 2px 4px;
	color: #858892;
	border-left: 8px solid #858892;
	font-size: 116%;
	line-height: 1.2em;
	font-weight: bold;
}


/* インフォメーション---------------071101ソース整理 */
.module-information{
	/*width: 168px;*/
	margin: 0 4px 0 4px;
	font-size: 83%;
	line-height: 1.3em;
}
.module-information .infotitle{
	margin: 2px 0 3px 0;
	font-size: 120%;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
}

/* 書籍情報 */
.module-books h5{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 3px 0 !important;
}
.module-books h5 a{
	display: block;
	/*text-decoration: none !important;*/
}
.module-books h5 a img{
	vertical-align:top;
	text-decoration:none;
}
.module-books h5 a span{
	line-height: 1.3em;
}
.module-books p{
	margin-top: 0!important;
	font-size: 83%;
}




#beta-search-results{
	font-size: 100%;
}
h3#beta-search-results,
h2#beta-search-results{
	font-size: 100%;
	font-weight: bold;
}

/* フッター---------------071206ソース整理 */
#footer{
	width: 920px; /* necessary for ie win */
	/* 幅変更+134px */
	height: 34px;
}

#footer #footer-inner{
	width: 920px;
	/* 幅変更+134px */
	height: 34px;
	margin: 0;
	background: url("/blog/images/footer.gif") no-repeat;
}
#footer #footer-inner address{
	float: left;
	display: block; 
	text-indent: -9999px;
}
#footer #footer-description{
	float: right;
	margin: 0;
	padding: 6px 20px 2px 0;
	text-align: right;
	font-size: 83%;
}
#footer #footer-description a{
	color: #FFF;
	font-weight: bold;
}
#footer #footer-description a:hover{
	color: #FF9;
}


/* エントリーに張り込んだ画像に適用 */
.image_margin{
	margin: 3px 12px 12px 0;
}

/* パンくずメニュー---------------071101ソース整理 */
.breadcrumbs{
	font-size: 83%;
	margin: 0 0 6px 0;
	text-align: left;
}



