
body{
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	background: #342e35;
	
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
	
}

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
#header{
	background: #262127;
	line-height: 100px;
}
#siteTitle{
	float: left;
}
#siteTitle a{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

#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: #fff;
	text-transform: uppercase;
	line-height: 30px;
}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	border-bottom: 2px solid #ed3959;
	color: #ed3959;

}
.nav ul > li > ul{
	background: #ed3959;
	width: 300px;
	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 #d41f3f;
}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #fff;
}

.nav ul > li > ul li a:hover{
	background: #d41f3f;
}

#contents{
	padding: 30px 0;
}

/* main */

#main{
	float: right;
	width: 700px;
	margin-left: 20px;
}
.preview{
	margin-bottom: 30px;
	background: #fff;
}
.preview h2{
	font-size: 22px;
	color: #464047;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.cap-image{
	margin-bottom: 20px;
	position: relative;
	height: 700px;
	height: 350px;
}
.content{
	text-align: center;
	padding: 20px;
	
}
.content p{
	color: #686868;
	font-size: 13px;
	line-height:1.5;
	margin-bottom: 20px;
	text-align: left;
}
.date{
	text-align: center;
}
.date > div{
	color: #747474;
	font-size: 13px;
	padding: 0 10px;
	display: inline-block;
	border-left: 1px solid #747474;
	border-right: 1px solid #747474;
}

.read{
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	background: #5aaed5;
	line-height: 35px;
	border-radius: 3px;
	padding: 0 15px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f63671+0,f63671+59,f75352+100 */
background: #f63671; /* Old browsers */
background: -moz-linear-gradient(top,  #f63671 0%, #f63671 59%, #f75352 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f63671), color-stop(59%,#f63671), color-stop(100%,#f75352)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f63671 0%,#f63671 59%,#f75352 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f63671 0%,#f63671 59%,#f75352 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f63671 0%,#f63671 59%,#f75352 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f63671 0%,#f63671 59%,#f75352 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f63671', endColorstr='#f75352',GradientType=0 ); /* IE6-9 */


}
.read:hover{
}


/* aside */

#aside{
	float: left;
	width: 280px;
}
.heading{
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	display: inline-block;
	text-transform: capitalize;
	padding: 0 20px;
	margin-top: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f63671+0,f63671+59,f75352+100 */
background: #f63671; /* Old browsers */
background: -moz-linear-gradient(top,  #f63671 0%, #f63671 59%, #f75352 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f63671), color-stop(59%,#f63671), color-stop(100%,#f75352)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f63671 0%,#f63671 59%,#f75352 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f63671 0%,#f63671 59%,#f75352 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f63671 0%,#f63671 59%,#f75352 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f63671 0%,#f63671 59%,#f75352 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f63671', endColorstr='#f75352',GradientType=0 ); /* IE6-9 */
}

#info, #sublinks, #popular, #blogpart{
	background: #262127;
	margin-bottom: 20px;
}
#info p, #sublinks ul, .blog{
	padding: 20px;
}
#info p{
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}
#sublinks ul{
	padding-top: 20px; 
}
#sublinks li{
	margin-bottom: 10px;
}
#sublinks a{
	color: #fff;
	background: #342e35;
	display: block;
	font-size: 13px;
	padding: 10px;
	line-height: 1.5;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
#sublinks a:hover{
	background: #fff;
	color: #342e35;
}
#blogpart > .blog{
	text-align: center; 
}

#popular ul{
	text-align: center;
	padding-top: 20px;
}
#popular li{
	padding-bottom: 20px;
}

#popular a{
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}
#popular a:hover{
	color: #ed3959;
}

#popular .popimg > img{
	border-radius: 50%;
}

/*footer*/

#footer{
	line-height: 50px;	
	text-align: left;
	color: #787878;
	font-size: 13px;
	background: #000;
	text-transform: capitalize;
}


