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

.header		{
		width: 760px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2px;
		display: block;
		clear: both;
		}
.banner		{
		height: 127px;
		width: auto;
		margin: 0px;
		padding: 0;
		background-color: #FFFFFF;
		position: relative;
		  left: 0px;
		  top: 0px;
		}

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

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

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

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