﻿@charset "utf-8";

/* -----------------------------------------------
 * なおしてねっと
 * 名前から検索(./text.php) CSS
 *
 * Author        : sue
 * CreationDate  : 08/06/05
 * LastUpdate    : 08/06/05
----------------------------------------------- */

/* ===============================================
 *【基本構成】
 *
 * 1.
=============================================== */

/* -----------------------------------------------
 * 1.
----------------------------------------------- */

#textSearch h2 {
	color: #587C12;
	font-size: 140%;
}

	#textSearch h2 img {
		vertical-align: top;
	}

/* 各行見出し */
#textSearch h3 {
	height: 33px;
	margin: 12px 0;
	padding-left: 12px;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	line-height: 36px;
	background: url("../img/headlineBack.gif") no-repeat;
}

	#textSearch ul li {
		margin: 6px 0 6px 25px;
		list-style-type: disc;
	}
	
	#textSearch p {
		margin-left: 25px;
	}
