@charset "UTF-8";
/* CSS Document */
#wrap-contents h3{
	height:80px;
	background-image:url(../images/hl_hub.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#wrap-contents ul#header-visual01{
background-image: url(../images/bg_mainvisual.jpg);
background-repeat: no-repeat;
background-position: left top;
height: 250px;
width: 700px;
display:block;
}


/* conents/float */
#contents .box-text{
	width:660px;
	height:auto;
	margin:0 auto;
}
.box-text .text-left{
	width:445px;
	height:auto;
	float:left;
}
.box-text .text-right{
	width:185px;
	height:auto;
	float:left;
	margin:0 0 0 30px;
}
/* text-left */
.text-left h4{
	width:445px;
	height:40px;
	margin:0px;
	padding:0px;
	text-indent:-1000em;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	display:block;
	background-image:url(../images/title_topics.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
/* table */
.text-left table{
	width:445px;
	height:auto;
	border-collapse:collapse;
}
.text-left table th{
	width:80px;
	height:auto;
	padding:10px 0 10px 0;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	color:#600f00;
}
.text-left table td{
	height:auto;
	padding:10px 0 10px 0;
}
.text-left table .npb{
	padding:10px 0 0 0;
}
.text-left table .bb{
	background-image:url(../../shared/images/dot_line.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
/* text-right */
.text-right h5{
	width:185px;
	height:25px;
	margin:0px;
	padding:0px;
	text-indent:-1000em;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	display:block;
	background-image:url(../images/title_pickup.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.text-right p{
	margin:0 0 5px 0;
}
.text-right p.nmb{
	margin:0px;
}





/* ---------aviaslider --------- */

.aviaslider{ 
height:250px; /*this changes the height of the image slider*/
width:700px;
overflow: hidden;
position: relative;
background: #fff url(./images/preload.gif) center center no-repeat;
margin:0px
}
.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}
.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}
.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}
