
#visual {
	width: 763px;
	height: 450px;
	overflow: hidden;
	}
#visual dt {
	position: absolute;
	top: 400px;
	}
	#visual dt.bt00 { left: 0; }
	#visual dt.bt01 { left: 256px; }
	#visual dt.bt02 { right: 0; }

#visual dd {
	width: 763px;
	height: 400px;
	overflow: hidden;
	}





#board {
	width: 274px;
	padding: 38px 32px 0 28px;
	float: left;
	}
	#board .short {
		width: 274px;
		position: relative;
		}
		#board .short ul {
			padding: 10px 0 10px 0;
			}
			#board .short li {
				width: 264px;
				font-size: 0.9em;
				background: url("../../img/bullet00.gif") no-repeat 0 6px;
				padding: 3px 0 3px 10px;
				position: relative;
				}
				#board .short li span {
					position: absolute;
					top: 0px;
					right: 0;
					color: #999999;
					}

		#board .short .more {
			position: absolute;
			top: 0;
			right: 0;
			}

		#board .notice {
			background: url("../../img/main/noticeBg.gif") no-repeat 0 0;
			padding: 60px 0 0 0;
			margin: 18px 0 0 0;
			}
		#board .notice .more {
			top: 57px;
			}

#interview {
	width: 398px;
	float: left;
	padding: 38px 0 0 0;
	position: relative;
	}
	#interview h2 {
		padding: 0 0 0 6px;
		}
	#interview .interviewBox {
		width: 398px;
		height: 222px;
		background: url("../../img/main/interviewBg.gif") no-repeat 0 0;
		margin: 10px 0;
		}

		#interview .interviewBox .bM {
			width: 236px;
			height: 207px;
			float: left;
			padding: 15px 18px 0 14px;
			}
			#interview .interviewBox .bM dt {
				width: 236px;
				height: 168px;
				position: relative;
				}
				#interview .interviewBox .bM dt span {
					display: block;
					position: absolute;
					bottom: 0;
					left: 0;
					}
			#interview .interviewBox .bM dd {
				padding: 16px 0 0 0;
				font-weight: bold;
				}
				#interview .interviewBox .bM dd a {
					color: #333333;
					}

		#interview .interviewBox .sM {
			width: 130px;
			padding: 10px 0 0 0;
			float: left;
			}
			#interview .interviewBox .sM dt.img2 {
				padding: 18px 9px 0 14px;
				}
			#interview .interviewBox .sM dt {
				width: 107px;
				height: 68px;
				position: relative;
				padding: 0 9px 0 14px;
				}
				#interview .interviewBox .sM span {
					display: block;
					position: absolute;
					bottom: 0;
					left: 14px;
					}
			#interview .interviewBox .sM dd {
				padding: 11px 9px 0 11px;
				}
				#interview .interviewBox .sM dd a {
					color: #333333;
					}

		#interview .more {
			position: absolute;
			top: 41px;
			right: 0;
			}





