body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ie7 body ,
.ie8 body {
	background-image: url(../images/bg_ie7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.categorybox {
	padding-top: 40px;
}
.categorybox ul li {
	display: block;
	float: left;
	height: 35px;
	width: 125px;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 15px;
	background-color: #595757;
}
.categorybox ul li:hover {
	background-color: #000;
	text-decoration:none;
}

.categorybox ul li a {
	color: #FFF;
	display: block;
}
.categorybox ul li a:hover {
	text-decoration:none;}

.categorybox .all {
	display: block;
	clear: both;
	height: 35px;
	width: 125px;
	background-color: #000;
	text-align: center;
	line-height: 35px;
	float: right;
}
.categorybox .all a {
	color: #FFF;
}
.categorybox ul {
	display: block;
	width: 998px;
	margin-right: -18px;
	overflow: hidden;
}
.post_area {
	clear: both;
	padding-top: 40px;
}
.post_area .post {
	background-image: url(../../common/images/bg_slash.png);
	position: relative;
	margin-bottom: 40px;
	min-height: 170px;
	padding: 20px;
}
.post_area .post .post_meta {
	width: 125px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.post .post_content {
	width: 800px;
	float: right;
}
.post_meta .date {
	display: block;
	font-size: 20px;
	letter-spacing: 0.2em;
	width: 60px;
	line-height: 1.7em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.post_content .thumb {
	display: block;
	width: 255px;
	position: absolute;
	top: 20px;
	right: 25px;
}
.post_content .post_title {
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 18px;
}
#single .post.clearfix .tag {
	background-image: url(../../common/images/bg_slash.png);
	width: 100%;
}
#single .post.clearfix .post_meta .date {
	padding-top: 60px;
}
#single .post.clearfix .post_content .post_title {
	padding-top: 30px;
}
.section {
	padding-bottom: 50px;
	clear: both;
}
.section .section_title {
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
.section .text {
	float: right;
	width: 650px;
}
.section .photo {
	width: 200px;
	padding-right: 85px;
	float: left;
	background-image: url(../images/goaisatsu.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.section table {

}
.section table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.section.left .column_section {
	float: left;
}
#contents .section.left .text {
	float: right;
	width: 850px;
}

.section.right .column_section {
	float: right;
}
#contents .section.right .text {
	float: left;
	width: 850px;
}
.ornament {
	display: block;
	text-align: center;
	padding-top: 40px;
}
.pagination {
	clear: both;
	text-align: center;
}
.pagination span {
	background-color: #9FA0A0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.pagination span a {
	color: #FFF;
}
.pagination span.current {
	background-color: #595757;
}
.sokushin {
	padding-top: 50px;
}
dl, dt, dd {
	display: block;
}
.sokushin dl dt {
	width: 180px;
	float: left;
}
.sokushin dl dd {
	width: 620px;
	float: left;
	padding-bottom: 30px;
}
.sokushin dl dd .tonaekata {
	display: block;
	width: 310px;
	float: left;
	padding-top: 20px;
	height: 80px;
}
.sokushin  .tonaekata span {
	display: block;
	font-size: 95%;
	padding-top: 1em;
}
.text .goma {
	padding-top: 30px;
}
.text .goma dl dd {
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 10px;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
#contents .section .inner .section.left.clearfix .text {
	width: 75%;
}
#contents .section .inner .section.right.clearfix .text {
	width: 75%;
}
.section.right.clearfix .text .sokushin dl dt {
	width: 100%;
	padding-bottom: 10px;
}
.section.right.clearfix .text .sokushin dl dd {
	width: 100%;
}
}