
body{
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	background: #ffffff;
	
	
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
	
}

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
#header{
	line-height: 100px;
}
#siteTitle{
	float: left;
}
#siteTitle a{
	color: #ff94ba;
	font-size: 36px;
	font-weight: bold;
}

#banner{
	float: right;
}
#search{
	position: relative;
	float: right;
	margin-top: 10px;
}

#search input{
	width:250px;
	height: 30px;
	border: none;
	background: #fff;
	padding-left: 10px;
	color: #fff;
	font-size: 13px;
	
}
#search button{
	width: 30px;
	height: 32px;
	border: none;
	cursor: pointer;
	color: #fff;
	background: #fe78c5;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
}

/* nav */

#gnav{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
}
.nav{
	
}
.nav > ul > li{
	display: inline-block;
	position: relative;	
	line-height: 50px;
	
}
.nav > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > a{
	display: block;
	padding: 2px 20px;
	font-size: 15px;
	color: #888888;
	text-transform: uppercase;
	
}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	background: #ff94ba;
	color: #fff;

}
.nav ul > li > ul{
	background: #ff94ba;
	width: 270px;
	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 rgba(0,0,0,0.1);
}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #fff;
}

.nav ul > li > ul li a:hover{
	background: rgba(0,0,0,0.5);
}

#contents{
	margin-top: 30px;
	background: #fff;
}

/* main */

#main{
	float: left;
	width: 700px;
}
.preview{
	margin-bottom: 30px;
	background: #f2f2f2;
	padding: 20px;
}
.post{
	margin-bottom: 30px;
	text-align: center;
}

.capimg{
	position: relative;
	margin: 20px 0;
}
.content{
	text-align: center;
}
.preview h2, .post h2{
	font-size: 22px;
	color: #464646;
	font-weight: bold;
	line-height: 40px;
	background: #ffd9c0;
	padding-left: 10px;
	margin-bottom: 15px;
}
.content p{
	color: #717171;
	font-size: 13px;
	line-height:1.5;
	margin-bottom: 20px;
	text-align: left;
}
.date{
	color: #666666;
	font-size: 13px;
	text-transform: uppercase;
	
}
.read{
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
	border: 2px solid #666666;
	line-height: 40px;
	padding: 0 25px;
	display: inline-block;
	transition: all .2s ease-in-out;
}
.read:hover{
	border: 2px solid #000;
	color: #000;
}


/* aside */

#aside{
	float: right;
	width: 280px;
	margin-left: 20px;
	background: #fff;
}
.heading{
	line-height: 45px;
	color: #464646;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: rgba(252,226,156,0.7);
	display: inline-block;
	text-align: center;
	width: 180px;
	margin-left: 20px;

	
	
}

#info, #sublinks, #blogpart, #popular{
	margin-bottom: 20px;
}
#info p, #sublinks ul, .blog, #popular ul{
	padding: 40px 20px 20px 20px;
	background: #f2f2f2;
	margin-top: -20px;
}
#info p{
	color: #666666;
	font-size: 13px;
	line-height: 1.5;
}

.blog{
	text-align: center;
}

#sublinks li{
	background: url(../images/bullet.png) no-repeat left center;
	margin-bottom: 20px;
}
#sublinks a{
	color: #464646;
	font-size: 13px;
	display: inline-block;
}
#sublinks a:hover{
	color: #fe78c5;
}

#popular ul{
	text-align: center;
}
#popular .popimg{
	margin-top: 10px;
}
#popular .popimg img{
	border-radius: 50%;
}
#popular li{
	margin-bottom: 20px;
}
#popular li:nth-child(3){
	border-bottom:none;
}

#popular .poplink a{
	color: #141414;
	font-size: 13px;
	line-height: 1.5;
}
#popular .poplink a:hover{
	color: #fe78c5;
}

#popular .popdate{
	color: #7e7d7d;
	font-size: 13px;
	margin-bottom: 5px;
}

/*footer*/

#footer{
	line-height: 50px;	
	text-align: center;
	color: #000;
	font-size: 13px;
	text-transform: capitalize;
	background: #ffd9c0;
}


