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

.header		{
		width: 779px;
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
		}
.banner		{
		height: 65px;
		width: 100%;
		margin: 0px;
		padding: 0 0 8px;
		background-color: #FFFFFF;
		position: relative;
		  left: 0px;
		  top: 0px;
		background: #FFFFFF url(/header/header_back.jpg) no-repeat left top;
		}

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

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

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

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


