@charset "utf-8";
/* CSS Document */

#text_mainTB {
	width: 100%;
}

#text_mainTB caption {
	
}

#text_mainTB td {
	padding: 0px;
	text-align: justify;
	line-height: 20px;
}

#text_mainTB .img_right {
	padding-left: 5px;
}

#text_mainTB .img_left {
	padding-right: 5px;
}

.text_scroll {
	overflow: auto;
	height: 540px;
	padding: 10px;
}

.contact th {
	text-align: right;
	padding-right: 3px;
	width: 1%;
}

.contact .textbox {
	border: 1px dashed #c6903a;
	background: #eeeeee;
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}

.contact .textareabox {
	border: 1px dashed #c6903a;
	background: #eeeeee;
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	height: 80px;
}

.button {
	border: 1px solid white;
	background: #4d90eb;
	color: white;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.button:hover {
	border: 1px dashed white;
}

#textinfoTB {
	width: 740px;
}

#textinfoTB td {
	padding: 5px;
}
#textinfoTB th {
	text-align: right;
	vertical-align:top;
	padding: 5px;
}

#text_mainTB a, #text_mainTB a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

#text_mainTB a:hover {
	text-decoration: underline;
}

.kokContainer {
	width: auto;
}

.kokContainer td {
	padding: 5px;
	text-align: center;
}

.kokItem {
	width: auto;
	border: 1px solid black;
}

.kokItem .desc {
	font-size: 8px;
	text-align: center;
}
