@charset "UTF-8";
/* CSS Document */

html {
	background-color:#fef4f4;
}
body {
	min-width: 900px;
	font-size:14px;
	margin: 0;
	padding: 0;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	background-color:#fef4f4;
	line-height:160%;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:100%;
	height:125px;
	margin:0px auto;
}

/*------------------------------------------
	Header
--------------------------------------------*/

#header{	
	margin:0px auto;
	width:980px;
	height:125px;
}

#header_left {
width: 280px;
padding-left: 20px;
float: left;
padding-top: 22px;
}


#header_right {
	float: left;
	width:675px;
	
	margin-top:30px;
}

#tel{
	text-align: right;
}

/*------------------------------------------
	Navi
--------------------------------------------*/

#navi{
	color:#fff;
	float: right;
	text-align:right;
	padding-top:15px;
	font-size:15px;
}

#navi ul {
	list-style:none;
}

#navi ul li {
	float:left;
	padding-left:27px;
	line-height:100%;
	text-align:center;
}

#navi .icon a:hover, a:active {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}



/*------------------------------------------
	Footer
--------------------------------------------*/


#footer {
	margin:20px auto 0;
	text-align:center;
	margin-top:60px;
	padding-bottom:15px;
	background-color:#161416;
	color:#fff;
	width:980px;
	padding-top:15px;
	font-family:"小塚ゴシック Pro EL";
	font-size:11px;
	line-height:20px;
}


#footer a:link, #footer a:visited{
	color: #fff;
	text-decoration:none;
}

#footer a:hover, a:active {
	color: #2081cb;
	background-color:#fff;
	text-decoration:none;
}


#footer p {
	padding-top:10px;
	font-family:"小塚ゴシック Pro EL";
	font-size:11px;	
}





/* --- clearfix --- */

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  margin-top: -1px;
}

@media print {
  .clearfix:after {
    clear: both;
    height: 1px;
    margin-bottom: -1px;
    visibility: hidden;
  }
}

p.norm_p {
	margin:10px 0 0 0;
	padding:0 10px;
}
p.right {
	text-align:right;
}

table.color1 {
	width: 100%;
	color: #212424;
	margin: 0 0 1em 0;	
}
table.color1, tr, th, td {
	margin: 0 0 10px;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.color1 caption {
	width: 100%;
	padding:5px 0;
	font-size:14px;
	background: url(http://taimar.pri.ee/examples/table-design/caption.gif) no-repeat 98% 0;
}
table.color1 caption:hover {
	background-position: 98% 100%;
}

/* HEADER */

table.color1 thead {
	background: #524123;
}
table.color1 thead tr th {
	padding: 1em 0;
	text-align: center;
	color: #FAF7D4;
	border-bottom: 3px solid #A5D768;
}

/* FOOTER */

tfoot {
	color: #fff;
	background: #524123;
}
tfoot tr th, tfoot tr td {
	padding: .2em .6em;
	border-top: 2px solid #A5D768;
}
tfoot tr th {
}
tfoot tr td {
	text-align: right;
}

/* BODY */

table.color1 tbody tr td {
	background: #DDF0BD url(http://taimar.pri.ee/examples/table-design/bg_cell.gif) no-repeat top left;
}
table.color1 tbody tr.odd td {
	background-color: #D0EBA6;
}
table.color1 tbody tr td:hover, tbody tr.odd td:hover {
	background: #c5e894;
}
table.color1 tbody tr th,table.color1 tbody tr td {
	padding: 8px 0.4em;
	border: 1px solid #a6ce39;
	text-align:right;
}
table.color1 tbody tr th {
	padding-right: 1em;
	text-align: right;
	font-weight: normal;
	background: #c5e894 url(http://taimar.pri.ee/examples/table-design/bg_cell.gif) no-repeat top left;
	text-transform: uppercase;
}
table.color1 tbody tr th:hover {
	background: #D0EBA6;
}
table.color1 a[href*="taimar.pri.ee"] {
	float: left;
	width: 64px;
	height: 64px;
	font-size: 0;
	text-decoration: none;
	background: transparent url(http://taimar.pri.ee/examples/table-design/taimar.gif) no-repeat 0 0;
}
table.color1 a[title^="Download"] {
	float: none;
	width: auto;
	height: auto;
	font-size: 100%;
	background: none;
}

/* LINKS */

table.color1 a {
	color: #854400;
	text-decoration: none;
}
table.color1 a:visited {
	text-decoration: line-through;
}
table.color1 a:hover {
	text-decoration: underline;
}
h3 {
	font-weight:bold;
}
p {
	margin-bottom:10px;
}
.serviceArea {
	margin-bottom:10px;
}