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

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
#header{
	background: #2b2e2d;
	border-bottom: 4px solid #78c9df;
	line-height: 50px;
}
#siteTitle{
	line-height: 80px;
}
#siteTitle a{
	color: #2b2e2d;
	font-size: 36px;
	font-weight: bold;
}
#siteTitle:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 300px;
	width: 62px;
	height: 63px;
	background: url(../images/star.jpg) no-repeat;
}
#search{
	float: right;
	margin-top: 8px;
}
#search form{
	position: relative;
	background: #fff;
}
#search input{
	width:270px;
	height: 30px;
	border: none;
	background: #fff;
	padding-left: 10px;
	color: #666;
	font-size: 13px;
	
}
#search button{
	height: 32px;
	border: none;
	cursor: pointer;
	color: #fff;
	background: #78c9df;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
}

/* nav */
.nav{
	float: left;
}
.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{
	background: #78c9df;

}
.nav ul > li > ul{
	background: #78c9df;
	width: 250px;
	padding: 20px 0;
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 1;
}
.nav ul > li > ul li{
	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: #4faec8;
}

#contents{
	padding: 30px 0;
}

/* main */

#main{
	float: left;
	width: 500px;
	margin-right: 15px;
	margin-left: 15px;
}

.preview{
	margin-bottom: 30px;
}
.preview h2{
	font-size: 22px;
	color: #2b2e2d;
	font-weight: bold;
}
.cap-image{
	margin: 20px 0;
}

.content p{
	color: #787878;
	font-size: 13px;
	line-height:1.5;
	margin-bottom: 20px;
	text-align: left;
}
.date{
	color: #fff;
	width: 50px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.day, .monthyr{
	display: block;
}
.day{
	font-size:24px;
	font-weight: bold;
	background:#78c9df;
	padding: 3px 0;
}
.monthyr{
	font-size: 12px;
	background: #2b2e2d;
	padding: 3px 0;
}
.read{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6ac6e1+0,45b6d4+100 */
background: #6ac6e1; /* Old browsers */
background: -moz-linear-gradient(top,  #6ac6e1 0%, #45b6d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ac6e1), color-stop(100%,#45b6d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6ac6e1 0%,#45b6d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6ac6e1 0%,#45b6d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6ac6e1 0%,#45b6d4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6ac6e1 0%,#45b6d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ac6e1', endColorstr='#45b6d4',GradientType=0 ); /* IE6-9 */
	
	color: #fff;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	font-size: 13px;
	text-transform: capitalize;
}

.read:hover{
	background: #2b2e2d;
}


/* aside */

#asideL{
	float: left;
	width: 205px;
	padding: 15px;
	background: #fff;
}

#asideR{
	float: right;
	width: 205px;
	padding: 15px;
	background: #fff;
}

.heading{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #2b2e2d;
	line-height: 30px;
	display: inline-block;
	text-transform: capitalize;
}
#info, #sublinks, #blogpart, #popular{
	background: #f8f8f8;
	margin-bottom: 20px;
	padding: 15px;
}

#info p{
	color: #787878;
	font-size: 13px;
	line-height: 1.5;
	padding-top: 15px;
}
#sublinks ul, #popular ul{
	padding-top: 15px;
}
#sublinks li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
#sublinks a{
	color: #45b6d4;
	font-size: 13px;
	line-height: 1.5;
}
#sublinks a:hover{
	color: #2b2e2d;
}
#blogpart > .blog{
	text-align: center;
	padding-top: 15px;
}
#popular li{
	display: block;
	height: 65px;
	padding-bottom: 15px;
}
#popular .pop-image{
	float: left;
	width: 75px;
}
#popular .poplink{
	float:right;
	width: 100px;
}
#popular .poplink a{
	color: #2b2e2d;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	line-height: 1.5;

}
#popular .poplink a:hover{
	color: #45b6d4;
}


/*footer*/

#footer{
	line-height: 50px;	
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #2b2e2d;
	text-transform: capitalize;
	border-top: 4px solid #78c9df;
}


