@charset "EUC-JP";

#rezept-edit ul li {
background:transparent url(../../images/index_cursor_blk.gif) no-repeat scroll 0 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:4px 0;
padding-left:15px;
}


#rezept-edit-bn ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:4px 0;
	padding-left:15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../images/index_cursor_blk.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.base_table {
        width: 95%;
        background-color: #bbbbbb;
        margin:10px auto;
}
.base_table td {
	padding: 5px;
}
.list_table {
        width: 95%;
        color: #000000;
        background-color: #ffffff;
}
.left_area {
        width:100px;
        background-color: #f5f5f5;
        color: #000000;
}
.right_area {
        background-color: #ffffff;
        color: #000000;
}
.category {
        color: #ffffff;
        background-color: #999999;
}
.job_title {
        font-weight: bold;
        color: #000000;
        background-color: #ffffff;
}
