@charset "UTF-8";

#contents {
	background:url(../images/blog/bg_blog.jpg) no-repeat center top;
}

/* .subArea */
.subArea #side {
	background:url(../images/blog/bg_sub.jpg) repeat-y center top;
	color:#fff;
	font-size:15px;
}
.subArea .stit {
	padding:20px 0 3px;
}
.subArea .stit span {
	background:url(../images/blog/bg_stit.png) no-repeat 6px top;
	display:inline-block;
	padding:0 0 0 25px;
	line-height:25px;
}
.subArea .snavi li:nth-child(odd) {
	background:url(../images/blog/bg_snavi.png) no-repeat center top;
}
.subArea .snavi li:last-child {
	box-shadow:0 3px 0 rgba(0,0,0,0.20);
}
.subArea .snavi:last-child li:last-child {
	box-shadow:0 0 0;
}
.subArea .snavi li a {
	color:#fff;
	line-height:34px;
	display:block;
	padding:0 25px;
	background:url(../images/blog/sico.png) no-repeat 90% center;
}

/* .blogArea */
.blogArea {
	padding:97px 0;
}
.blogArea .actitle {
	text-align: center;
	font-size: 32px;
	padding-bottom: 40px;
}
.blogArea .title01 {
	border-bottom:#000 1px solid;
	padding:0 13px 5px;
}
.blogArea .title01 span {
	background:url(../images/blog/ico_tit.png) no-repeat left center;
	display:inline-block;
	padding:0 0 0 26px;
	line-height:1.2;
	font-size:40px;
	color: #000;
}
.blogArea .title01 a:hover span {
	text-decoration: underline;
}
.blogArea .mtxt {
	padding:24px 0;
}
.blogArea .mtxt .dates {
	padding:0 35px;
}
.blogArea .mtxt a {
	color: #000;
}
.blogArea .cont {
	width:600px;
	margin:0 auto 100px;
	clear:both;
}
.blogArea .cont .txt p {
	line-height:1.8;
}
.blogArea .cont .txt p a {
	cursor: default;
}
.blogArea .cont .txt p img {
	width: 600px;
	height: auto;
	margin: 0 auto 25px;
}

/* .pageSet */
.pageSet {
	border-top:#000 1px solid;
	border-bottom:#000 1px solid;
}
.pageSet ul {
	width:600px;
	margin:0 auto;
	clear:both;
}
.pageSet ul li {
	padding:9px 0;
}
.pageSet ul li a {
	color:#000;
	background:url(../images/blog/ico_left.png) no-repeat left center;
	padding:0 23px;
}
.pageSet ul li:last-child a {
	background:url(../images/blog/ico_right.png) no-repeat right center;
}