#sect03 h2 {
	/*padding-bottom: 0;*/
}
#sect03 #slideshow {
	margin-bottom: 15px;
}
#sect03 #slideshow li img {
	width: 630px;
	height: 363px;
}
ul.slides-nav {
	float: right;
}
ul.slides-nav li {
	float: left;
	padding-left: 2px;
	font-size: 16px;
}
ul.slides-nav li a {
	color: #ccc;
}
ul.slides-nav li.on a {
	color: #333;
}
#wp-cat {
	padding: 0;
}
#wp-cat h3 {
	background: none;
}
ul#picup {
	margin-bottom: 10px;
}
ul#picup li {
	float: left;
	padding-left: 5px;
	width: 205px;
}
ul#picup li .pick-thumb {
	float: left;
	background: none;
	width: 95px;
}
ul#picup li .pick-thumb img {
	background: #fff;
	width: 86px;
	height: 60px;
	padding: 3px;
	box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc; 
}
ul#picup li .description h4 {
	color: #007eff;
	font-weight: bold;
}
ul#whatsnew {
	zoom: 0;
}
ul#whatsnew li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}
/*
ul#whatsnew li .day {
	float: left;
	width: 145px;
}
ul#whatsnew li .day p {
	font-size: 14px;
	text-indent: 15px;
}
*/
ul#whatsnew li .post-wrap {
	float: right;
	width: 630px;
}
ul#whatsnew li .post-wrap p.btn {
	clear: both;
	float: right;
	margin: 7px 0;
}
ul#whatsnew li .post-wrap p.btn a img:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	text-decoration: none;
}
ul#whatsnew li .post-wrap h4 {
	color: #007eff;
	font-weight: bold;
	font-size: 12px;
}
ul#whatsnew li .post-wrap h4 a {
	color: #007eff;
}
ul#whatsnew li .post-wrap .post p a img {
	float: left;
	margin: 0 5px 8px 0;
	background: #fff;
	padding: 3px;
	box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc; 
}
ul#whatsnew li .post-wrap .post p img {
	float: left;
	margin: 0 5px 8px 0;
	background: #fff;
	padding: 3px;
	box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc; 
}
#posttitle {
	background: #f6f2f0 url(images/bg_dtltitle.png) 5px 0 no-repeat;
	height: 60px;
	position: relative;
}
#posttitle p {
	text-indent: 25px;
}
#posttitle p.jptitle {
	padding-top: 8px;
	font-weight: bold;
	color: #666;
}
#posttitle p.engtitle {
	font-size: 150%;
	font-weight: bold;
}
#posttitle ul#bookmark {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#posttitle ul#bookmark li {
	float: left;
	margin-right: 5px;
}
ul#lightbox {
	margin-bottom: 15px;
}
ul#lightbox li {
	float: left;
	margin-right: 10px;
}
ul#lightbox li img {
	background: #fff;
	padding: 3px;
	box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc; 
	width:  123px;
	height: 86px;
	border: none;
}
*html ul#lightbox li img,
*html .post p a img {
	border: 1px solid #f2f2f2;
}
*:first-child+html ul#lightbox li img,
*:first-child+html .post p a img {
	border: 1px solid #f2f2f2;
}
head~/* */body ul#lightbox li img,
head~/* */body .post p a img {
	border: 1px solid #f2f2f2;
}
#discription .post {
	padding: 10px;
}
#discription .post p {
	/*display: inline;*/
	margin: 0 0 5px 0;
}
#discription .post img {
	float: left;
	margin: 0 5px 8px 0;
	background: #fff;
	padding: 3px;
	box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc; 
}
#information {
	clear: both;
	margin-bottom: 15px;
	background: #f6f6f6 url(images/bg_information.png) 0 0 no-repeat;
	/*height: 200px;*/
}
#information h3 {
	padding: 30px 0 0 30px;
}
#information dl {
	display: block;
	float: left;
	padding: 10px 0 20px 30px;
	width: 320px;
}
#information dt {
	font-size: 130%;
	font-weight: bold;
	color: #007eff;
}
#information p.map {
	float: right;
	padding-bottom: 20px;
}
#information p.map img {
	margin-right: 15px;
	border: 3px solid #fff;
}
#information p.map img:hover {
	border: 3px solid #ccc;
}
#tag a {
	padding: 3px 7px;
	background: #ededed;
	color: #555;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */ 
}
#tag a:hover {
	background: #f2f2f2;
	color: #aaa;
}
#sect04 h2 {
	margin-bottom: 10px;
	padding: 5px 8px;
	background: #000;
	color: #fff;
	font-size: 20px;
}

/* PageNavi CSS */
.wp-pagenavi {
	padding: 5px 0;
	font-size: 120%;
}
.wp-pagenavi span,
.wp-pagenavi a {
	padding: 3px 5px;
	background: #f2f2f2;
	margin-right: 7px;
	text-shadow: 0 1px 1px #fff;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */ 
}

hr {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

/*窪田追加3/26*/
p.attention {
       text-align: right;
       margin: 0 0 2em 0;
       }
