@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* basic
-------------------------------------------------------------------------------*/

.fltR{float: right;}
.fltL{float: left;}
.alnC{ text-align:center; }

.mt20{ margin-top: 20px;}

.clrfx:after{
	content:"";
	display:table;
	clear:both;
}
.clrfx{zoom:1}

/* layout
-------------------------------------------------------------------------------*/

body{
	font:14px/1.86 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing:.05em;
}
body,html{ background: url(../images/nekost/bg.gif) repeat; }


.wrapper{
	width:650px;
	margin: 0 auto;
	padding: 60px 0;
}


.main{
	background-color: #e95532;
	background-color: rgba(233,85,50,0.9);
}

.content{
	width: 550px;
	margin: 0 auto;
	padding: 30px 25px;
	border-radius: 15px;
	background-color: #fff;
}

.entry{
	margin-bottom: 45px;
	padding-bottom: 50px;
	background: url(../images/nekost/entry_bg.gif) no-repeat center bottom;
}
.content .entry:last-child{
	margin-bottom: 0;
	background: none;
}

.entryBody{
	float: right;
	width: 275px;
}

.time{
	font-size: 12px;
	color: #796A56;
}

.time span{
	display: inline-block;
	padding-left: 18px;
	font-size: 16px;
}

.subject{
	float: left;
	width: 180px;
	padding: 10px;
	background-color: #fff68c;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}

.photo{
	float: left;
	width: 250px;
}

.photo a{
	display: block;
	margin-bottom: 30px;
	outline: none;
}
.photo a:last-child{ margin-bottom: 0; } 

#nav{
	width: 550px;
	margin: 45px auto 16px auto;
}
#nav .fltL, #nav .fltR{ width:135px; height: 53px; }

#copyright{
	width: 650px;
	height: 23px;
	padding: 122px 0 10px 0;
	background: url(../images/nekost/copyright_bg.png) no-repeat;
	text-align:center;
}
