@charset "utf-8";
/* CSS Document */

/*--mainVisual-------------------------------------------*/
#mainVisual img{
	vertical-align: bottom;
}
/*slider*/
.slider{
	display: none;
	position: relative;
}
	a.slidesjs-next{
		position: absolute;
		right: 13px;
		bottom: 13px;
		display: block;
		width: 15px;
		height: 40px;
		background: url(../images/index/slider-next.gif) 0 0;
		z-index: 15;
	}
		a.slidesjs-next:hover{
			background: url(../images/index/slider-next-on.gif) 0 0;
		}
			a.slidesjs-previous{
				position: absolute;
				right: 33px;
				bottom: 13px;
				display: block;
				width: 15px;
				height: 40px;
				background: url(../images/index/slider-prev.gif) 0 0;
				z-index: 16;
			}
				a.slidesjs-previous:hover{
					background: url(../images/index/slider-prev-on.gif) 0 0;
				}

/*--mainNav-------------------------------------------*/
#mainNav{
	font-size: 108%;
	line-height: 35px;
	height: 45px;
	background: url(../images/index/nav-bg.gif) no-repeat bottom #066289;
}
	#mainNav ul{
		padding-left: 20px;
		margin-right: 23px;
		background: url(../images/index/nav-link.gif) no-repeat right 50%;
	}		#mainNav ul li {
			float: left;
			padding: 5px 3px 5px 5px;
			background: url(../images/index/nav-link.gif) no-repeat 0 50%;
		}
			#mainNav ul li a{
				display: block;
				padding: 0 62px;
				color: #FFF;
			}
				#mainNav ul li a:hover{
					color: #ffff99;
					background: #277289;
					border-radius: 4px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
				}

/*dropdown*/
#mainNav.dropdown li{
	position: relative;
}
	#mainNav ul.dropmenu {
		position: absolute;
		left: 2px;
		bottom: 45px;
		/bottom: 44px;
		padding: 20px 10px 10px 25px;
		width: 190px;
		color: #006994;
		background-color:#ffe221;
		background-image: none;
		border-radius: 4px 4px 4px 0px;
		-moz-border-radius: 4px 4px 4px 0px;
		-webkit-border-radius: 4px 4px 4px 0px;
		box-shadow:rgba(0, 0, 0, 0.2) 3px -3px 3px 0px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.2) 3px -3px 3px 0px;
		-moz-box-shadow:rgba(0, 0, 0, 0.2) 3px -3px 3px 0px;
		z-index: 20;
	}
		#mainNav .technical ul.dropmenu {
			left: -50px;
			bottom: 36px;
		}
			#mainNav.dropdown li ul.dropmenu li{
				float: none;
				margin-bottom: 5px;
				padding: 0;
				line-height: 20px;
				background: none;
			}
				#mainNav.dropdown li ul.dropmenu li a{
					padding: 0 0 0 10px;
					color: #006994;
					background: url(../images/common/icon-arrow03.png) no-repeat 0 0.4em;
				}
					#mainNav.dropdown li ul.dropmenu li a:hover{
						color: #4C94B7;
					}
						#mainNav.dropdown li.submenu{
							font-size: 84%!important;
							margin: 10px 0!important;
						}
							#mainNav.dropdown li.submenu ul{
								padding-left: 0;
								background: none;
							}
								#mainNav.dropdown li.submenu ul li{
									font-size: 109%;
									line-height: 15px;
								}
									#mainNav.dropdown li.bnr a{
										padding-left: 0!important;
									}
										#mainNav.dropdown li.mm-link > a{
											text-decoration: underline;
										}
											.submenu {
												float: left !important;
												width: 150px;
											}
											.dropmenu.w300 {
												width: 300px !important;
											}
											.dropmenu.w171 {
												width: 171px !important;
											}
/*--contentList---------------------------------------*/
#contentList{
	margin:41px 0;
	/overflow: hidden;
	/zoom: 1;
}
	#contentList .list {
		float: left;
		padding-left: 49px;
		width: 201px;
		text-align: center;
	}
	#contentList .list.first {
		padding-left: 5px;
	}
		#contentList .list:hover{
			/*filter:alpha(opacity=75);
			-moz-opacity: 0.75;
			opacity: 0.75;*/
			cursor:pointer;
		}
			#contentList .list h2{
				margin-bottom: 15px;
				padding-bottom: 5px;
				font-size: 154%;
				font-weight: bold;
				color: #151515;
				font-stretch:condensed;
				background: #fff url(../images/index/list-title.gif) no-repeat center bottom;
			}
				.houseLink h2 {
					font-size: 116% !important;
					padding-top: 2px !important;
					padding-bottom: 8px !important;
				}
				#contentList .list p{
					font-size: 93%;
					margin: 10px 2px 10px 8px;
					text-align: left;
				}
					#contentList .list .btn a{
						padding-left: 10px;
						background: url(../images/common/icon-arrow03.png) no-repeat 0 50%;
					}
						#contentList .list .pdf a{
							padding: 3px 0 3px 20px;
							background: url(../images/technical-information/infomation-icon.gif) no-repeat 0 50%;
						}
						#contentList .list .btn a:hover{
							text-decoration: underline;
						}
							.btn.house { text-align: left;}
							.house .first { margin-left: 10px;}
							.house .last { margin-left: 15px;}

/*--asideInfo------------------------------------------*/
#asideInfo{
	margin-bottom: 5px;
	/overflow: hidden;
	/zoom: 1;
}
	#asideInfo #news{
		float: left;
		width: 695px;
	}
		#asideInfo #news h3{
			margin-bottom: 15px;
			padding-bottom: 5px;
			font-size: 125%;
			font-weight:bold;
			color: #576d75;
			background: url(../images/index/news-title01.gif) no-repeat 0 bottom;
		}
			#asideInfo #news dl{
				margin-bottom: 15px;
				/overflow: hidden;
				/zoom: 1;
			}
				#asideInfo #news dt{
					float: left;
					width: 100px;
					color: #576d75;
				}
					#asideInfo #news dd{
						margin-bottom: 10px;
						margin-bottom: 0px\9;
						/margin-bottom: 0px;
						padding: 0 5px 7px 100px;
						border-bottom: 1px dotted #cccccc;
					}
						#asideInfo #downloads {
							float: right;
							margin: 23px 0 5px 0;
						}
							#asideInfo #downloads:hover{
								filter:alpha(opacity=75);
								-moz-opacity: 0.75;
								opacity: 0.75;
								cursor:pointer;
							}

/*------------------------------------------------------
  CLEAR FIX
------------------------------------------------------*/
#mainNav:after,
#mainNav ul:after,
#contentList:after,
#asideInfo:after,
#asideInfo #news dl:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}