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

.header		{
		width: 760px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 4px;
		display: block;
		clear: both;
		height: 45px;
		position: relative;
		  left: 5;
		  top: 0;
		background-color: #CC0000;
		color: #FFFFFF;
		}

/* ヘッダ内ページタイトル */
.header	h1	{
		margin: 0;
		padding: 0 8px;
		font-size: 10px;
		line-height: 1.1;
		font-weight: normal;
		text-align: right;
		position: absolute;
		  top: 5px;
		  right: 0px;
		z-index: 1;
		}
.header p	{
		margin: 0;
		padding: 0 8px;
		font-size: 10px;
		line-height: 1.1;
		font-weight: normal;
		text-align: left;
		position: absolute;
		  bottom: 5px;
		  left: 0px;
		z-index: 5;
		}

/* ヘッダ内ページトピック */
.header p	{
		float: left;
		}
/* ヘッダ内サイト名 */
.header h2	{
		margin: 0;
		padding: 0 8px 0; 
		font-size: 18px;
		line-height: 1.1;
		text-align: left;
		position: absolute;
		  bottom: 16px;
		  left: 0px;
		z-index: 10;
		}
.header h2 a	{
		color: #FFFFFF;
		text-decoration: none;
		}
.header h2 a:hover	{
		color: #FFFFFF;
		}
.header h2 a:active	{
		color: #FFFFFF;
		}
