

/*==================================================*/
/*セクション
/*==================================================*/
div.SectionHeader
{
	clear : both;

	z-index : 0;
	
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	width : 100%;
	height : 100%;

	background-repeat : repeat-x;
	background-position : left top;
}

/*==================================================*/
/*【h1】ヘッドライン
/*==================================================*/
div.SectionHeader h1
{
	position : relative;
	display : block;

	width : 100%;
	height : 100%;
	
	line-height : 30px;
	text-indent : -9999px;

	background-repeat : no-repeat;
	background-position : left top;
	background-image : url(http://www.vhs.jp/images/H1.jpg);
}

/*==================================================*/
/*オーバーレイヤ
/*==================================================*/
div.SectionHeader div.Overlayer
{
	position : absolute;
	display : block;

	left : 0px;
	top : 0px;
	
	width : 100%;
	height : 100%;
}

div.SectionHeader div.Overlayer a
{
	display : block;
	position : relative;
	
	width : 100%;
	height : 100%;

	text-indent : -9999px;
}

/*==================================================*/
/*アウトライン
/*==================================================*/
div.SectionHeader div.Outline
{
	position : absolute;
	display : block;
	
	top : 0px;
	left : 0px;
	
	width : 100%;
	height : 40px;
}

div.SectionHeader div.Outline a
{
	display : block;
	position : relative;

	width : 100%;
	height : 30px;
	
	line-height : 30px;

	font-size : 14px; font-size : 1.4rem;	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 14px; font-size : 1.4rem;
	color : rgb(255, 255, 255);
	font-weight : normal;
	
}
