@charset "utf-8";
/* CSS Document */

#text_mainTB {
	width: 100%;
}

#text_mainTB caption {
	
}

#text_mainTB td {
	padding: 0px;
	text-align: justify;
	line-height: 18px;
}

#text_mainTB .img_right {
	padding-left: 5px;
}

#text_mainTB .img_left {
	padding-right: 5px;
}

.text_scroll {
	overflow: auto;
	padding: 10px;
}

.contact th {
	text-align: right;
	font-size: 12px;
	padding-right: 3px;
	width: 1%;
}

.contact .textbox {
	border: 1px solid #000066;
	background: #D3D3D3 url(../images/mo_box.jpg);
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}

.contact .textareabox {
	border: 1px solid #000066;
	background: #D3D3D3 url(../images/mo_box.jpg);
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	height: 80px;
}

.button {
	border: 1px solid #333399;
	background: #333399;
	color: #ffffff;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.button:hover {
	border: 1px dashed #000066;
}

#textinfoTB {
	width: 750px;
}

#textinfoTB td {
	padding: 5px;
}
#textinfoTB th {
	text-align: right;
	vertical-align:top;
	padding: 5px;
}

#text_mainTB a, #text_mainTB a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

#text_mainTB a:hover {
	text-decoration: underline;
}

