/* 
mainContents
	contentsBody
			contentsBodyTitle
			contentsBodyImgs
				contentsBodyImg
					contentsBodyImgTitle				
					contentsBodyImgCap
					contentsBodyImgTag
					contentsBodyimgCap
contentsPagination
*/
/*  1ページ全体のコンテナ */
.mainContents {
	border: 2px solid #B5B5B5;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
}

/*  一行カラム毎のスタイル(実画面用) */
.contentArea {
	padding: 0px 5px 0px 5px;
}
/* 一行カラム毎のスタイル */
.contentsBody {
	border: 1px dotted #C0C0C0; 
	width: 100%;

}
/* 1BODYの画像 */
.contentsBodyImgs {
/*	background-color: #F5F5DC; */
/*	margin: 5px; */
}
/* 1BODYの画像（画像が左） */
.contentsBodyImgsleft .contentsBodyImgs{
	padding: 0 5px 5px 0;
}
/* 1BODYの画像（画像が右） */
.contentsBodyImgsright .contentsBodyImgs{
	padding: 0 0 5px 5px;
}
/* 1ページ内のパーツのコンテナの中の画像のコンテナ*/
.contentsBodyImg {
	text-align:left;	
/*	border: 1px solid #FFE4B5; */
/*	background-color: #FFE4B5; */
/*	padding-bottom:5px */
/*	margin-right: 5px; */
	padding-right: 5px;
}
.contentsBodyImgsright .contentsBodyImg {
	padding-right: 0px;
}
.contentsBodyImgsleft .contentsBodyImg {
	padding-right: 0px;
}
/* 1ページ内のパーツのコンテナの中の画像のimgタグのクラス */
.contentsBodyImgTag {
/*	border: 1px solid black; */
/*	margin-left: 5px; */ 
/*	margin-right: 5px;*/
}
/* 1ページ内のパーツのコンテナの中の画像のコンテナ(見出しとして使用)*/
.contentsBodyImgTitle {
	text-align:left;
	margin-top: 6px;
	margin-bottom: 4px;
}
/* 1ページ内のパーツのコンテナの中の画像のimgタグのクラス(見出しとして使用) */
.contentsBodyImgTagTitle {
/*	border: 2px solid black; */
/*	margin: 0px;*/
}

/* 1ページ内のパーツのコンテナの中の画像の各画像キャプションのコンテナ*/
.contentsBodyImgCap {
	text-align:left;
	font-size: 0.8em;
	color: gray;
}

/* 1ページ内のパーツのコンテナの中の画像の各画像名のコンテナ*/
.contentsBodyImgName {
	text-align:left;
	font-size: 0.8em;
	color: gray;
	font-weight: bold;
}

/* コンテンツ編集エリア */
.edtPanelStyle {
	width: 100%;
	text-align:right;
	margin-right:10px;
	margin-left: auto;
	margin-right: auto;
}

/* ページネーション表示（標準設定）
	（個別設定したい場合はidを指定して設定する。
	コンテンツ用：contentpage ライター一覧用：edituserpage バックナンバー用：backnmpage） */
.pagination {
	width:92%;
	clear: both;
	text-align: center;
	position: relative;
	padding: 5px 10px 5px 10px;
	margin: 20px 0px 20px 0px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
.pagination a ,.pagination span {
	padding:3px 6px 2px 6px;
	text-decoration: none;
}
.pagination .pre{
	position:absolute;
	left:10px;
}
.pagination .next{
	position: absolute;
	right: 10px;
}
.pagination .current {
/*	background-color: #d1d1d1;
*/}
.pagination .disabled {
	color: #ddd;
}
.pagination a:link, .pagination a:visited {
	color: #111;
}
.pagination a:hover, .pagination a:active  {
	color: #aa7733;
}

/* コンテンツ内のページネーション */
#contentpage.pagination {
	width:100%;
	overflow: hidden; /* clear float */
	clear: both;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	position: static;
	border: none;
}
#contentpage.pagination .pre{
	position:static;
}
#contentpage.pagination .next{
	position: static;
}
#contentpage.pagination a ,
#contentpage.pagination span {
	padding:3px 6px 2px 6px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #eee;
	text-decoration: none;
	margin: 0px 3px 3px 0px;
}
#contentpage.pagination .current {
	background-color: #d1d1d1;
}
#contentpage.pagination .disabled {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #ddd;
}
#contentpage.pagination a:link, 
#contentpage.pagination a:visited {
	color: #111;
}
#contentpage.pagination a:hover, 
#contentpage.pagination a:active  {
	background-color: #545454;
	color: #eee;
}

.diary {
	background: url(../images/back.jpg) repeat-y;
	font-weight: bold;
	line-height: 16px;
	width: 295px;
}

	
.bt_style01 {	
	font-size: 1.2em;	
}
.bt_style02 {
	font-size: 1.2em;
	font-weight: bold;	
}
.bt_style03 {
	font-size: 1.2em;
	font-weight: bold;	
	border-left: 5px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}
