.box{
margin:10px 0;
width:800px;
text-align:left;
}


/* root element for the whole scrollable setup */
div.scrollable {  
position:relative;
overflow:hidden;
width: 720px; 
height:100px;
margin:0px 0 0 0;
/*margin:8px 0 0 0;
border-right:1px solid #333;*/
}

/* 
root element for scrollable items. It is 
absolutely positioned with large width. 
*/
#thumbs {
position:absolute;
width:20000em;
clear:both;

}

/* custom positioning for navigational links */
a.prev, a.next, a.prevPage, a.nextPage{
margin-top:40px;
}



/* single item */
#thumbs div {
float:left;
width:240px;
/*width:29px;*/
margin:0 0 0 0;
height:100px;
/*height:30px;*/
background:#fff;
color:#333;
/*border-left:1px solid #333;*/
cursor:pointer;
text-align:center;
}

/* style when mouse is over the item */
#thumbs div.hover {
background-color:#fff;
}

/* style when element is active (clicked) */
#thumbs div.active {
background-color:#066;
cursor:default;
}

#thumbs h3 {
margin:0px 0 0 0;
/*margin:8px 0 0 0;
font-size:13px;
color:#fff;*/
}


/***************************
タブ切り換え用
***************************/

#tabContent {
  background-color : #ffffff;
  margin : 20px -5px 0px -5px;
  width : 500px;
  padding : 18px 0px 0px 0px;
}

#tabIndex {
  margin-left : 30px;
}

#tabIndex LI {
  float:left;
  margin-right: 10px;
  padding : 3px 8px 2px 8px;
  font-size: 14px;
  list-style-type: none;
  cursor: pointer;
  display: block;
  margin-bottom : 0px;
  margin-top : auto;
  margin-left : auto;
}

#tabIndex .close {
  text-decoration : none;
  border-width : 1px;
  border-style : solid;
  border-color : #006699;
  background-color : #dfdfff;
}

#tabIndex .open {
  text-decoration: none;
  border-width : 1px;
  border-style : solid;
  border-color : #006699 ;
  font-weight : normal;
  background-color : #006699;
}

#tabBoxIndex {
  font-size: 12px;
  line-height: 150%;
  background-color : #ffffff;   
  clear: both;
  margin : -20px 0px 0px 0px;
  padding : 5px 5px 10px 10px;
  border-width : 1px;
  border-style : solid;
  border-color : #006699;

}
#tabIndex .open A{
  text-decoration : none;
  color : white;
}
#tabIndex .close A{
  font-weight : normal;
  text-decoration : none;
  color : #006699;
}
