body{
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	background: url(../images/bg.png);
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
}

.clearfix{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
.siteTitle{
	line-height: 100px;
}
.siteTitle a{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0 0 5px #5b1112;
}


/* nav */

.nav{
	line-height: 50px;
	margin-bottom: 15px;
}
.nav > ul > li{
	display: inline-block;
	position: relative;
}
.nav > ul > li:hover > ul{
	visibility: visible;
}
.nav > ul > li:hover > ul li{
	opacity: 1;
	transform: none;
	text-align:center;
}
.nav > ul > li > a{
	display: block;
	padding: 0 25px;
	font-size: 12px;
	color: #61544e;
	border-top: 10px solid transparent;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;
}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	border-top: 10px solid #443229;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
}
.nav ul > li > ul{
	text-align:center;
	width: 340px;
	position: absolute;
	list-style-type: none;
	top: auto;
	left: -55px;
	visibility: hidden;
	z-index: 999;
}
.nav ul > li > ul li{
	opacity: 0;
	transition: opacity .7s;
		-moz-transition: opacity .7s;
		-ms-transition: opacity .7s;
		-o-transition: opacity .7s;
		-webkit-transition: opacity .7s;
}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background: #443229;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;
}
.nav ul > li > ul li a:hover{
	background: #bc413d;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
}


/* main side */

#mainSide{
	float: left;
	width: 660px;
	background: #eeeaea;
	min-width: 660px;
}
.mainCon{
	background: #fff;
	width: 590px;
	margin: 0 20px 0 50px;
}

.postWrap{
	padding: 0 20px 0 15px;
	position: relative;
}
.postTitle{
	color: #3c2d25;
	font-size: 22px;
	border-bottom: 1px solid #6d6d6d;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.postContent{
	margin-top: 20px;
	padding: 0 20px;
}
.postContent p{
	font-size: 13px;
	line-height: 1.5;
	color: #584d45;
	padding-bottom: 20px;
}
.postContent .read{
	color: #6d2421;
	font-size: 12px;
}
.postContent .read:hover{
	font-weight: bold;
}

.postWrap img{
	padding: 0 20px;
}
.postDate{
	background: url(../images/cal.png) no-repeat;
	width: 128px;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	position: absolute;
	top: 0;
	left: -128px;
	padding-left: 5px;
}




/* right side */

#rightSide{
	float: right;
	width: 340px;
	background: #443229;

}
.rightCon{
	border: 2px dashed #c69c6d;
	margin: 10px;
	padding: 15px;
	
}.search_btn{
	position: relative;
	margin-bottom: 20px;
	color: #c69c6d;
	font-size: 13px;
	border-bottom: 2px solid #201513;
	line-height: 25px;
	padding-bottom: 15px;
}
.search_btn input{
	width: 212px;
	height: 25px;
	background: #fff;
	border: none;
	padding-left: 10px;
	color: #4d4d4d;
	position: absolute;
	top: 0;
	right: 0;
}
.search_btn button{
	display: none;
}
.blogpart{
	background: rgb(81,61,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(81,61,56,1) 0%, rgba(34,23,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,61,56,1)), color-stop(100%,rgba(34,23,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#513d38', endColorstr='#221714',GradientType=0 ); /* IE6-9 */
	padding: 20px 0;
	border-radius: 10px;
	margin-bottom: 20px;
}
.cap{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.info{
	background: url(../images/pad.png) no-repeat;
	height: 290px;
	padding: 17px;
}
.info p{
	color: #fff;
	line-height: 1.5;
	font-size: 13px;
}
.info01{
	padding: 20px;
}
.info01 p{
	color: #222;
	line-height: 1.5;
	font-size: 13px;
}
.heading{
	font-size: 18px;
	background: #3B2A21;
	color: #fff;
	line-height: 40px;
}
.link01{
	background: rgb(81,61,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(81,61,56,1) 0%, rgba(34,23,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,61,56,1)), color-stop(100%,rgba(34,23,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#513d38', endColorstr='#221714',GradientType=0 ); /* IE6-9 */
	margin: 20px 0;
}

.link01 li{
	border-bottom: 1px solid #201513;
	line-height: 40px;
	
}
.link01 li:last-child{
	border-bottom: none;
}
.link01 a{
	font-size: 13px;
	color: #fff;
	padding: 0 20px;
	display: block;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;
}
.link01 a:hover{
	background: #A03532;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
	
}
.link{
	background: rgb(81,61,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(81,61,56,1) 0%, rgba(34,23,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,61,56,1)), color-stop(100%,rgba(34,23,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(81,61,56,1) 0%,rgba(34,23,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#513d38', endColorstr='#221714',GradientType=0 ); /* IE6-9 */
	padding: 20px 0;
	border-radius: 10px;
	text-align: right;
}
.link li{
	border-bottom: 2px solid #201513;
	line-height: 30px;
	
}
.link a{
	font-size: 11px;
	color: #fff;
	padding: 0 20px;
	display: block;
}
.link a:hover{
	background: url(../images/ribbon.png) no-repeat;
	
}

/* footer */

#footer{
	line-height: 80px;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

@media screen and (max-width: 1160px) {
    .postDate{
		background: url(../images/cal.png) no-repeat;
		width: 128px;
		line-height: 45px;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		position: absolute;
		top: 0;
		left: 462px;
	}
}