/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	height: 100%;
}
#tpl_body {
	position: relative;
	min-height: 100%;
	background-color: #fff;
	background-image: url(../image/web/back.gif);
	background-position: center -35px;
	background-repeat: no-repeat;
}


/* DEFAULT TABLE STYLES */
table, table td, table th {
	border-collapse: collapse;
	border: 0px solid #dddddd;
	vertical-align: top;
	text-align: left;
}


/* TEMPLATE ELEMENTS */
/* V2 */
.tpl_pageshadow {
	position: absolute;
	z-index: 200;
	zoom: 1;
	width: 100%;
	height: 9px;
	overflow: hidden;
	margin: 0px auto;
	background-image: url(../image/web/schaduw.png);
}
#tpl_wrapper {
	width: 990px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	zoom: 1;
	border-left: 7px solid #e5e5e5;
	border-right: 7px solid #e5e5e5;
}
	#tpl_top {
		position: relative;
		height: 190px;
	}
		#tpl_header {
			position: relative;
			z-index: 100;
		}
			#tpl_header_slogan {
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 50;
			}
			#tpl_header_image {
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 25;
			}
		#tpl_logo {
			position: absolute;
			bottom: 0px;
			left: 0px;
			z-index: 200;
		}
		#tpl_menu {
			position: absolute;
			bottom: 0px;
			right: 0px;
			z-index: 300;
		}
		#tpl_social {
			position: absolute;
			z-index: 800;
			top: 154px;
			right: 683px;
		}
			#tpl_social a {
				margin-left: 3px;
			}
	#tpl_content {
		padding-top: 3px;
		padding-bottom: 65px; /* #tpl_footer_wrapper HEIGHT + 15px */
	}
		.tpl_col33 {
			position: relative;
			margin-left: 15px;
			width: 310px;
			float: left;
		}
		.tpl_col25 {
			position: relative;
			margin-left: 20px;
			width: 220px;
			float: left;
			margin-top: -3px;
		}
		.tpl_col75 {
			position: relative;
			margin-left: 15px;
			width: 715px;
			float: left;
		}
			#tpl_content table {
				max-width: 100% !important;
			}
		.tpl_box {
			position: relative;
			border: 5px solid #fff;
			background-color: #fff;
			margin-top: 15px;
		}
		.tpl_box_search {
			margin-top: 35px;
			margin-bottom: 25px;
			border-width: 0px;
		}
			#tpl_search {
				padding: 9px 0px 9px 15px;
			}
				#tpl_search .formline {
					color: #707173 !important;
				}
			.tpl_box_title {
				padding: 10px 15px 1px 15px;
				position: relative;
				background-image: url(../image/web/box_title_bg.png);
			}
				.tpl_box_title,
				.tpl_box_title * {
					color: #fff !important;
				}
			.tpl_box_content {
				padding: 10px 15px;
				position: relative;
			}
				.backor .tpl_box_content,
				.backor .tpl_box_content *,
				.backgr .tpl_box_content,
				.backgr .tpl_box_content * {
					color: #fff;
				}
	#tpl_footer {
		position: absolute;
		left: 0px;
		bottom: 0px;
		z-index: 100;
		width: 100%;
		overflow: hidden;
		background-color: #e5e5e5;
	}
		#tpl_footer_wrapper {
			position: relative;
			height: 50px; /* #tpl_content PADDING BOTTOM - 15px */
		}
			#tpl_sitenav {
				background-color: #797979;
				padding: 0px 15px;
				height: 25px;
			}
			#tpl_sitenav,
			#tpl_sitenav * {
				font-size: 10px;
				line-height: 25px;
				color: #fff;
			}
			#tpl_fontsize {
				position: absolute;
				z-index: 100;
				top: 0px;
				right: 15px;
			}
			#tpl_fontsize,
			#tpl_fontsize * {
				font-size: 10px;
				line-height: 25px;
				color: #fff;
			}
			#tpl_site {
				position: absolute;
				z-index: 100;
				bottom: 0px;
				right: 15px;
			}
			#tpl_site,
			#tpl_site * {
				font-size: 10px;
				line-height: 25px;
				color: #797979;
			}
			#tpl_employees {
				position: absolute;
				z-index: 100;
				bottom: 0px;
				left: 15px;
			}
			#tpl_employees,
			#tpl_employees * {
				font-size: 10px;
				line-height: 25px;
				color: #797979;
			}


/* BANNER */
.tpl_banner {
	position: relative;
	z-index: 1;
	background-color: #f8f9f2;
	height: 125px;
}
	.tpl_banner .tpl_banner_border {
		height: 125px;
		overflow: hidden;
	}
	.tpl_banner_border {
		border: 1px solid #c3c3c3;
		margin: -1px;
	}
	.tpl_banner .tpl_box_title {
		background-image: none;
		background-color: #e4e9cd;
	}
		.tpl_banner .tpl_box_title .Title {
			color: #86a20a !important;
		}
	.tpl_banner .tpl_box_title,
	.tpl_banner .tpl_box_content {
		padding-right: 105px;
	}
	.tpl_banner .tpl_box_content {
		padding-right: 105px;
	}
		.tpl_banner .tpl_box_content .textr {
			position: absolute;
			z-index: 100;
			top: 49px;
			right: 105px;
		}
	.tpl_box_image {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 95px;
		height: 125px;
		background-color: #fff;
		z-index: 200;
	}


/* FORM STYLES */
.formbut {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #424242;
	border: 1px solid #ddd;
	height: 20px; 
	line-height: 10px;
	cursor: pointer;
	padding: 0px 7px 0px 7px;
	overflow: visible;
	margin-right: 15px;
	font-size: 10px;
	font-weight: bold;
}
.formline {
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	height: 14px;
	background-color: #fff;
	width: 292px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
}
select.formline {
	padding: 0px;
	height: 22px;
	width: 300px;
}
.formarea {
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 2px 3px 2px 3px;
	background-color: #fff;
	width: 292px;
	height: 100px;
}
.formline:focus, .formarea:focus,.formline.focus, .formarea.focus {
	border-color: #424242;
}
.formbut:hover,.formbut.hover {
	background-color: #111;
	border-color: #ddd;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}
.formtable {
}
.formtable td {
	border-bottom: 2px solid #fff;
}
td.formlabel {
	background-color: #eeeeee;
	border-right: 2px solid #fff;
	padding: 0px 5px;
	width: 100px;
}
td.formrequired {
	background-color: #cccccc;
}
.formnotify {
	border: 1px dotted #999;
	padding: 5px 10px;
	margin-bottom: 20px;
}
td.formextra {
	padding-top: 5px;
}
td.formextra .formbut {
	float: right;
	margin-left: 15px;
	margin-right: 0px;
}


/* MENU STYLES */
.menu1, .menu1:hover, .menu1selected, .menu1selected:hover {
	width: 110px;
	height: 35px;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	color: #86a20a;
	background-image: url(../image/web/menu/1_bg.gif);
	background-position: top;
	border-left: 1px solid #c9c9c9;
	overflow: hidden;
	text-decoration: none;
}
.menu1:hover, .menu1selected, .menu1selected:hover {
	background-position: bottom;
}
.menu2, .menu2selected, .menu2:hover, .menu2selected:hover {
	display: block;
	font-size: 100%;
	color: #111;
	border-bottom: 1px solid #fff;
	margin: -1px 15px 0px 15px;
	line-height: 25px;
	text-decoration: none;
}
.menu2:hover, .menu2selected, .menu2selected:hover {
	margin: -1px 1px 0px 1px;
	padding: 0px 14px;
	background-color: #fff;
}
.menu3, .menu3selected, .menu3:hover, .menu3selected:hover {
	display: block;
	font-size: 89%;
	color: #111;
	border-bottom: 1px solid #fff;
	margin: -1px 15px 0px 25px;
	line-height: 22px;
	text-decoration: none;
}
.menu3:hover, .menu3selected, .menu3selected:hover {
	margin: -1px 1px 0px 1px;
	padding: 0px 15px 0px 24px;
	background-color: #fff;
}
.menu4, .menu4selected, .menu4:hover, .menu4selected:hover {
	display: block;
	font-size: 78%;
	color: #111;
	border-bottom: 1px solid #fff;
	margin: -1px 15px 0px 35px;
	line-height: 19px;
	text-decoration: none;
}
.menu4:hover, .menu4selected, .menu4selected:hover {
	margin: -1px 1px 0px 1px;
	padding: 0px 15px 0px 34px;
	background-color: #fff;
}
.menu5, .menu5selected, .menu5:hover, .menu5selected:hover {
	display: block;
	font-size: 67%;
	color: #111;
	border-bottom: 1px solid #fff;
	margin: -1px 15px 0px 45px;
	line-height: 17px;
	text-decoration: none;
}
.menu5:hover, .menu5selected, .menu5selected:hover {
	margin: -1px 1px 0px 1px;
	padding: 0px 15px 0px 44px;
	background-color: #fff;
}


/* ExtraZake FUNCTION STYLES */
.highlight {
	border-bottom: 1px dashed #333333;
}
.photothumb {
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}
.clickable,
.clickable * {
	cursor: pointer;
}

@media Print {
	html, body, #tpl_body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
	}
	body, html, input, textarea, select, form, a, p, span, div, td, th, font, h1, h2, h3, h4, h5, ul, li, ol, sub, sup {
		/*color: #000000;*/
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		/*color: #000000;*/
	}
	.noprint {
		display: none;
	}
}
