@charset 'utf-8';

/**
 * @view list
 */

/* Sub Cateogry */
#sub-category {
	width:780px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:10px;
}
#sub-category-title {
	background-color:#FFF;
	border-left:solid 3px #666;
	padding-left:5px;
	margin-bottom:15px;
	color:#333;
	font-size:134%;
}
#sub-category-list {
	background-color:#F7F7F7;
	border:solid 1px #EEE;
}
#sub-category-list .category-child{
	display:inline;
	list-style:disc;
	padding-left:30px;
	font-size:100%;
	font-weight:bold;
	letter-spacing:0.06em;
}
.category-child a {
	display:inline-block;
	width:160px;
	padding:10px 0px;
	line-height:1em;
}




/* Pagenator */
.page-info {
	clear:both;
	margin-bottom:5px;
	margin-left:5px;
}
.paging {
	clear:both;
	margin:10px 0px;
	text-align:center;
}
.paging a {
	font-size:117%;
	font-weight:bold;
}
.paging div {
	display:inline;
}



/* Articles List */
table#articles-list {
	width:800px;
}
table#articles-list thead {
}
table#articles-list thead tr {
	width:800px;
	height:34px;
	background:url('../img/common/list-head-bg.jpg') no-repeat left top;
}
table#articles-list thead tr th{
	text-align:center;
	font-weight:bold;
}
table#articles-list tbody {
}
table#articles-list tbody tr {
	background:url('../img/common/dashed-border-796.gif') no-repeat center bottom;
}
table#articles-list tbody tr.alt-line{
	background:#F5F5F5 url('../img/common/dashed-border-796.gif') no-repeat center bottom;
}
table#articles-list tbody tr td {
	text-align:left;
	letter-spacing:-0.05em;
	padding:15px 10px;
}



/* row */
table#articles-list .photo {
	width:120px;
}
table#articles-list .photo a {
	display:block;
	width:120px;
	height:80px;
	background-color:#CCC;
	line-height:80px;
	text-align:center;
	font-size:84%;
}
table#articles-list .name-address {
	width:250px;
}
table#articles-list .name-address a {
	font-weight:bold;
}
table#articles-list .access {
}
table#articles-list .old {
	text-align:center;
	width:100px;
}



/* To Request Btn List */
#toRequestBtnList {
	margin-left:0px;
	text-align:center;
}
#toRequestBtnList li {
	display:inline;
	text-align:center;
	width:252px;
	margin-bottom:10px;
	margin-right:0px;
}
#toRequestBtnList li a {
	display:inline-block;
	width:252px;
	height:100%;
}
/* To Request Navi */
#toRequestNavi {
	margin-top:40px;
}

#toRequestNavi dl {
	width:258px;
	height:265px;
	background:#F2F2F2;
	border:solid 1px #CCC;
	margin-left:3px;
	float:left;
}
#toRequestNavi dl dt {
	display:block;
	height:25px;
	margin-top:15px;
	margin-left:10px;
}
#toRequestNavi dl dd {
	margin-top:10px;
}
#toRequestNavi dl dd p {
	margin-left:10px;
}
#toRequestNavi dl dd p.toRequestCaption {
	height:14px;
	margin-bottom:10px;
}
#toRequestNavi dl dd p.toRequestMessage {
	line-height:1.8em;
	height:9em;
}
#toRequestNavi dl dd p.toRequestBtn {
	margin-left:0px;
	text-align:center;
}
