/* softama.com style sheet */
body {
	font-size: 9pt;
	color : #333;
	background-color: #fff;
}
td, th {
	font-size: 9pt;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
a img {
	border: none;
}
h1 {
	font-size: 150%;
	color: #666;
}
h2 {
	font-size: 140%;
	color: #285;
}
h3 {
	font-size: 120%;
	color: #333;
}
form {
	margin: 0px;
}
input, select, textarea {
	font-size: 9pt;
}
div.float_r {
	float: right;
}
div.float_l {
	float: left;
}
div.indent {
	margin-left: 2em;
}
.small {
	font-size: 80%;
}
.error {
	color: #f33;
}
.notify {
	color: #888;
}
a.btn {
	border: 1px solid #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ddd url(/image/bg_gray1.gif) repeat-x left top;
	color: #333;
	text-decoration: none;
	font-size: 90%;
	padding: 1px 4px;
}
a.btn:hover {
	background: #fdd url(/image/bg_gray2.gif) repeat-x left top;
	color: #333;
	text-decoration: none;
}
input.btn {
	height: 1.8em;
}
img.mid {
	vertical-align: middle;
}

/* contents block */
div#cont_head {
	border-bottom: 1px solid #888;
	padding: 4px;
}
div#cont_head h1 {
	margin: 0;
}
div#cont_body {
	clear: both;
	width: 80%;
	margin: 1em auto;
}
ul#cont_menu li {
	clear: both;
	margin-top: 1em;
	list-style-type: none;
}
ul#cont_menu a.title {
	font-size: 140%;
	font-weight: bold;
}
ul#cont_menu a:hover {
	color: #f40;
}
ul#cont_menu .thumb {
	float: left;
	padding: 0 4px;
}
ul#cont_menu .thumb img {
	border: 1px solid #ccc;
}
div#cont_foot {
	clear: both;
	border-top: 1px solid #888;
	text-align: center;
	margin: 1em 0;
	padding: 4px;
}
div#cont_head a,
div#cont_foot a {
	color: #333;
}

/* contact */
.contact_form .item {
	font-size: 10pt;
	color: #33c;
	margin-top: 0.5em;
}
.contact_form .errmsg {
	color: #e33;
}

/* popup */
#popup_html {
	z-index: 19;
	position: absolute;
	background-color: #fff;
	border: 1px solid #888;
	padding: 0px;
	overflow: hidden;
}
#popup_back {
	z-index: 18;
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
div.popup_head {
	background: #246 url(/image/bg_blue.gif) repeat-x left top;
	color: #fff;
	padding: 4px;
}
div.popup_head .title {
	font-size: 120%;
	font-weight: bolder;
}
div.popup_head .btns {
	display: block;
	float: right;
	white-space: nowrap;
}
div.popup_head .btns a {
	margin-left: 10px;
}
div.popup_body {
	clear: both;
	padding: 4px 2em;
	overflow: auto;
}
div.popup_foot {
	clear: both;
	border-top: 1px solid #888;
	text-align: center;
	margin: 1em 0;
	padding: 1em;
}

