@charset "UTF-8";
/* CSS Document */



/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{
	height:585px; 	/*this changes the height of the image slider*/
	width:847px;
	overflow: hidden;
	position: relative;
	margin:45px 0 0 0;
	background:url(../images/preload.gif)  center no-repeat;
}

.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;
}

.slidecontrolls{
margin:-605px 0 0 785px;
position: relative;
float:left;
}

.slidecontrolls a{
height:12px;
width:15px;
display:block;
cursor: pointer;
background: transparent url(../images/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/controlls.gif) center top no-repeat;
}


/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p,input,select,legend,textarea{ margin:0; padding:0;}

.center{ /*center content area */
position: relative;
width:847px;
margin:0 auto;
}
*{ margin:0; padding:0;}

img { border: none; }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#wrapper {
	width:1024px;
	height:738px;
	margin:0 auto;
	background-image:url(../images/indexbg.jpg);
	background-repeat:no-repeat}
	
#navi {width:165px;
       height:573px;
       padding-top:65px;
			 float:left}
			 
#navibox{width:112px;
         height:100px;
				 padding-top:356px;
				 padding-left:33px;
				 padding-right:20px;}

#navi ul{
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align: right;
  }

#navi li {
	text-decoration: none;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
  }

#navi li a{
	color:#6E665F;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
  }
			 
#main {width:847px;
float:left;
       height:638px;}

#box01 {
	width:520px;
	height:332px;
	background-image:url(../images/w01/pbg.jpg);
	background-repeat:no-repeat;
	margin-top:132px;
	padding:6px 8px 8px 8px;
}

#table {margin-top:14px;
}

dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	color:#6E665F;
	line-height: 20px;
}

h1 {float:left;}

#footer{width:700px;
        padding-right:11px;
				float:right;}
