@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;
}

/*
[
----------------------------------------------------------- */

ul.thumb li {
	float:left;
	line-height: 1.1;
}
ul.thumb li img.photo {
	margin-bottom: 0;
}
.photo02 {
	padding: 3px;
	border: #ddd 1px solid;
	margin: 10px 10px 0 10px;
}