@charset "UTF-8";
/* CSS Document */

#list {
	width: 820px;
	padding: 40px 40px 20px;
}
#list #standard h2{
	margin: 20px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 2px solid #415963;
	clear: both;
}
#list #standard ul {
	margin: 0px;
	padding: 0px;
}
#list #standard li {
	border-bottom: 1px solid #415963;
	padding: 5px 0px 2px 12px;
	background: url(../image/list_standard.gif) no-repeat 0px 9px;
}
#list #option {
	background: #EFEFE7;
	border-bottom: 2px solid #6B5349;
	padding: 0px 0px 30px;
	margin: 0px 0px 20px;
}
#list #option h2 {
	border-bottom: 1px solid #B48C7C;
	padding: 0px 0px 1px;
	margin: 35px 25px 0px;
}
#list #option ul {
	margin: 0px;
	padding: 0px;
}
#list #option li  {
	border-bottom: 1px solid #B48C7C;
	margin: 10px 25px 0px;
	padding: 0px 0px 3px 13px;
	background: url(../image/list_option.gif) no-repeat 0px 5px;
}
