﻿@charset "utf-8";

#wrapper {
	padding: 0 92px;
	margin: auto;
	background: url(../images/bottom_line.gif) no-repeat left bottom;
}
/* -------------------フォトtop ---------------------- */
.mainTop {
	width: 840px;
	height: 181px;
	background-image: url(../images/mainImg_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}
h2.logo {
	width: 179px;
	height: 181px;
	border-right: 1px solid #ECE9CC;
	float: left;
}
/* -------------------フォトbottom ---------------------- */
p.tel {
	width: 180px;
	float: left;
}
p#ImgB {
	width: 660px;
	float: right;
}
.mainBottom {
	width: 840px;
	height: 324px;
	overflow: hidden;
}
/* -------------------コンテンツ ---------------------- */
#textArea {width: 900px;
	margin: auto;
	overflow: hidden;
	background-image: url(../images/content_bg.gif);
}
.textArea_inner {
	margin: auto;
	padding: 16px 30px 30px 30px;
	zoom: 1;
	overflow: hidden;
}
.infortext {
	width: 256px;
	height: 154px;
	float: left;
	background-image: url(../images/information.jpg);
}
.infortext_inner {
	padding: 35px 30px 10px 30px;
	line-height: 2em;
	font-size: 11px;
} 
.infortext h3{
	text-indent: -3333px;
}
.infortext dl{
	color: #5d5962;
}
.concepttext {
	width: 539px;
	height: 154px;
	float: right;
	background-image: url(../images/consept.jpg);
}
.concepttext_inner  {
	padding: 30px 230px 30px 30px;
}
.concepttext_inner p {
	color: #6B666F;
	line-height: 1.8em;
	text-indent: 1em;
	font-size: 11px;
}

dl>dt {
	font-size: 12px;
}

span.info2 {
	color: #E27187;
	font-size: 12px;
	line-height:18px;
}

span.info {
	color: #E27187;
	font-size: 14px;
	font-weight: bold;
}

/* -----------------------リンク ----------------------- */
a {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #E27187;
}
