body {
	margin: 0;
	text-align: center;
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em; 
	line-height: 1.7em; 
	background-color: #fff;
	color:#444;
	background-image:url("bn-common/images/bg.gif") ;
}

a {
	color: #338bd0; 
	text-decoration:none;
}
	
a:hover {
	color: #338bd0; 
	text-decoration: underline; 
}

a:visited { color: #663399;}

img { border:0; }
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	 -ms-filter: "alpha(opacity=70)";
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
	text-align: left;
	padding:15px 15px 0 15px;
	width: 800px;
	background: #fff;
	overflow: hidden;
	}

hr {
	margin:15px 0;
	border: 0;
	height: 1px;
	background: #ccc;
	}

/* ---------------------------------------------------------------------------
レイアウト
------------------------------------------------------------------------------ */

#one {
	float: left;
	width:100%;
	overflow: hidden;
	font-size:95%;
	}
	
.content {
	padding: 15px 0 0 15px;
	}

/* ---------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------ */
#banner {
	text-align: left;
	padding: 10px;
	background-color: #f5d8c0;
	}
	
/* ---------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------ */
#footer { 
	clear: both;
	text-align: center;
	padding:5px 0 0 0;
	margin:20px 0 0 0;
	border-top:1px solid #ccc;
	}

#footer p {
	font-size:95%;
	margin:10px 0;
	}

#footer p.copyright {
	font-size:80%;
	line-height:1.2em;
	}
	
#footer a { text-decoration:none; }

/* ---------------------------------------------------------------------------
テキスト
------------------------------------------------------------------------------ */
/*パンくずリスト----------*/
.content p.posi {
	color: #666666;
	font-size: 85%;
	text-align: right;
	margin-bottom: 20px;
	line-height: 130%;
	padding: 3px;
	}
	
.content h2 {
	color: #915c3b;
	font-size:28px;
	line-height:150%;
	text-align: left;
	font-weight:normal;
	margin: 10px 0 0 0;
	}

.content h3 {
	color: #7c4928;
	line-height:1.5em;
	text-align: left;
	font-weight:normal;
	margin:15px 0;
	padding-left:10px;
	border-left:5px solid #7c4928;
	}
	
.content p {
	margin:0 0 15px 0;
	padding:0;
	}
	

.red { color:#FF0000; }	
	
	
/* 調整 */
.mt15 { margin-top:15px; }
.pb15 { padding-bottom:15px; }
.mb30 { margin-bottom:30px; }
.ml35 { 
	margin-left:35px;
	}
 
 /*アーカイブページ下ページリンク*/
.footmenu {
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	}
	
/* コラム divbox
-------------------------------------------------*/
div.box {
	display: table;
	margin-bottom:15px;
}

div.box img,
div.box p {
	display: table-cell;
	vertical-align: top;
	text-align:left;
}

div.box img { margin-right:15px;}

/*引用*/
em {
	margin:10px;
	color:#B8860B;
}

/* タイル状横並び_花の写真 
-------------------------------------------------*/
.list {
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.list-box {
  display: table-cell;
  padding: 5px;
  vertical-align: up;
}

.list-img {
  max-height: 120px;
  overflow: hidden;
  text-align: center;
}

.list-img img {
  width: 170px;
}
 
.list-text {
  margin-right: 10px;
  margin-top:10px;
  margin-bottom:15px;
  text-align:center;
}

.profile {
	margin:10px 5px 30px 5px;
	padding:10px;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	line-height:150%;
}

.divbox {
padding:0 0 20px 0;
}


/*バックナンバートップページ　フィルタ
--------------------------------------------------*/
/* #filter--------------------------- */
#filter {
	margin: 0 auto;
	padding: 15px 0;
	width: 550px;
	text-align: center;
}

#filter .active { font-weight: bold; }

#filter a.active:link,
#filter a.active:visited,
#filter a.active:active,
#filter a.active:hover { text-decoration:none; color: #000;}

/* #filterlist--------------------------- */
#filterlist {
	margin: 0 auto 30px auto;
	width: 700px;
}

#filterlist ul {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#filterlist ul li {
	margin: 5px;
	padding:0;
	border:none;
}
#filterlist ul li span { 
	font-size:85%; 
	font-weight:normal;
}

/*バックナンバー　作家トップページ　リスト
------------------------------*/
.list {
	margin:0;;
	padding:15px;
}

/*バックナンバー　ページネーション
------------------------------*/
ul.pageNav{
	margin: 0 0 20px;
	padding: 12px;
	background: #f3f3f3;
	text-align: left;
}

ul.pageNav li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}

ul.pageNav li span,
ul.pageNav li a {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}

ul.pageNav li span,
ul.pageNav li a:hover {
	background: #efefef;
}

