
body{
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.1em;
	background: url(../images/bg.png);
	
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
	
}

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
.border{
	background: url(../images/pat.png);
	height: 20px;
}
#header{
	background: url(../images/pat.png);
	line-height: 80px;
}
#siteTitle{
	float: left;
	padding-left: 20px;
}
#siteTitle a{
	color: #fde962;
	font-size: 30px;
}
.search_btn{
	position: relative;
	margin: 20px 0;
}
.search_btn input{
	width:270px;
	height: 35px;
	border: 1px solid #ccc;
	background: none;
	padding-left: 10px;
	color: #333;
	font-size: 13px;
	font-style: italic;
	
}
.search_btn button{
	height: 37px;
	border: none;
	cursor: pointer;
	color: #333;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
}

/* nav */
.nav{
	float: right;
	padding-right: 20px;
}
.nav > ul > li{
	display: inline-block;
	position: relative;
	line-height: 30px;
}
.nav > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	background: #fde962;
	color: #111111;

}
.nav ul > li > ul{
	background: #fde962;
	width: 330px;
	padding: 20px 0;
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 1;
}
.nav ul > li > ul li{
	border-bottom: 1px solid #f4df54;
	line-height: 40px;}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #111111;
}

.nav ul > li > ul li a:hover{
	background: #d9c751;
}

#contents{
	padding-top: 30px;
	background: #fff;
}

/* aside */

#aside{
	float: right;
	width: 280px;
	padding-right: 20px;
}
.asidecon{

}
.heading{
	
}

#sublink{
	padding-left:20px;
}

.info, .sublinks{
	padding: 20px 0;
}
.info p{
	color: #666666;
	font-size: 13px;
	line-height: 1.5;
}
.blog{
	text-align: center;
	padding: 20px 0;
}

.sublinks li{
	word-break: break-all;
	padding: 12px 0;
	background: url(../images/dart.png) no-repeat left center;

}
.sublinks li:nth-child(6){
	border-bottom: none;
}
.sublinks a{
	color: #111111;
	font-size: 12px;
	line-height: 1.5;
	margin-left: 30px;
	display: inline-block;
}

.sublinks a:hover{
	color: #716200;

}

#popular{
	padding-top: 20px;
}
.pop{
	margin-bottom: 20px;
}
.pop .pic01{
	float: left;
	width: 90px;
	margin-right: 15px;
}
.pop #holder{
	float: right;
	width: 175px;
}
#holder a{
	font-size: 13px;
	color: #111111;
	line-height: 1.5;
}
#holder .date01{
	font-size: 13px;
	color:#666666;
	margin-top: 5px;
}

/* main */

#main{
	float: left;
	width: 700px;
}
#text{
	float: right;
	width: 570px;
}
.preview{
	padding: 0 20px;
	margin-bottom: 20px;
}
.title{
	color: #454545;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pad20{
	padding-left: 20px;
}
.pic{
	margin-bottom: 30px;
}
.date{
	width: 70px;
	text-align: center;
	letter-spacing: 0em !important;
	float: left;
	margin-right: 20px;
	background: #e7e7e7;
	color: #111111;
	font-size: 13px;
}
.icon, .day, .month, .yr{
	display: block;
}
.day{
	font-size:20px;
	padding-top: 5px;
}
.yr{
	padding-bottom: 5px;
}
.month{
	background: #111111;
	line-height: 30px;
	color: #fff;
}
.icon{
	background: #fde962;
	padding: 5px 0;
	font-size: 16px;
}
.content{
	text-align: right;
}
.content p{
	color: #666666;
	font-size: 13px;
	line-height:1.5;
	margin-bottom: 20px;
	text-align: left;
}
.read{
	color: #666666;
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	background: #eceeed;
	line-height: 30px;
	padding: 0 20px;
	text-align: center;
}
.read:hover{
	background: #fde962;
	color: #000;
}


/*footer*/

#footer{
	line-height: 50px;	
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	background: url(../images/pat.png); 
}


