body {
	font-size:14px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background-color:#fef4f4;
	line-height:160%;
}
#header { 	text-align:center; }
#tel { margin-bottom:10px; }

#navi li {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c9bea1', endColorstr = '#56501a');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c9bea1', endColorstr = '#56501a')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #c9bea1, #56501a);
	background-image: -ms-linear-gradient(top, #c9bea1, #56501a);
	background-image: -o-linear-gradient(top, #c9bea1, #56501a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#c9bea1), to(#56501a));
	background-image: -webkit-linear-gradient(top, #c9bea1, #56501a);
	background-image: linear-gradient(top, #c9bea1, #56501a);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	margin-right: 10px;
	padding: 10px 10px;
	vertical-align: middle;
	width:100%;
}
#navi li a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#image_link li {
	float:left;
	width:150px;
	height:150px;
	margin-right:10px;
	text-align:center;
}
#image_link li a {
	color:#666;
	text-decoration:none;
}
#image_link li img {
	width:150px;
	height:100px;
}

#footer {
	clear:both;
	background-color:#161416;
	padding:10px 5px;
	color:#FFF;
	text-decoration:none;
	font-size:80%;
}
#footer a {
	text-decoration:none;
	color:#FFF;
}

/**  toppage **/

#top_info {
	padding-bottom: 10px;
	margin-bottom:10px;
	background: #e9e0db;
	border: 1px solid #D9DAD3;
}
#top_message {
	position:relative;
}
#top_info ul {
}
#top_info ul li {
	line-height: 160%;
	list-style-position: inside;
	padding: 5px 10px 5px;
	border-bottom: 1px dotted #9a8b76;
	margin-bottom: 5px;
}
#goaisatsu_name {
	position:absolute;
	left:10px;
	bottom:50px;
}

.titTxtConcept {
	font-weight: bold;
	border-bottom: 1px solid #806E10;
	padding: 5px 0 5px 15px;
	line-height: 24px;
	font-size: 140%;
	background-color: #999b87;
	color: white;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999b87', endColorstr = '#4d453b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999b87', endColorstr = '#4d453b')";
	background-image: -moz-linear-gradient(top, #999b87, #4d453b);
	background-image: -ms-linear-gradient(top, #999b87, #4d453b);
	background-image: -o-linear-gradient(top, #999b87, #4d453b);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#999b87), to(#4d453b));
	background-image: -webkit-linear-gradient(top, #999b87, #4d453b);
	background-image: linear-gradient(top, #999b87, #4d453b);
	text-shadow: -1px -1px 1px #58544F,1px 1px 1px #5B5E46;
}
#mainVisual img {
	width:100%;
}
.serviceArea img {
	width:100%;
}

.flow_right {
	padding:5px 10px;
}

/*  buyo */

.flow_right p {
	margin-bottom:10px;
}
.flow_right h3 {
	font-weight:bold;
}
.flow_right ul {
	margin-left:20px;
	margin-bottom:10px;
	padding-bottom:3px;
}
.flow_right table.color1 {
	width:100%;
}

/* contact */
.comLine input {
	width:250px;
}
.comLine textarea {
	width:250px;
}
.comLine {
	margin:0 10px 5px 10px;
}
.submit {
	margin:0 10px 20px 10px;
}
p.txtFlow {
	margin:0 10px 10px;
}

.contact {
	width:100%;
	margin:10px;
}
.contact th {
	width:30%;
	font-weight:bold;
	padding:5px 10px;
	text-align:right;
}
.center725 {
	margin:0 10px 10px;
}

table.about {
	width:100%;
	margin-bottom:10px;
}
table.about th{ 
	text-align: right;
	width: 30%;
	padding: 0 20px 0 0;
	font-weight: bold;
}


/* table */


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;
	width:35%;
	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;
}



/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}
.bx-viewport {
	height:429px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bxslider li {
	height:213px;
}