@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */

table.list td,
table.list th {
	padding: 10px;
	vertical-align: top;
	border-bottom: #fff 7px solid;
	
}
table.list th {
	font-weight: bold;
	background: #000099;
	color: #fff;
}
table.list th.maker {
	background: #FFCC99;
	color:#333333;
}
ul.list li {
	background: url(images/point.gif) no-repeat 0 4px;
	padding-left: 15px;
}
