@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main{
 background-image:url(../img/img_main01.jpg);
	background-position:bottom;
	height:400px;
	background-repeat:no-repeat;
}
#main h3 {
	margin-bottom: 10px;
	}

/*
 contents Layout [
----------------------------------------------------------- */
.contentsItem01{
 width:370px;
	float:left;
	padding:20px 0 0 0;
}


.contentsItem02{
 width:508px;
	float:right;
	padding:0;
    padding-top: 20px;
}
/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 508px;
  height: 210px;
  margin: 0;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 430px;
  height: 210px;
  position: relative;
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 210px;
}                      

#horizontal_carousel ul li {
  width: 430px;
  height: 210px;
  text-align: left; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button,
#horizontal_carousel .next_button {
  margin-top:130px;
}

#horizontal_carousel .previous_button {
  margin-right:30px;
}

.thumSet-first img {
  margin:0 0 3px 0;
}
.thumSet-first {
  width:185px;
  float: left;
  margin: 0 30px 0 0;
}
.thumSet{
  width:185px;
  float: left;
}
.thumSetW{
  width:400px;
}
