﻿@charset "utf-8";

/* -----------------------------------------------
 * なおしてねっと
 * TOPページ(./index.php) CSS
 *
 * Author        : sue
 * CreationDate  : 08/05/30
 * LastUpdate    : 08/06/02
----------------------------------------------- */

/* ===============================================
 *【基本構成】
 *
 * 1.検索
 *	1-1.その他の地域
 *	1-2.名前から検索する
 * 2.なおしてねっとについて
=============================================== */

/* -----------------------------------------------
 * 1.検索
----------------------------------------------- */

/* 1-1.その他の地域
----------------------------------------------- */

#searchOther {
	width: 665px;
	height: 70px;
	margin-bottom: 32px;
	background: url("../img/searchAreaOther.gif") no-repeat;
}

	#searchOther h3 {
		margin: 0 0 8px 8px;
		padding-top: 8px;
		padding-left: 15px;
		background: url("../common/img/arrow01.gif") no-repeat 3px 12px;
	}

	#searchOther p {
		margin: 0;
		line-height: 1.1;
	}

	/* 検索input */
	#searchOther input#others {
		float: left;
		margin-left: 25px;
	}

	/* btn */
	#searchOther p.btn {
		float: left;
	}


/* 1-2.名前から検索する
----------------------------------------------- */

	ul#searchText {
		margin-bottom: 62px;
	}



/* -----------------------------------------------
 * 2.なおしてねっとについて
----------------------------------------------- */

#about h3 {
	margin: 0 0 24px;
}

#about h4 {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #C4D3A5;
}

/* 住所・担当者,
	 メールアドレス */
#inquiry,
#mailAddress {
	margin-bottom: 24px;
	padding-left: 20px;
}

#inquiry {
	height: 55px;
	background: url("../img/inquiryBorder.gif") no-repeat left top;
}

#mailAddress {
	background: url("../img/mail.gif") no-repeat 0 5px;
}
