@charset "Shift_JIS";
@import url(common.css);

/*----------------■全体構造----------------*/

body {
	text-align: center;
	background:  #fff;
	color: #555;
}
div#header  {
	position:  relative;
	width:  780px;
	margin:  0 auto;
	text-align:  right;
}
h1  {/* タイトル */
	position:  absolute;
	width:  370px;
	top:  0;
	left:  0;
}
div#bkg  {/* 背景設定 */
	background:  #ddc;
}
div#wrap  {/* 全体囲み800px*/
	width:  800px;
	margin:  0px auto;
	text-align:  left;
	background:  #fff url(../image/bkg.gif) repeat-y;
}
div#contents  {/* 全体囲み778px*/
	width:  778px;
	margin:  0 11px;
}
div#main  {/* 右608px */
	float: right;
	width: 608px;
	margin:  0;
	border-top:  solid 1px #ccc;
	background:  url(../image_top/bg_img.jpg) no-repeat;
}

div#navi {/*左158px*/
	float: left;
	width: 158px;
	margin:  0;
	border-top:  solid 1px #ccc;
}

/*----------------■メインコンテンツ----------------*/

div#mainco  {
	padding:  10px 10px 10px 209px;
}
h2  {/*電話*/
	margin:  0 0 15px 0;
}
img.ph  {/*代表の写真*/
	float:  right;
	margin:  0 0 20px 15px;	
}
p.copy  {/*リードコピー*/
	margin:0 0 20px 0;
	font-size:  12px;
	line-height:  1.4;
}
h3  {
	clear:  both;
	margin:  0 0 5px 0;
}
#mainco ul {
	margin:  0 0 20px 0;
}
#mainco li  {
	font-size:  12px;
}
#mainco li2  {
	font-size:  12px;
	color:  #930;
}
dt,dd  {
	font-size:  12px;
}
dt  {
	color:  #930;
}

/*----------------■フッター----------------*/

div#footer1  {/*フッター1*/
	width:  780px;
	margin:  10px auto 0 auto;
	text-align:  left;
}
div#message  {
	width:  420px;
	float:  left;
}
#message p  {
	margin:  0 0 15px 0;
	font-size:  12px;
	line-height:  1.5;
}
div#history  {
	width:  334px;
	float:  right;
}
#history table  {
	margin:  0 0 15px 0;
}
#history th,#history td  {
	font-size:  12px;
}
#history th  {
	padding-right:  10px;
	white-space:  nowrap;
}
h4  {
	margin:  0 0 5px 0;
}
div#footer2  {/*フッター780px*/
	clear:  both;
	position:  relative;
	width:  780px;
	margin:  0 auto;
	padding-top:  10px;
	border-top:  solid 1px #ccc;
}
div#footer2 p {
	position:  absolute;
	top:  10px;
	left:  0;
	width:  200px;
	font-size:  12px;
	text-align:  left;
}
address  {
	text-align:  right;
	font-size:  12px;
}

