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: 60px;
	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 {
	width: 420px;
}
.section table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.souhonzan {
	display: block;
}
.souhonzan li {
	display: block;
	width: 280px;
	height: 47px;
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
}
.organizer li {
	display: block;
	float: left;
	padding-right: 30px;
}
.organizer {
	display: block;
	width: 1010px;
	margin-right: -30px;
	overflow: hidden;
}
.sponser dt {
	padding-bottom: 5px;
	font-weight: bold;
}
.sponser dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	#contents .section .inner .section.clearfix .souhonzan.clearfix li {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#contents .section .inner .section.clearfix .organizer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#contents .section .inner .section.clearfix .organizer li {
	margin: 0px;
	width: 40%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
}