/* CSS Document */
@charset "shift_JIS";

/* ------------------------------ list ------------------------------ */
#list {
        margin: 0px;
	padding: 0px
}

.list_con {
	width: 600px;
        margin: 0 0 10px 0;
	padding: 15px 0px;
	border-bottom: 1px dotted #cccccc;
}

#list .list_con .list_l {
	float: left;
        display: inline;
        width: 120px;
        height: 80px;
        border: 2px solid #cccccc;
}

#list .list_con .list_r {
	float: right;
        display: inline;
        width: 460px;
        height: auto;
        letter-spacing: 1px;
        position:relative;
		zoom: 1;
}

#list .list_con .list_r p.detail {
	position:absolute;
        bottom:0px;
        right:0px; 
}

#list .list_con .list_r p.detail a {
	background: url(../images/point.gif) no-repeat left center;
	padding-left: 15px;
}

#list .list_con .list_r p.detail a:hover {
	background: url(../images/point.gif) no-repeat 2px center;
}

/* ------------------------------ jumplink ------------------------------ */
.pagelink {
        color: #686868;
        margin: 0px;
        text-align: left;
        width: 600px;
        height: 21px;
}

.linkleft {
        float: left;
        display: inline;
        width: 300px;
        margin: 0px;
	padding: 0px;
}

.linkright {
        float: right;
        display: inline;
        width:300px;
        text-align:right;
        margin: 0px;
	padding: 0px;
}

.now {
        color:#DB3C70;
        font-weight:bold;
}
