
body{
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	background: #f79a88 url(../images/bg.jpg) no-repeat top center;
	background-size: contain;
	
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
	
}

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
#header{
	background: rgba(255,255,255, 0.7);
	line-height: 100px;
}
#siteTitle{
	float: left;
}
#siteTitle a{
	color: #000;
	font-size: 30px;
}

#search{
	padding: 15px 0;
	background: #161616;
	text-align: right;
}
#search form{
	position: relative;
}
#search input{
	width:270px;
	height: 35px;
	border: none;
	background: #222222;
	padding-left: 10px;
	color: #fff;
	font-size: 13px;
	
}
#search button{
	height: 32px;
	border: none;
	cursor: pointer;
	color: #efb54b;
	background: none;
	position: absolute;
	top: 1px;
	right: -2px;
	font-size: 15px;
}

/* nav */

.nav{
	float: right;
}
.nav > ul > li{
	display: inline-block;
	position: relative;	
	
}
.nav > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #2d2d2d;
	text-transform: uppercase;
	line-height: 30px;
}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	background: #ff7f66;
	color: #fff;

}
.nav ul > li > ul{
	background: #ff7f66;
	width: 250px;
	padding: 20px 0;
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 1;
}
.nav ul > li > ul li{
	line-height: 40px;
	border-bottom: 1px solid #f79a88;
}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #fff;
}

.nav ul > li > ul li a:hover{
	background: #f79a88;
}

#contents{
	padding-top: 100px;
}

/* main */

#main{
	float: left;
	width: 700px;
	margin-right: 20px;
}
.preview{
	margin-bottom: 30px;
	background: #fff;
}
.preview h2{
	font-size: 22px;
	color: #313131;
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	font-weight: bold;
	background: #e7e2a6;
}
.cap-image{
	height: 660px;
	height: 260px;
	padding: 0 20px;
	margin-top: -40px;
	position: relative;
	z-index: 1;
}

.content{
	padding: 20px;
}
.content p{
	color: #6a6a6a;
	font-size: 13px;
	line-height:1.5;
	padding-bottom: 20px;
	text-align: left;
}
.date{
	position: relative;
	text-align: center;
	margin-top: -17px;
	z-index: 2;
}
.date > div{
	color: #fff;
	font-size: 13px;
	padding: 0 15px;
	display: inline-block;
	background: #f79a88;
	line-height: 35px;
	text-transform: uppercase;
}

.read{
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	background: #5aaed5;
	line-height: 35px;
	padding: 0 15px;
	transition: all .3s ease-in-out;
	background: #313131;
}
.read:hover{
	background: #f79a88;
}


/* aside */

#aside{
	float: right;
	width: 280px;
}
.heading{
	font-size: 13px;
	color: #454545;
	font-weight: bold;
	line-height: 40px;
	text-transform: capitalize;
	padding-left: 20px;
	background: #d7cacc;
	position: relative;
}
.heading:before{
	content: "";
	position: absolute;
	top:43px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #d7cacc;
}

 #sublinks, #popular, #blogpart{
	background: #fff;
	margin-bottom: 20px;
}
#info p, #sublinks ul, .blog, #popular ul{
	padding: 20px;
}
#info{
	background: rgba(54,54,54,0.8);
	margin-bottom: 20px;
}
#info p{
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}
#sublinks li{
	margin-bottom: 15px;
}
#sublinks a{
	color: #313131;
	font-size: 13px;
	line-height: 1.5;
}
#sublinks a:hover{
	color: #fe5337;
}
#blogpart > .blog{
	text-align: center; 
}

#popular ul{
	text-align: center;
}
#popular li{
	padding-bottom: 20px;
}

#popular a{
	color: #171717;
	font-size: 13px;
	line-height: 1.5;
	background: #e7e2a6;
	display: block;
	padding: 10px 0;
}
#popular a:hover{
	background: #f79a88;
	color: #fff;
}


/*footer*/

#footer{
	line-height: 50px;	
	text-align: left;
	color: #fe5337;
	font-size: 13px;
	background: #fff;
	text-transform: capitalize;
}


