@charset "utf-8";
@import url("parts_style.css");
@import url("tags.css");
@import url("secContents.css");
/* 全体にかかるスタイル */


/* 全体のテーブルの幅やセンター寄せ等の設定 */
#layout {
	width:820px;
	line-height: 1.4;
	/*中央寄せの場合以下のスタイルを使用する*/
	margin: 0 auto;
	
	/* 左寄せの場合以下のスタイルを使用する
	margin: 0px;
	text-align: left;*/
		
	/* 境界線の設定
	border-left:1px solid #F371AA;
	border-right:1px solid #F371AA;*/
	
	/* パディングの設定*/
	padding: 0px;
	background-color: #ffffff;
}

/*iframe使用時横スクロールバーを出さないための設定*/
html,body{
overflow-x:hidden;
}



/*////////////////////////////////////////////
	エリア設定部分
//////////////////////////////////////////////*/

/*=============================================
	ヘッダー部分の設定
=============================================*/

/* |||||||||||||||||||||||||||||||||||||||||||
	ヘッダーエリア全体
 ||||||||||||||||||||||||||||||||||||||||||| */
#areaHeader {

	/* 余白の設定*/
	margin: 0px;
	
	/* パディングの設定*/
	padding: 0px;
	
	/*  ブロックの行揃え */
	text-align: left;
	
	/*  ブロックの縦方向の位置 */
	/*vertical-align: top;*/
	
	/*ヘッダーエリアの背景*/
	/* 背景色 背景画像のURL 背景画像の繰り返し 背景画像の添付 背景画像の位置	 */
	background:#000;

}

.copy{
color:#fff;
font-size:14px;
font-weight:bold;
margin:3px 0;
}

/* |||||||||||||||||||||||||||||||||||||||||||
	ヘッダーサブメニューエリア
 ||||||||||||||||||||||||||||||||||||||||||| */

/*全体指定*/
.headSubmenu {
	margin:3px 0px 0px 0px;
	padding:0px;
}
/*セル指定*/
.headSubmenu td {
	/* 背景色 背景画像のURL 背景画像の繰り返し 背景画像の添付 背景画像の位置	 */
	background:url(img/header/submenu_point.gif) no-repeat left;
	text-indent:11px;
	color:#FFFFFF;
	padding-right:15px;
}

.headSubmenu a {
	color:#FFFFFF;
	text-decoration:none;
}

.headSubmenu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.headSubmenu a:hover {
	color:#D4D4D4;
	text-decoration:underline;
}
/*=============================================
	bar
=============================================*/

#leftBar{
background:url(img/common/left_shadow.gif) repeat-y;
}

#rightBar{
background:url(img/common/right_shadow.gif) repeat-y;
}

/*=============================================
	トップメニュー部分の設定
=============================================*/
#mainnav {
width:100%;
	/*margin-bottom:5px;*/
	font-size:12px;

	background:#3A75A2;
	margin:0 0 1px 0;
}


#mainnav td a {
	/*width:132px;
	width:198px;*/
	height:24px;
	padding:5px 20px 0 1em;
	display: block;
	/*height: 20px;
	margin:5px 0px 5px 0px;
	padding-top:2px;*/
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	text-align:right;
	background:#3A75A2;
}

#mainnav td#both a{
background:#3A75A2;
	
}



#mainnav td a:hover {
	/*background:url(img/common/topMenu_bar_on.gif) repeat-x top;
	color: #ffffff;*/
	color: #FF9900;
	text-decoration: underLine;
}

/*=============================================
	サブメニュー部分の設定
=============================================*/
#subnav{
float:right;
padding:0;
margin:0 0 0 1px;

}
#subnav li{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

#subnav li a{
display:block;
	height:42px;
	width:185px;
	padding: 20px 0 0 7px;
	background-image: url(img/common/gray_bg_off.jpg);
	background-repeat: repeat-y;
	color:#000;
	text-decoration:none;
}

#subnav li a:hover{
display:block;

	background-image: url(img/common/gray_bg_on.jpg);
	background-repeat: repeat-y;


}

#subnav_both{
border-bottom: 1px solid #999;
}




/*=============================================
	レフトエリアの設定
=============================================*/
#areaLeft {	
	margin: 0px;
	
	padding: 0px;
	
	width: 197px;
	text-align: left;	
	background:#fff;
	/*border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;*/
}

/* |||||||||||||||||||||||||||||||||||||||||||
	レフトメニュー
 ||||||||||||||||||||||||||||||||||||||||||| */

.leftMenu {
	margin:0;
	padding:0;
	text-align: left;
	width:90%;
	
}

.leftMenu td {
	background:trasparent;
	padding:5px 5px 5px 1em;
}

#menu1{
font-size:10pt;
font-weight:bold;

}

#menu1 a {
	background:url(/img/common/menu_icon.gif) no-repeat left center;
	padding:10px 0 0 30px;
	display:block;
color:#666;
	border-top:1px dashed #ccc;
	margin:0;
	height:25px;
	
	
}

#menu1 a:hover {
	color:#ff9900;

	
	
}

.categoryMenu {
	margin:0px 10px 5px 10px;
	padding:0px;
	background:transparent;
	text-align: left;	
}


.categoryMenu  td {
	font-size:12px;
	
	padding:5px;
	line-height:160%;
}

/* |||||||||||||||||||||||||||||||||||||||||||
	レフトバナースペース
 ||||||||||||||||||||||||||||||||||||||||||| */

.leftBanner {
	text-align:center;
	margin:10px 0px 0px 0px;
	font-size:10px;
	line-height:100%;
}

/*=============================================
	センターエリアの設定
=============================================*/

#areaCenter {	/* 余白の設定*/
	margin: 0px;
	
	/* パディングの設定*/
	padding:5px;
	
	/* 幅の設定 */

	
	/* 背景色 背景画像のURL 背景画像の繰り返し 背景画像の添付 背景画像の位置	 */
	

	/*  ブロックの行揃え */
	text-align: left;
	
	/*border-right:1px solid #ccc;*/
	
}



/* |||||||||||||||||||||||||||||||||||||||||||
	最新情報スペース
 ||||||||||||||||||||||||||||||||||||||||||| */

#newInfo {
	/*border:1px solid #F371AA;*/
	margin-bottom:8px;
	text-align:left;
}

#newInfo li{
background:url(img/common/icon_info.gif) no-repeat left center;
padding:0.25em 0 0.25em 1.5em;
}

/* |||||||||||||||||||||||||||||||||||||||||||
	テキストデータベーススペース
 ||||||||||||||||||||||||||||||||||||||||||| */

#textDatabase {
	padding:3px;
	text-align:left;
}

#textDatabase th {
	padding-right:15px;
	background:url(img/dbs/cursor.gif) no-repeat right;
	text-align:left;
}

/* |||||||||||||||||||||||||||||||||||||||||||
	おすすめ商品スペース
 ||||||||||||||||||||||||||||||||||||||||||| */

.recommend {
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:10px;
	line-height:100%;
}

/* |||||||||||||||||||||||||||||||||||||||||||
	下部リンクスペース
 ||||||||||||||||||||||||||||||||||||||||||| */

#underLink {
	text-align:center;
	margin:30px 0px 20px 0px;
}


/*=============================================
	ライトエリアの設定
=============================================*/

#areaRight {	/* 余白の設定*/
	margin: 0px;
	
	/* パディングの設定*/
	padding: 0px;
	
	/* 幅の設定 */
	width: 194px;	
	
	/* 背景色 背景画像のURL 背景画像の繰り返し 背景画像の添付 背景画像の位置	 
	background: #1A6BAD;*/

	/*  ブロックの行揃え */
	text-align: left;
	
	font-size:12pt;
	
	color:#fff;
	
	
	
}



.rightMenu {
padding:0.5em;
}

#areaRight fieldset{
border:0;
margin:1em 0 1em 0;
}

#areaRight label{
display:block;
}


.search{
margin: 0;
padding:0;
}

.search li{
list-style-type:none;
color:#000;
font-size:14px;
font-weight:bold;
margin:0;
padding:5px 0 5px 45px;
background:url(img/top/search.gif) no-repeat left 5px;
}
/* |||||||||||||||||||||||||||||||||||||||||||
	ライトバナースペース
 ||||||||||||||||||||||||||||||||||||||||||| */

.rightBanner {
	text-align:center;
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:10px;
	line-height:100%;
}


/* |||||||||||||||||||||||||||||||||||||||||||
	ランキングスペース
 ||||||||||||||||||||||||||||||||||||||||||| */
.rank {
	font-size:10px;
	line-height:120%;
	background:#E6E6E6;
	margin-bottom:8px;
}

.rank tr{
	
}

.rank th{
	text-align:right;
	padding-top:3px;
}

.rank td{
	text-align:left;
	text-indent:5px;
	padding-top:3px;
}

.rank #one {
	font-size:14px;
	color:#990000;
	line-height:140%;
}

.rank #two{
	font-size:12px;
}

.rank #three{
	font-size:12px;
}


/* |||||||||||||||||||||||||||||||||||||||||||
	RSSニューススペース
 ||||||||||||||||||||||||||||||||||||||||||| */

#rssInclude {
	padding:3px;
	line-height:120%;
	margin-bottom:8px;
}

/*=============================================
	フッター部分の設定
=============================================*/

#footer {
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:10px;
	background:#3A75A2;
	color:#FFFFFF;
}





/*////////////////////////////////////////////
	メニューヘッダー
//////////////////////////////////////////////*/

/* menu_header（ID）内のエリアの設定 */
#menu_header {	/* 余白の設定*/
	margin: 0px;
	
	/* パディングの設定*/
	padding: 0px;
	text-align: left;
	vertical-align: top;
}


/* menu_header（ID）内の未訪問のリンクの設定 */
#menu_header a:link {
	text-decoration: none;
	color: #0000FF;
}

/* menu_header（ID）内の訪問済みのリンクの設定 */
#menu_header a:visited {
	text-decoration: none;
	color: #FF0000;
}

/* menu_header（ID）内の触れた時のリンクの設定 */
#menu_header a:hover {
	text-decoration: underline;
	color: #00FF00;
}

/* menu_header（ID）内のクリックした時のリンクの設定 */
#menu_header a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


/*////////////////////////////////////////////
	メニューレフト
//////////////////////////////////////////////*/

/* menu_left（ID）内の未訪問のリンクの設定 */
#menu_left a:link {
	text-decoration: none;
	color: #0000FF;
}

/* menu_left（ID）内の訪問済みのリンクの設定 */
#menu_left a:visited {
	text-decoration: none;
	color: #FF0000;
}

/* menu_left（ID）内の触れた時のリンクの設定 */
#menu_left a:hover {
	text-decoration: underline;
	color: #00FF00;
}


/* menu_left（ID）内のクリックした時のリンクの設定 */
#menu_left a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


/*////////////////////////////////////////////
	メニューセンター
//////////////////////////////////////////////*/

/* menu_center（ID）内のクリックした時のリンクの設定 */
#menu_center a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* menu_left（ID）内の未訪問のリンクの設定 */
#menu_left a:link {
	text-decoration: none;
	color: #0000FF;
}

/* menu_left（ID）内の訪問済みのリンクの設定 */
#menu_left a:visited {
	text-decoration: none;
	color: #FF0000;
}

/* menu_left（ID）内の触れた時のリンクの設定 */
#menu_left a:hover {
	text-decoration: underline;
	color: #00FF00;
}


/* menu_left（ID）内のクリックした時のリンクの設定 */
#menu_left a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


/*////////////////////////////////////////////
	メニューフッター
//////////////////////////////////////////////*/

/* menu_footer（ID）内の未訪問のリンクの設定 */
#menu_footer a:link {
	text-decoration: none;
	color: #0000FF;
}

/* menu_footer（ID）内の訪問済みのリンクの設定 */
#menu_footer a:visited {
	text-decoration: none;
	color: #FF0000;
}

/* menu_footer（ID）内の触れた時のリンクの設定 */
#menu_footer a:hover {
	text-decoration: underline;
	color: #00FF00;
}

/* menu_footer（ID）内のクリックした時のリンクの設定 */
#menu_footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


/*Ranking Body Styles*/
#pageBody{
width:790px;
padding-right:10px;
}


#rank_body{
margin:0;
padding:5px;
}

#rank_body p{
margin:0.5em;
}

#rank_body th{
background-color:#e6e6e6;
color:#666;
text-align:center;
vertical-align:middle;
padding: 5px  0 5px 0;

}


.gray {
margin: 5px 0 5px 0;
padding: 5px 0px 5px 5px;
text-align: left;
vertical-align: top;
background-color: #e6e6e6;
font-size:12px;	font-weight: bold;
color:#666;

}


#mainContent{
width:800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
}



/**/

#areaEntryList table {
	width: 98%;
	margin: 0px 0px 0px 10px;
}

#areaEntryList th{
	padding: 5px 0px 5px 18px;
	width: 20%;
	background: url(http://www.livlan-chintai.com/images/arrow.gif) no-repeat 0px 50%;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #00471C;
}
#areaEntryList td{
	padding: 5px 0px 5px 10px;
	width: 80%;
	border-bottom: 1px solid #00471C;
	text-align: left;
	vertical-align: middle;
	color: #666666;
}

#entryInfo01{
	margin: 0px 0px 16px 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top; 
}

#entryInfo01 table{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	vertical-align: top; 
}

#entryInfo01 th{
	margin: 0px;
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: top; 
}

#entryInfo01 td{
	margin: 0px;
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: top; 
}

#entryInfo01_01{
	margin: 0px;
	padding: 0px;
	width: 20%;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}
#entryInfo01_02{
	margin: 0px;
	padding: 0px;
	width: 30%;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#entryInfo01_03{
	margin: 0px;
	padding: 0px;
	width: 15%;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#entryInfo01_04{
	margin: 0px;
	padding: 0px;
	width: 10%;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#entryInfo01_05{
	margin: 0px;
	padding: 0px;
	width: 10%;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#entryInfo01_06{
	margin: 0px;
	padding: 0px;
	width: 15%;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

#entryInfo01_01_2{
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}
#entryInfo01_02_2{
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#entryInfo01_03_2{
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#entryInfo01_04_2{
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#entryInfo01_05_2{
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#entryInfo01_06_2{
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}


#entryInfo02{
	margin: 0px 0px 16px 15px;
	padding: 0px;
	text-align: center;
	vertical-align: top; 
}

#entryInfo02 table{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	vertical-align: top; 
}
#entryInfo02 th{
	margin: 0px;
	padding: 0px;
	width: 50%;
	text-align: left;
	vertical-align: top; 
}

#entryInfo02 td{
	margin: 0px;
	padding: 0px;
	width: 50%;
	text-align: left;
	vertical-align: top; 
}


#entryInfo03{
	margin: 0px 0px 16px 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top; 
}

#entryInfo03 table{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	vertical-align: top; 
}

#entryInfo03 td{
	margin: 1px;
	padding: 0px;
	width: 50%;
	text-align: left;
	vertical-align: top; 
}

#entryInfo03_1 table{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	vertical-align: top; 
}

#entryInfo03_1 th{
	margin: 0px;
	padding: 4px 4px 4px 4px;
	width: 30%;
	background-color: #e6e6e6;
	text-align: left;
	vertical-align: top; 
}

#entryInfo03_1 td{
	margin: 0px;
	padding: 4px 4px 4px 4px;
	width: 70%;
	text-align: left;
	vertical-align: top; 
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}

#entryInfo03_2 table{
	margin: 0px;
	padding: 0px;a
	width: 100%;
	text-align: left;
	vertical-align: top; 
}

#entryInfo03_2 th{
	margin: 0px;
	padding: 4px 4px 4px 4px;
	width: 30%;
	background-color: #e6e6e6;
	text-align: left;
	vertical-align: top;
	white-space:nowrap;
}

#entryInfo03_2 td{
	margin: 0px;
	padding: 4px 4px 4px 4px;
	width: 70%;
	text-align: left;
	vertical-align: top; 
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	vertical-align:top;
}

#entryInfo04 {
	margin: 0px 0px 16px 15px;
	padding: 0px;
	text-align: center;
	vertical-align: top; 
}








#entryInfo04 table{
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
	text-align: left;
	vertical-align: top; 
}

#entryInfo04 tr{
	margin-bottom: 10px;
	padding: 0 0 10px 0px;
	width: 780px;
	text-align: left;
	vertical-align: top;
}

#entryInfo04 td{
	margin-bottom: 10px;
	padding: 0px;
	/*width: 25%;*/
	text-align: left;
	vertical-align: top;
}



#entryInfo04 h6{
	margin: 2px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top; 
	font-size :10px;
	font-weight: normal;
}


#entryInfo05 {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top; 
}
 
#entryInfo05 table{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	vertical-align: top; 
}

#entryInfo05 th{
	margin: 0px;
	padding: 4px 4px 4px 4px;
	width: 30%;
	background-color: #e6e6e6;
	text-align: left;
	vertical-align: top; 
}

#entryInfo05 td{
	margin: 0px;
	padding: 4px 4px 4px 4px;
	width: 70%;
	text-align: left;
	vertical-align: top; 
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}


#entryInfo06 {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

#entryInfo06 h2{
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 3px 5px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	background-color: #e6e6e6;
	border-left: 4px solid #FF8000;
	font-weight: bold;
}

 
#entryInfo06 table{
	margin: 0px;
	padding: 0px;
	/*width: 80%;*/
	text-align: left;
	vertical-align: top; 
}

#entryInfo06 th{
	margin: 0px;
	padding: 4px 30px 4px 4px;
	background-color: #e6e6e6;
	text-align: left;
	vertical-align: top; 
}

#entryInfo06 td{
	margin: 0px;
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: top; 
}


/* 検索結果 */
#areaMainSearch  {
	margin: 8px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
}

#areaMainSearch h3 {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	color: #333333;
	background-color: #e6e6e6;
	border-left: 4px solid #119033;
	font-weight: bold;
}

#areaMainSearch h2 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	background-color: #CCEBBA
	padding: 5px;
	margin-bottom: 10px;
}


/* 都道府県別リスト */
#areaSearchEntryList {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
}
#areaSearchEntryList table {
	width: 98%;
	margin: 0px 0px 0px 10px;
}

#areaSearchEntryList th{
	padding: 5px 0px 5px 18px;
	width: 40%;
	background: url(http://www.livlan-chintai.com/images/arrow.gif) no-repeat 0px 50%;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;	
	border-bottom: 1px solid #00471C;
		
}
#areaSearchEntryList td{
	padding: 5px 0px 5px 10px;
	width: 60%;
	border-bottom: 1px solid #00471C;
	text-align: left;
	vertical-align: middle;
	color: #666666;
}

#areaSearchEntryList a:link {
	text-decoration: none;
	color:#005A25;
}
#areaSearchEntryList a:visited {
	text-decoration: none;
	color:#005A25;
}
#areaSearchEntryList a:hover {
	text-decoration: underline;
	color:#005A25;
}
#areaSearchEntryList a:active {
	text-decoration: underline;
	color:#005A25;
}







#menuGoBack {
	margin: 8px;
	padding: 0px;
	text-align: right;
	font-size: 12px;
	color: #9AD47F;
}













.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}




.entry-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 14px;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix 
   position: relative;
   width: 100%;
   width: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}*/


.comments-open label { display: block; }


.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}








/*MovableTyle Styles*/

.mt_link_title{
background-color:#E6E6E6;
background-image:url(../img/dbs/cursor.gif);
background-position: 5px 8px;
background-repeat:no-repeat;
padding:5px 0 5px 1.5em;
}
/**/
.mt_link_body{
color:#666;
/*	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;*/
	padding:0 1em;
}


/*TrackBacks and Comment*/

#trackbacks-info p{
	border: 1px dashed #FF9933;
	padding:0.5em;
	margin:1.5em;
}


.trackbacks-content, .comment{
padding:0 2em 2em 2em;
}


.trackback-footer, .comment-footer{
	text-align:right;
	padding:0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
}

/* Comment Form*/
#comments-open-data, #comments-open-text, .comments-open-footer{
padding:0 2em 2em 2em;


}

.comments-open label { display: block; }


.module-list-item{
margin:0.5em;
}
