@charset "UTF-8";

.border01{
  border-color : #8fc31f;
border-width : 2px 2px 2px 2px;border-style : solid solid solid solid;
}

.headerBG{
  background-image : url(../img/S030EarlySummerHeaderBG.png);
  background-repeat : no-repeat;
background-position : left center;
}

.menu_ul1 ul li a{
	color : #494949;
	padding-right : 3px;padding-left : 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom : 3px solid #ddeeff; /*bottom border is 3px*/
  padding-top : 6px;
  padding-bottom : 4px;
}

.menu_ul1 ul li a:hover, .menu_ul1 ul li a.selected{
	border-bottom-color : #d4e8aa;
}


.footerBG{
  background-image : url(../img/S030EarlySummerFooterBG.png);
  background-repeat : no-repeat;
background-position : left center;
}


.contentsTitle01 {
	background-color: #8fc31f;
}