/**********************************************
 記事List-0001 定義CSS
**********************************************/
/*---------------------------------------------
 共通
---------------------------------------------*/
.new_ic {
margin: 0px 0px 0px 0px;
padding: 0px 0px 2px 30px;
background: URL(../../images/sys/new_ic01.gif) left top no-repeat;
}

#c_list_block_0003{
position:relative;
z-index:100;
width:190px;
margin: 0px auto;
padding: 0px;
}
/*---------------------------------------------
 一覧リストテーブルレイアウト(テキスト一覧・サムネイル付)
---------------------------------------------*/
/* 表本枠指定 */
.list_type01 {
list-style: none;
margin: 0px auto;
padding: 0px;
text-align: left;
overflow:hidden;
/*border-top: 1px dotted #bbb;*/
font-size:11px;
}

/* リストテーブル基本枠指定 */
.list_type01 table {
width: 100%;
margin: 0px auto;
padding: 0px;
border-collapse: collapse;
}

.list_type01 table tr{
margin: 0px 1px 1px 1px;
padding: 1px;
/*border-bottom: 1px dotted #bbb;*/
}

/* セル指定 */
.list_type01 td {
margin: 0px;
padding: 10px;
text-align: left;
vertical-align: top;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

/* 日付セル指定 */
.list_type01 td.day {
width: 80px;
margin: 0px;
padding: 10px 10px 10px 0px;
text-align: left;
}

/* 本文セル指定 */
.list_type01 td.read {
margin: 0px;
padding: 0px;
text-align: left;
}

/* 専用装飾指定
---------------------------------------------*/
/* タイトル指定 */
.list_type01 .title {
margin: 0px;
padding: 0px;
font-weight: normal;
}

.list_type01 .title a{
display:block;
margin: 1px;
padding: 7px 0px 8px 10px;
}
.list_type01 .title a:link,
.list_type01 .title a:hover,
.list_type01 .title a:active,
.list_type01 .title a:visited{
text-decoration:none;
}
.list_type01 .title a.crt{
background-color: rgba(90,200,80,0.3);
}

/* 行背景色指定
行背景色を交互にする際に利用します */
.list_type01 tr.bg_a {
}

.list_type01 tr.bg_b {
}


/*---------------------------------------------
 画像付き一覧リストテーブルレイアウト(画像上・テキスト下・全体に枠あり)
---------------------------------------------*/
/* 表本枠指定 */
.list_type02 {
clear: both;
margin: 10px auto;
padding: 0px;
}

/* リストテーブル基本枠指定 */
.list_type02 table {
clear: both;
width: 100%;
margin: 0px auto;
padding: 0px;
border-collapse: separate;
border-spacing: 5px;
}

/* リストテーブル箇所指定 */
.list_type02 td {
margin: 0px;
padding: 5px 5px 10px 5px;
text-align: left;
vertical-align: top;
border: 1px solid #cccccc;
background: URL(../../../images/sys/list_gl_bg.gif) bottom repeat-x #ffffff;
}

.list_type02 td.pr_no {
border: none;
background: #ffffff;
}

/* 専用装飾指定
---------------------------------------------*/
/* サムネイル指定 */
.list_type02 .sm {
width: 100%;
margin: 0px;
padding: 5px 0px;
background: #eeeeee;
text-align: center;
}

/* タイトル指定 */
.list_type02 .title {
margin: 5px auto 0px auto;
padding: 0px;
font-weight: bold;
}

/* キャプション指定 */
.list_type02 .cap {
margin: 5px auto 0px auto;
padding: 0px;
}


/*---------------------------------------------
 画像付き一覧リストテーブルレイアウト
---------------------------------------------*/
/* 表本枠指定 */
.list_type03 {
clear: both;
margin: 10px auto;
padding: 0px;
}

/* リストテーブル基本枠指定 */
.list_type03 table {
clear: both;
width: 100%;
margin: 0px auto;
padding: 0px;
color: #dddddd;
border-collapse: collapse;
}

/* リストテーブル箇所指定 */
.list_type03 td {
margin: 0px;
padding: 5px 5px 10px 5px;
text-align: left;
vertical-align: top;
border: 6px solid #ffffff;
background: URL(../../../images/sys/list_bk_bg.gif) bottom repeat-x #555555;
}

.list_type03 td.pr_no {
border: none;
background: #ffffff;
}

/* 専用装飾指定
---------------------------------------------*/
/* サムネイル指定 */
.list_type03 .sm {
width: 100%;
margin: 0px;
padding: 5px 0px;
background: #000000;
text-align: center;
}

/* タイトル指定 */
.list_type03 .title {
margin: 5px auto 0px auto;
padding: 0px;
font-weight: bold;
}

/* キャプション指定 */
.list_type03 .cap {
margin: 5px auto 0px auto;
padding: 0px;
}

/* リンク色指定(黒背景用) */
.list_type03 a {
color: #ffffff;
}

.list_type03 a:hover {
color: #ffb400;
}


/*---------------------------------------------
 画像付き一覧リストテーブルレイアウト
---------------------------------------------*/
/* エリア指定 */
.list_type04 {
	clear: both;
	margin: 0px auto;
	padding: 10px 0px;
	}

/* リストテーブル基本枠指定 */
.list_type04 table {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	line-height: 1.4em;
	border-collapse: separate;
	border-spacing: 5px;
	}

/* リストテーブル箇所指定 */
.list_type04 td {
	margin: 0px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #cccccc;
	background: URL(../../../images/sys/list_gl_bg.gif) bottom repeat-x #ffffff;
	}

.list_type04 td.pr_no {
	border: none;
	background: #ffffff;
	}

/* 専用装飾指定
---------------------------------------------*/
/* サムネイル指定（幅指定あり） */
.list_type04 .sm {
	float: left;
	width:150px;
	margin: 0px 15px 5px 0px;
	padding: 5px 0px;
	text-align: center;
	vertical-align: middle;
	background: #eeeeee;
	}

/* タイトル指定 */
.list_type04 .title {
	_height: 1px;
	overflow: hidden;
	_overflow: visible;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	}

/* 日付指定 */
.list_type04 .day {
	_height: 1px;
	overflow: hidden;
	_overflow: visible;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px dotted #cccccc;
	}

/* 本文指定 */
.list_type04 .read {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}


/*---------------------------------------------
 一覧リストテーブルレイアウト(テキスト一覧・サムネイル付)
---------------------------------------------*/
/* 表本枠指定 */
.list_type05 {
clear: both;
margin: 20px auto;
padding: 0px;
}

.list_type05 p {
margin: 0px;
padding: 0px;
}

.list_type05 div.list_05_in {
clear: both;
margin: 0px auto;
padding: 0px;
}

.list_type05 div.list_05_in p {
margin: 0px;
padding: 0px;
}

/* リストテーブル基本枠指定 */
.list_type05 table {
width: 100%;
margin: 0px auto;
padding: 0px;
border-collapse: collapse;
}

.list_type05 div.list_05_in table {
width: 100%;
margin: 0px auto;
padding: 0px;
border-collapse: collapse;
}

/* セル指定 */
.list_type05 td.out_base {
margin: 0px;
padding: 0px;
text-align: left;
vertical-align: top;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.list_type05 div.list_05_in td {
margin: 0px;
padding: 10px;
text-align: left;
vertical-align: top;
}

.list_type05 div.list_05_in td.in_title {
margin: 0px;
padding: 5px 0px 0px 10px;
}

/* 本文セル指定 */
.list_type05 div.list_05_in td.read {
width: 100%;
margin: 0px;
padding: 10px;
text-align: left;
}

/* 日付セル指定 */
.list_type05 div.list_05_in div.day {
width: 80px;
margin: 0px;
padding: 2px 10px 2px 0px;
text-align: left;
}

/* 専用装飾指定
---------------------------------------------*/
/* タイトル指定 */
.list_type05 div.list_05_in .title {
margin: 0px;
padding: 0px;
font-weight: bold;
}

/* 行背景色指定
行背景色を交互にする際に利用します */
.list_type05 tr.bg_a {
background: #fff;
}

.list_type05 tr.bg_b {
background: #f5f5f5;
}


/*---------------------------------------------
 一覧リストテーブルレイアウト(サムネイル付自動改行)
---------------------------------------------*/
/* 表本枠指定 */
.list_type06 {
clear: both;
margin: 20px auto;
padding: 0px;
}

.list_type06 p {
margin: 0px;
padding: 0px;
}

.list_type06 .nwu_box {
float: left;
width: 170px;
margin: 5px 5px 10px 5px;
padding: 5px;
text-align: center;
background-color: #fff;
border: 1px solid #bbb;
}

/* サムネイル指定 */
.list_type06 .ph_img {
margin: 0px;
padding: 0px;
}

/* 専用装飾指定
---------------------------------------------*/
/* タイトル指定 */
.list_type06 .title {
margin: 0px;
padding: 0px;
font-weight: bold;
text-align: left;
}

.list_type06 .day {
margin: 0px;
padding: 0px;
text-align: left;
}

.list_type06 .cap {
margin: 0px;
padding: 0px;
text-align: left;
}