#callouts {
  float: left;
  }  

  #callouts div {
    float: left;
    position: relative;
    width: 177px; /* Total: 295px; */
    height: 124px;
    padding: 3px 0 0 118px;
    }
  
  #callouts h3 {
    margin: 8px 0 0 0;
    }
  #callouts p {
    margin: 0 0 6px 0;
    }
    
  #callouts a {
    position: absolute;
    left: 119px;
    top: 85px;
    width: 150px; /* Total: 164px */
    height: 24px;
    background: url(/css/images/global/sprites.gif) -500px -200px no-repeat;
    text-decoration: none;
    color: #646363;
    font-size: 11px;
    padding: 0 14px;
    line-height: 24px;
    margin-left: -6px;
    }
    #callouts a:hover {
      color: #000;
      }
    
    #callout1 {
      background: url(/css/images/home/callout1.png) no-repeat;
      }
      
    #callout2 {
      background: url(/css/images/home/callout3.png) 5px no-repeat;
      }
      
    #callout3 {
      background: url(/css/images/home/callout7.png) 5px no-repeat;
      }
      
    #callout4 {
      background: url(/css/images/home/callout8.png) 3px no-repeat;
      }
      
    #callout5 {
      background: url(/css/images/home/callout4.png) 3px no-repeat;
      }
      
    #callout6 {
      background: url(/css/images/home/callout2.png) no-repeat;
      }
      
    #callout7 {
      background: url(/css/images/home/callout5.png) 30px no-repeat;
      }
      
    #callout8 {
      background: url(/css/images/home/callout6.png) 3px no-repeat;
      }
      
    /* #callout1 {
      background: url(/css/images/home/callout1.png) no-repeat;
      }
      
    #callout2 {
      background: url(/css/images/home/callout3.png) 5px no-repeat;
      }
      
    #callout3 {
      background: url(/css/images/home/callout2.png) no-repeat;
      }
      
    #callout4 {
      background: url(/css/images/home/callout4.png) 3px no-repeat;
      }
      
    #callout5 {
      background: url(/css/images/home/callout5.png) 30px no-repeat;
      }
      
    #callout6 {
      background: url(/css/images/home/callout6.png) 3px no-repeat;
      }
      
    #callout7 {
      background: url(/css/images/home/callout5.png) 30px no-repeat;
      }
      
    #callout8 {
      background: url(/css/images/home/callout6.png) 3px no-repeat;
      } */
      
      
/* News box frame and tabs
----------------------------------------------------------*/
#news-box {
  float: left;
  position: relative;
  display: inline;
  margin: 20px 0 0 0;
  width: 590px;
  background: url(/css/images/home/news-box.gif) 0 100% no-repeat; /* Rounded bottom cap */
  padding: 0 0 8px 0;
  }
  #news-box-tabs {
    height: 31px; /* 31px total */
    padding: 0;
    }
    #news-box-tabs a {
      display: block;
      float: left;
      background: url(/css/images/home/news-box.gif) 0 -100px no-repeat; /* Tab-off left-half */
      margin: 0 1px 0 0;
      padding: 0;
      color: #666;
      text-decoration: none;
      font-weight: bold;
      }
      #news-box-tabs a span {
        display: block;
        float: left;
        line-height: 31px;
        width: 130px;
        text-align: center;
        background: url(/css/images/home/news-box.gif) 100% -100px no-repeat; /* Tab-off right-half */
        padding: 0;
        }
    #news-box-tabs a.selected-news-tab {
      background: url(/css/images/home/news-box.gif) 0 -200px no-repeat; /* Tab-on left-half */
      }
      #news-box-tabs a.selected-news-tab span {
        background: url(/css/images/home/news-box.gif) 100% -200px no-repeat; /* Tab-on right-half */
        }
        
#news-box2 {
  float: left;
  position: relative;
  display: inline;
  margin: 10px 0 40px 0;
  width: 590px;
  background: url(/css/images/home/news-box.gif) 0 100% no-repeat; /* Rounded bottom cap */
  padding: 0 0 8px 0;
  }

/* News box inner content
----------------------------------------------------------*/
  #news-box-inner {
    background: #FFF url(/css/images/home/news-box-bg.gif) bottom repeat-x;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin-top: -1px;
    padding: 10px 18px;
    }
    .news-box-item {
      position: relative;
      height: 100%;
      border-bottom: 1px solid #CCC;
      margin-bottom: 16px;
      padding-bottom: 9px;
      }
      .news-box-item .date {
        display: block;
        font-weight: bold;
        color: #E51616;
        }
      .news-box-item .date-b {
        display: block;
        font-size:14px;
        font-weight: bold;
        text-decoration:underline;
        color: #E51616;
        }
      .news-box-item strong {
        display: block;
        color: #333;
        margin: 5px 0px 10px 0px;
        }
      .news-box-item p {
        margin: 0;
        padding: 0;
        }
        .news-box-item span { display: none; }
        
  #news-box-inner2 {
    background: #FFF url(/css/images/home/news-box-bg.gif) bottom repeat-x;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin-top: -1px;
    padding: 10px;
    }        
    .news-box-item2 {
      position: relative;
      height: 100%;
      margin-bottom: 3px;
      padding-bottom: 3px;
      }
      .news-box-item2 .date {
        display: block;
        font-weight: bold;
        color: #E51616;
        }
      .news-box-item2 strong {
        display: block;
        color: #333;
        margin: 5px 0;
        }
      .news-box-item2 p {
        margin: 0;
        padding: 0;
        }
        .news-box-item2 span { display: none; }
                
/* deta info
---------------------------------------------------------------- */
#deta-info-title{
	display:block;
	position: relative;
	background:#E51616;
	border:#E51616 solid 1px;
	padding:5px;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
#deta-info{
	display:block;
	position: relative;
	margin-top:20px;
	background:#ffffff;
	border:#ebebeb solid 1px;
	padding:3px;
	color:#333333;
}
a.deta-info:link{
	color:#333333;
}
a.deta-info:hover{
	color:#E51616;
	text-decorarion:underline;
}
ul.deta-info-list {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	line-height:130%;
	}
ul.deta-info-list li {
	display: inline;
	background: url(/css/images/global/red-arrow.gif) left no-repeat;
	padding:3px;
	padding-left:20px;
}

/*archives*/
div.archives{
	display:block;
	text-align:right;
	}
　　a.archives{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
	a.archives:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#E51616;
	}
	
div.archives2{
	display:block;
	border-bottom:dotted 1px #cccccc;
	text-align:right;
	}