@charset "utf-8";
/* Grid */

header nav {
	text-align: center;
	background: #5c8200;
	padding: 0;
	height: auto;
}

#titletext {
	padding: 10px 20px 5px 20px;
	text-align: center;
	background: #FFF;
}
#titlewrap {
	width: 100%;
	height: 30px;
	background: url(../tentitle.png) no-repeat 50% 0%;
	margin-bottom: 10px;
}

.lcol {
	float:left;
	margin: 30px 30px 10px 30px;
	width: 45%;
	font-size: 1.6em;
	line-height: 1.2em;
	font-family: "Tinos", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4c1d00;
}
.rcol {
	float:right;
	margin: 50px 30px 10px 30px;
	text-align: right;
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: "Tinos", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4c1d00;
}
.rcolindex {
	float:right;
	margin: 40px 30px 10px 30px;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: "Tinos", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4c1d00;
}
.rcolindex ul {
	float:left;
}

.logo {
	background:url(../logomini.png);
	background-repeat:no-repeat;
	width: 90px;
	height: 72px;
	float:left;
	margin-right: 30px;
}
.logoindex {
	background:url(../logo.png);
	background-repeat:no-repeat;
	width: 140px;
	height: 110px;
	float:left;
	margin-right: 30px;
}

.slogan {
	float:left;
	margin-top: 15px;
}
.tel {
	font-size: 1.2em;
	color: #b74d08;
	margin-bottom: 10px;
}