

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

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
#header{
	line-height: 80px;
	background: #2c3e50;
}
#siteTitle{
	text-align: center;
	line-height: 100px;
}
#siteTitle a{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
.search_btn{
	float: right;
	position: relative;
	margin-top: 20px; 
}
.search_btn input{
	width:270px;
	height: 35px;
	border: none;
	background: #1f2c39;
	padding-left: 10px;
	color: #fff;
	font-size: 13px;
	
}
.search_btn button{
	height: 35px;
	border: none;
	cursor: pointer;
	color: #fff;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	
}

/* nav */


.nav{
	float: left;
}

.nav > ul > li{
	display: inline-block;
	position: relative;
	line-height: 35px;
}
.nav > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #ffffff;
}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	background: #1abc9c;
}
.nav ul > li > ul{
	background: #1abc9c;
	width: 320px;
	padding: 20px 0;
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 999;
	border: 1px solid #16ac8e;
}
.nav ul > li > ul li{
	border-bottom: 1px solid #16ac8e;
	line-height: 40px;
}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #FFF;
}

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




#contents{
	
}
/* aside */

#aside{
	float: right;
	width: 300px;
	padding: 20px;
	margin-left: 20px;
	background: #fff;
}
.asidecon{
	
}
.heading{
	line-height: 30px;
	color: #e74c3c;
	font-size: 15px;
	text-transform: uppercase;
}
.info{
	padding: 20px 0;
}
.info p{
	color: #555555;
	font-size: 13px;
	line-height: 1.5;

}
.blog{
	text-align: center;
	padding: 20px 0;
}
.sublinks{
	padding: 20px 0;
}
.sublinks li{
	padding: 10px 0;

}

.sublinks a{
	color: #1abc9c;
	font-size: 12px;
	line-height: 1.5;
	display: inline-block;

	
}
.sublinks a:hover{
	color: #2c3e50;
}

.pop{
	padding: 20px 0;
}
.pop img{
	vertical-align: top;
	margin-right: 10px;
	border-radius: 50%;
}
.pop li{
	word-break: break-all;
	margin-bottom: 20px;
}

.pop a{
	color: #000;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
	display: inline-block;
	width: 200px;

	
}
.pop a:hover{
	color: #ff33cc;
}


/* main */

#main{
	float: left;
	width: 600px;
	padding: 20px;
	background: #fff;
	
}
.preview{

	text-align: center;
	margin-bottom: 20px;
}
#text{

}
.title{
	color: #e74c3c;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.date{
	color: #1abc9c;
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: bold;
}
.date span{
	color: #6b8095;
}
.pic{
	float: left;
	width: 230px;
	margin-right: 20px;
}
.content{
	float: right;
	width: 350px;
	text-align: left;
}
.content p, .content01 p{
	color: #555555;
	font-size: 13px;
	line-height:1.5;
	margin-bottom: 20px;
	text-align: left;

}
.read{
	font-size: 13px;
	color: #93aacb;
	display: inline-block;
	text-transform: lowercase;
	text-align: left;
	letter-spacing: 0em !important;

}
.read:hover{
	color: #1abc9c;
}
.read span{
	font-size: 35px;
}

.pic01{
	float: left;
	margin-right: 20px;
	
}


/*footer*/

#footer{
	line-height: 50px;	
	text-align: center;
	color: #fff;
	font-size: 13px;
}





