/* interview */

/* Box */
.mainTextBox {
	padding: 0 20px;
	}

.imgFloatBox {
	float: right;
	margin: 0 0 10px 15px;
	text-align: right;
}

.comInfoBox {
	border: 1px solid #000000;
	padding: 20px; 
	}

.comInfoDeco {
	border-left: 3px solid #3399FF;
	padding-left: 10px;
	margin: 0 0 0 5px
	}

/* HeadLine */
h5 {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #FFCC66;
	padding: 3px 5px;
	}

/* TextBotton */
a.txtbutton {
	color: #ffffff;
	background-color: #ff0000;
	border-right: 1px solid #666633;
	border-bottom: 1px solid #666633;
	padding: 3px 15px 3px 15px;
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
}
a.txtbutton:link {
	color: #ffffff;
	background-color: #ff0000;
	border-right: 1px solid #666633;
	border-bottom: 1px solid #666633;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.txtbutton:visited {
	color: #ffffff;
	background-color: #ff0000;
	border-right: 1px solid #666633;
	border-bottom: 1px solid #666633;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.txtbutton:active {
	color: #000000;
	background-color: #ff0000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.txtbutton:hover {
	color: #000000;
	background-color: #ccffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
}
/* end Link */


/* button */
.button {
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
}

.buttonbox {

	width: 440px;
}
.button .button01 a {

	width: 196px;
	position: relative;
	margin: 0;
	padding: 51px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/button01.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:51px;/* for ie5.x */
}
.button .button01 a:hover {
	background-position: 0px -51px;
}

.button .button02 a {

	width: 196px;
	position: relative;
	margin: 0;
	padding: 51px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/button02.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:51px;/* for ie5.x */
}
.button .button02 a:hover {
	background-position: 0px -51px;
}

.buttonbox02 {

	width: 200px;
}

.button .button03 a {
	width: 196px;
	position: relative;
	margin: 0;
	padding: 51px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/button03.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:51px;/* for ie5.x */
}
.button .button03 a:hover {
	background-position: 0px -51px;
}
.hiddentext {
	color: ffffff;
}
/* end button */