/* ---------------------------------- */
/* ヘッダ定義                         */
/* ---------------------------------- */

.header		{
		width: 760px;
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
		}
.banner		{
		height: 129px;
		width: 100%;
		margin: 0;
		padding: 0 0 5px;
		background: url(/header/header_back.jpg) no-repeat;
		position: relative;
		  left: 0;
		  top: 0;
		}

/* ヘッダ内ページタイトル */
.header	h1	{
		margin: 0 0 5px;
		padding: 0;
		font-size: 10px;
		line-height: 1.0;
		font-weight: normal;
		}

/* ヘッダ内ページトピック */
.header p	{
		margin: 0;
		padding: 0 10px 0 0;
		font-size: 12px;
		line-height: 1.1;
		text-align: left;
		position: absolute;
		  top: 38px;
		  left: 140px;
		z-index: 5;
		color: #000000;
		}

/* ヘッダ内サイト名 */
.header h2	{
		margin: 0;
		padding: 0 10px 0 0;
		font-size: 23px;
		line-height: 1.1;
		text-align: left;
		position: absolute;
		  top: 10px;
		  left: 135px;
		z-index: 10;
		}
.header h2 a	{
		color: #2E1700;
		text-decoration: none;
		}
.header h2 a:hover	{
		color: #2E1700;
		}
.header h2 a:active	{
		color: #2E1700;
		}

/* ヘッダ内サイトロゴ */
.header img	{
		position: absolute;
		  top: 0;
		  left: 0;
		margin: 0;
		z-index: 1;
		}


