@charset "utf-8";

/*==================================================	
/ HTML
/=================================================*/

*{
	margin: 0px;
	padding: 0px;
}
body{
	text-align: center;
	padding-top: 20px;
    background-image: url(http://berryjyu-farm.jp/bg.gif);
      color: #333333;
  }

div,p{
	font-size: 12px;
	line-height: 150%;
}

a{
  color: #0000FF;
}

/*==================================================	
/ レイアウト
/=================================================*/

#wrapper{
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#container{
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}

#header{
	margin-bottom: 20px;
}

#footer{
}

/*==================================================	
/ お知らせ一覧
/=================================================*/

/**
 * タイトル
 */

#newsTitle{
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
  float:left;
  width: 760px;
}
#newsTitle h1{
	font-size: 20px;
  float:left;
}
#newsTitle p.rss{
  float:right;
}

/**
 * 一覧
 */
#newsList{
	clear: both;
}
#newsList .entrys{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#newsList .entrys .date{
	float: left;
	width: 100px;
}
#newsList .entrys .info{
	float: left;
	width: 660px;
}

/**
 * ページナビゲーション
 */

.pagenavi{
	margin-bottom: 10px;
	text-align: right;
}
.pagenavi span,
.pagenavi a{
	margin-right: 2px;
}

/*==================================================	
/ お知らせ詳細
/=================================================*/

#newsDetails{
	clear: both;
}

#newsDetails h2.title{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
}
#newsDetails .date{
	text-align: right;
	margin-bottom: 20px;
}

/*==================================================	
/ その他
/=================================================*/

.panlist{
	margin-bottom: 10px;
}

#errorMess{
	  color: #FF0000;
  }