
body{
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	background: #fbb3cb;
	
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
	
}

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
#header{
	line-height: 110px;
}
#siteTitle{
	float: left;
	background: url(../images/header.png) no-repeat top center;
}
#siteTitle a{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

#search{
	float: right;
	position: relative;
	padding: 20px;
	border: 1px solid #303030;
	background: #252525; /* Old browsers */
	background: -moz-linear-gradient(top,  #252525 0%, #030303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252525), color-stop(100%,#030303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #252525 0%,#030303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #252525 0%,#030303 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #252525 0%,#030303 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #252525 0%,#030303 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#030303',GradientType=0 ); /* IE6-9 */

}

#search input{
	width:270px;
	height: 35px;
	border: 1px solid #404040;
	background: #000;
	padding-left: 10px;
	color: #fff;
	font-size: 13px;
	
}
#search button{
	height: 32px;
	border: none;
	cursor: pointer;
	color: #efb54b;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	display: none;
}

/* nav */

.nav{
	background: #bb3538;
	text-align: center;
}
.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: 52px;
}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	background: #912225;

}
.nav ul > li > ul{
	background: #912225;
	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 #711417;
}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #fff;
}

.nav ul > li > ul li a:hover{
	background: #711417;
}

#contents{
	margin-top: 30px;
}

/* main */

#main{
	float: left;
	width: 660px;
	padding: 20px;
	background: #fff;
}
.preview{
	margin-bottom: 30px;
}
#holder01{
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.preview h2{
	font-size: 18px;
	color: #fff;
	background: #000;
	display: inline-block;
	line-height: 40px;
	padding-left: 20px;
	width: 410px;
	float: left;
	position: relative;
}


.cap-image{
	width: 280px;
	height: 190px;
	position: relative;
	float: left;
	width: 280px;
	margin-right: 20px;
}

.content{
	float: right;
	width: 360px;
}
.content p, .con-post p{
	color: #656565;
	font-size: 13px;
	line-height:1.5;
	padding-bottom: 20px;
	text-align: left;
}
.date{
	color: #7d7d7d;
	font-size: 16px;
	float: right;
	padding-right: 30px;
}


.read{
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	font-style: italic;
}
.read:hover{
	color: #bb3538;
}

.content h2{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.content .post-date{
	margin-bottom: 20px;
	color: #6c6969;
	font-size: 13px;
}
.cap-image-post{
	margin-bottom: 20px;
	width: 660px;
	height: 310px;
}


/* aside */

#aside{
	float: right;
	width: 260px;
	background: #f3f3f3;
	padding: 20px;
}

.heading{
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	background: #8d2225;
	padding-left: 20px;
	display: inline-block;
	width: 200px;
	position: relative;
	
}
.heading:before{
	content: "";
	width: 0;
	height: 0;
	border-top: 0 solid #8d2225;
	border-bottom: 40px solid #8d2225;
	border-right: 40px solid transparent;
	position: absolute;
	top: 0;
	right: -40px;
}
#info,#sublinks, #popular, #blogpart{
}
#info p, .blog{
	padding: 20px 0;
}
#popular ul{
	padding-top: 20px;
}
#sublinks ul{
	padding: 10px 0;
}
#info p, #popular p{
	color: #656262;
	font-size: 13px;
	line-height: 1.5;
}
#sublinks li{
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}
#sublinks a{
	color: #000;
	font-size: 13px;
	line-height: 1.5;
}
#sublinks a:hover{
	color: #bb3538;
}
#blogpart > .blog{
	text-align: center; 
}

#popular .popimg{
	float: left;
	width: 85px;
	margin-right: 15px;
}
#popular li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#popular a{
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#popular a:hover{
	color: #d01f3c;
}


/*footer*/

#footer{
	line-height: 50px;	
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #bb3538;
	text-transform: capitalize;
}




