@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------------
common css
--------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:small;
}

html, body {
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:small;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	border: 0;
	font-size: 100%;
	font-style:normal;
	font-weight:normal;
}
table, caption, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: inherit;
}
table{
	border-collapse:collapse;
	border:none;
}
table td{
	vertical-align:top;
	padding:0;
	border:none;
}
p{
	line-height: 1.4;
}
a{
	color:#0099FF;
	text-decoration: underline;
}
a:hover{
	text-decoration:none;
}
br {
	letter-spacing: normal;
}

/*-------------*/
body{
	padding:20px 0;
}
div#container{
	display:block;
	border:#634B3D 1px solid;
	width:1000px;
	margin:0 auto;
}
div#header{
	display:block;
	background:url(images/blog/bg01.png) no-repeat bottom;
	height:85px;
}
div#header h1{
	display:block;
	background:url(images/blog/logo.gif) no-repeat;
	width:220px;
	height:60px;
	margin:10px 0 10px 5px;
}
div#header h1 a{
	display:block;
	background:url(images/blog/logo.gif) no-repeat;
	width:220px;
	height:60px;
	text-indent:-9999px;
	outline:none;
}
ul#gnavi{
	display:block;
	height:23px;
	border-bottom:#CCCCCC 1px solid;
	list-style-type:none;
}
ul#gnavi li{
	display:block;
	width:80px;
	height:23px;
	float:left;
	list-style-type:none;
}

ul#gnavi li.li01{
	background:url(images/blog/navi01_r.gif) no-repeat;
}

ul#gnavi li.li02{
	background:url(images/blog/navi02_r.gif) no-repeat;
}
ul#gnavi li.li03{
	background:url(images/blog/navi03_r.gif) no-repeat;
}
ul#gnavi li.li04{
	background:url(images/blog/navi04_r.gif) no-repeat;
}

ul#gnavi li a:hover img{
	opacity:0;
	filter:alpha(opacity=0);
}


div#wrapper{
	display:block;
	width:972px;
	padding:20px 14px;
}
div#main{
	display:block;
	width:800px;
	float:left;
}
div#side{
	display:block;
	width:170px;
	float:right;
}
div#side h3{
	display:block;
	margin-bottom:10px;
}
div#side ul {
	display: block;
	list-style-type: none;
	margin-bottom: 30px;
}

div#side ul li {
	display: block;
	border-bottom: #CCC 1px dotted;
	background: url(images/blog/icn01.gif) no-repeat 3px 5px;
	font-weight: bold;
	color: #0099CC;
	padding: 0 0 5px 19px;
	margin-bottom: 10px;
}

div#side ul li span{
	font-size:80%;
}
div#side ul li a{
	text-decoration:none;
}
div#side ul li a:hover{
	text-decoration:none;
	color:#F90;
}
div.side_banner{
	display:block;
	width:170px;
}
div.side_banner img{
	margin-bottom:10px;
}
/*entry_box*/
div.entry_box{
	display:block;
	width:770px;
	margin-bottom:50px;
}
div.entry_box div.title{
	display:block;
	border:#E0DFE3 1px solid;
	background:url(images/blog/bg_t01_new.png);
	padding:5px 5px 4px 5px;
	line-height:1.2;
	letter-spacing:1px;
}
div.entry_box div.title h2{
	display:block;
	font-weight:bold;
	color:#99CC00;
	font-size:110%;
	padding-left:37px;
    min-height: 19px;
	background:url(images/blog/blogindex_icon_02_new.png) no-repeat;
}
div.entry_box div.title div.author{
	display:block;
	float:right;
	font-weight:bold;
	color:#0099CC;
	text-align:right;
	font-size:80%;
	padding-top:3px;
}
div.entry_box div.date{
	display:block;
	clear:both;
	color:#F90;
	text-align:right;
	font-size:80%;
	padding:5px 3px;
	margin-bottom:10px;
}
div.entry_box div.entry_main{
	display:block;
	margin:0 0 0 10px;
}
div.entry_box div.entry_main div.txt{
	display:block;
	width:610px;
	float:left;
	line-height:1.5;
}
div.entry_box div.entry_main div.txt p{
	display:block;
	margin-bottom:15px;
}
div.entry_box div.entry_main div.img{
	display:block;
	width:150px;
	float:right;
}
div.entry_box div.entry_main div.img img{
	padding:2px;
	margin-bottom:10px;
}
div.entry_box div.entry_main img{
	max-width:100%;
}
#comments h2{
	display:block;
	border:#E0DFE3 1px solid;
	width:490px;
	background:url(images/blog/bg_t01.gif);
	padding:5px 5px 4px 37px;
	line-height:1.2;
	letter-spacing:1px;
}

#comments p{
    margin-bottom:5px;
}

#comments .nocomments {
    padding: 5px;
}

#comments h3 {
    border-top: 1px solid #333333;
    padding: 5px;
}

#comments #comments-open-data {
    line-height: 150%;
    padding: 10px;
}



/*footerLink*/
div#footerLink{
	display:block;
	clear:both;
	background:url(images/blog/line01.png) no-repeat;
	padding:20px 0;
	text-align:center;
	color:#666;
	letter-spacing:0.1em;
}
div#footerLink a{
	color:#666;
	text-decoration:none;
}
div#footerLink a:hover{
	color:#0099FF;
	text-decoration:underline;
}
div#footerLink span{
	background:#F90;
	padding:3px;
	color:#FFF;
	text-decoration:none;
}
div#footerLink u{
	text-decoration:none;
	letter-spacing:normal;
	padding-right:10px;
}
div#footerLink u a{
	color:#0099FF;
	text-decoration:underline;
}
div#footerLink u a:hover{
	text-decoration:none;
}






ul#gnavi:after,
div#wrapper:after,
div.entry_box div.title:after,
div.entry_box div.entry_main:after{
	display:block;
	content:"";
	height:0;
	clear:both;
}

div.entry_box .blogbnr {
padding: 25px 0 0 0;
text-align:right;
}
div.entry_box .blogcasa {
padding: 5px 0 0 0;
text-align:right;
}

div.entry_box a:hover img{
opacity: 0.5;
filter: alpha(opacity=60);}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left;
	color: #fff;
	padding-bottom: 1.0em;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



/*--最下層アンダーリンク--*/
#navigation {
	height:20px;
	margin:0 15px 15px;
	padding:5px 0px;
	border-top:1px dotted #666666;
	position:relative;
}

.back {
	text-align:left;
	position:absolute;
	left:0;
	top:10px;
	width:300px;
}

.next {
	text-align:right;
	position:absolute;
	right:0;
	top:10px;
	width:300px;
}

div#side ul li.child {
	border: none;
	font-size: 12px;
	background: none;
	position: relative;
}

div#side ul li.child span {
	position: absolute;
	top: -16px;
	right: 3px;
}

.postblock .date {
	font-size: 10px;
}

.postblock .cate {
	font-size: 10px;
	text-align: right;
	padding: 0 5px 5px 0;
}
.postblock .name a {
	text-decoration: none;
	color: #0099FF;
	font-weight:bold;
}

.postblock .name a:hover {
	color: #F90;
}

.postblock {
	border-bottom: dotted 1px #CCC;
	margin: 0 0 5px;
}

.postlist{
	border-top: dotted 2px #ff9946;
	padding:30px 0;
}

.catelist li a {
	color: #99cc00;
}

.catelist li.child a {
	color: #0099FF;
}

.wp-pagenavi {
	font-size: 11px;
}