﻿@charset "UTF-8";

/******************************
@blog.css
@author k
@dateCreated 2009/09/02 10:13
@dateModified 
@description blogで適用
@note 
******************************/


#module-blog #action-show #content,
#module-blog #action-index #content{
	background:none;
	padding:10px 0px 0px 0px;
}

/* start sub1 */

#module-blog #action-show .sideMenu li,
#module-blog #action-index .sideMenu li{
	padding:5px 5px 5px 10px;
	border-bottom:1px dotted #ccc;
}
#module-blog #action-show .sideMenu li.last-child,
#module-blog #action-index .sideMenu li.last-child{
	border-bottom:none;
}

/* END sub1 */

/* start main */
.entryUnit{
	width:auto;
	margin-bottom:20px;
	border-top:5px solid #7c0250;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

.entryUnit h3{
	font-size:120%;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
}

.entryUnit h3 a{
	font-weight:bold;
}

.entryBody{
	padding:15px 10px;
}
.entryFoot{
	padding:10px 10px;
	border-top:1px dotted #ccc;
	background:#f4f4f4;
}

.entryStatus,
.commentStatus{
	text-align:right;
}
.catStatus{
	text-align:right;
}

.catStatus li{
	padding:0px 5px;
}

.entryStatus li,
.commentStatus li{
	display:inline;
	padding:10px;
}

/*-- 添付ファイル表示 --*/
#fileListbox{
	margin:10px;
	border:1px solid #C0C0C0;	
}

#fileslisttitle{
	background-color:#F6F6F6;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:0;
	padding-top:7px;
}

#fileListbox .filelist{
	float:none;
}

.fileslist li{	
	padding:3px 10px;
	margin:0 3px;
}

/*-- コメント部分 --*/
#commentList{
	margin:10px;
	border:1px solid #C0C0C0;
	
}

#trackbackList h4,
#commentList h4{
	background-color:#f6f6f6;
	padding:7px 0 7px 20px;
	position:relative;
}

#trackbackList h4 a,
#commentList h4 a{
	position:absolute;
	right:15px;
	top:7px;
	padding:0 0 0 35px;
	background:url(/img/common/topicsListTitlebk.gif) no-repeat 0 -10px;
}

.commentUnit{
	margin-bottom:2px;
}
.commentBody{
	padding:5px 10px;
}
.commentStatus{
	border-bottom:1px solid #CCCCCC;
	margin:0 5px 5px;
}

/*-- トラックバック部分 --*/
.trackbackStatus{
	border-top:1px dotted #DFDFDF;
	text-align:right;
}
.trackbackStatus li{
	display:inline;
	padding:1px;
}
#trackbackList{
	margin:10px;
	border:1px solid #C0C0C0;
}

.trackbackUnit{
	margin-bottom:2px;
}
.trackbackBody{
	padding:5px 10px;
}
.trackbackStatus{
	border-bottom:1px solid #CCCCCC;
	margin:0 5px 5px;
}
#tarackbackurl{
	width:450px;
	margin:10px;
	text-align:center
}

/*-- コンテンツ編集削除 --*/
.contEdit{
	padding:2px 10px;
	margin-bottom:5px;
	text-align:right;
}
.contEdit li{
	display:inline;
	border:1px dotted #ccc;
	padding:3px;
}

/* END main */

/* start ブログを書くボタン */
#blogMng {
	position:relative;
}

#blogMng a{
	background:url(/img/common/addblog.gif) no-repeat scroll 0 0 transparent;
	display:block;
	padding-left:20px;
	position:absolute;
	right:15px;
	top:12px;
}
/* END ブログを書くボタン */

/*-- start ブログ作成編集画面 --*/

#cm_blog_entry_tags_list{
	width:250px;
	height:80px;
}

.tagExplane{
	font-size:80%;
	color:#0099CC;
	margin:7px 0px;
}

#tag_add{
	margin:5px 0px;
}

#tag_add a{
	background:url(/img/common/addBtn.gif) no-repeat scroll 0 0 transparent;
	padding-left:20px;
}

.group_name{
	display:block;
	float:left;
	font-weight:bold;
}
.tag_input li{
	display:block;
	float:left;
}
.showHide-Icon{
	display:block;
	float:left;
	cursor:pointer;
	width:20px;
	height:20px;
	background:url(/img/common/downBtn.gif) no-repeat;
}
.showHide-Tag{
	clear:both;
}
#dispLangWrp li{
	display:block;
	float:left;
}

/*-- END  ブログ作成編集画面 --*/

/*start ブログデザイン選択サムネイル --*/
.tpl_select li{
	float:left;
	text-align:center;
	margin:10px;
	width:150px;
}
/*END ブログデザイン選択サムネイル --*/

/*start デザイン・ブログ設定画面縦区切り --*/
.marginSpace{
	display:block;
	border-style: dashed;
	margin:25px 0;
	color:#ccc;
	height:1px;
}
/*END デザイン・ブログ設定画面縦区切り --*/

/*start ブログ詳細画面の最下部に次へと戻るリンク --*/
ul#pageNavi_top{
	position:relative;
	width:100%;
	height:35px;
}
ul#pageNavi_top li.previousPage{
	position:absolute;
	top:5px;
	left:171px;
}
ul#pageNavi_top li.nextPage{
	position:absolute;
	top:5px;
	left:278px;
}
ul#pageNavi_top li a{
	padding:5px;
	border:dotted 1px #444;
	background-color:#fff;
}

ul#pageNavi_bottom{
	position:relative;
	width:100%;
	height:35px;
}
ul#pageNavi_bottom li.previousPage{
	position:absolute;
	top:0;
	left:171px;
}
ul#pageNavi_bottom li.nextPage{
	position:absolute;
	top:0;
	left:278px;
}
ul#pageNavi_bottom li a{
	padding:5px;
	border:dotted 1px #444;
	background-color:#fff;
}
/*END ブログ詳細画面の最下部に次へと戻るリンク --*/


.blog-index-footer-wrapper{
	margin:30px 15px 0;
	padding:0px 0 20px 0;
	height:auto;
	border-top:1px dotted #C0C0C0;
	background:#FdFdFd;
}

.blog-index-footer-wrapper #footerNvback{
	margin:0 auto;
	text-align:center;
}

.blog-index-footer-wrapper .footerNv{
	width:auto;
	margin:20px;
	font-weight:bold;
	display: -moz-inline-box; /*-- FireFox2ハック--*/
	display: inline-block;
	/display: inline;
	/margin-right: 3px;
	/zoom: 1;
	text-align:left;
	vertical-align:top;
}

.blog-index-footer-wrapper .footerNv dt{
	border-bottom:1px solid #E1E1E1;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:4px 0 2px;
	text-align:left;
	}


.blog-index-footer-wrapper .footerNv li{
	line-height:1.7em;
	padding-left:0.4em;
	padding-right:0.4em;
	}

.blog-index-footer-wrapper #footerInfo{
	width:250px;
	}

.blog-index-footer-wrapper #footerInfo .objDate{
	padding:3px 0px 5px 0px;
	}

.blog-index-footer-wrapper #footerInfo .newsTitle{
	padding:0px 5px;
	}

.blog-index-footer-wrapper .footerNv li#footerQr{
	width:50px;
	height:50px;
	background:#ccc;
	}

.blog-index-footer-wrapper #copyRight{
	clear:both;
	text-align:center;
	margin-top:20px;
	background:#f4f4f4;
}
.blog-search-wrapper .blogSearch{
	padding:5px;
}

.blog-search-wrapper .searchKeyword input,
.blog-search-wrapper .searchSelector select{
	width:140px;
}
.blog-search-wrapper .submitWrp{
	text-align:center;
	padding:5px;
}

.blog-archive-wrapper #archive{
	padding:6px 10px 5px 10px;
}

