@charset "UTF-8";
/* CSS Document */

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,
img {
	border:0;
	}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
	}
ol,
ul {
	list-style:none;
	}
caption,
th {
	text-align:left;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
	}
img {
	vertical-align:top;
	}

a {
	border:none; outline:none;
	}
*{
	zoom : 1;
	}

/**/

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#7b4728;
	background:url(../img/bg.gif);
	text-align:center;
	}

a{
	color:#ec8d1d;
	}

a:hover{
	text-decoration:none;
	}

#header{
	width:100%;
	background:url(../img/h_bg.gif) repeat-x;
	padding:70px 0 35px 0;
	}
#nav{
	width:100%;
	margin-bottom:55px;
	background:url(../img/nav_bg.gif) repeat-x;
	height:auto !important;
	min-height:138px;
	height:138px;
	}
#nav ul{
	width:288px;
	display:inline-block;
	margin:11px auto 0 auto;
	}
#nav ul li{
	float:left;
	margin-right:16px;
	}
#nav ul li.last{
	margin-right:0;
	}
	
#contents{
	width:600px;
	margin:0 auto;
	text-align:left;
	}

#contents #news{
	}
#contents #news #feed{
	margin-top:30px;
	}
#contents #news #feed div{
	width:540px;
	padding-left:60px;
	display:inline-block;
	margin-bottom:36px;
	padding-bottom:36px;
	border-bottom:1px dashed #b5b87e; 
	position:relative;
	}

#contents #news #feed div:last-child{
	border:none;
	}

#contents #news #feed div .date{
	position:absolute;
	top:0;
	left:0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:#f1c427;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	float:left;
	width:50px;
	height:40px;
	padding-top:10px;
	margin-right:10px;
	}

#contents #news #feed div img{
	border:3px solid #fff;
	float:left;
	}
#contents #news #feed div p.text{
	width:420px;
	float:right;
	}
#contents #news #feed div h3{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	}

#copyright{
	padding:10px 0;
	width:100%;
	background:#b9d27b;
	color:#ffffff;
	text-align:center;
}

#copyright span{
	padding:0 10px;
	}