﻿@charset "utf-8";

/*
	base id [#headSec] >> design.css
	base id [#globalnaviBlock] >> headsection.css
	base id [#globalnaviArea] >> headsection.css
	base tag [h1] >> headsection.css
	base tag [#globalnaviArea ul] >> headsection.css
	base tag [#globalnaviArea ul li] >> headsection.css
*/


#headSec #globalnaviArea h1 {
	background-image: url("/image/common/h1_info.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#headSec #globalnaviArea ul li#btnGlobalNewsRelease {
	float: right;
	width: 120px;
}

#headSec #globalnaviArea ul li#btnGlobalNewsRelease a {
	width: 120px;
	background-image: url("/image/common/btnglobal_news.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#headSec #globalnaviArea ul li#btnGlobalNewsRelease a:hover {
	background-position: left top;
}

#headSec #globalnaviArea ul li#btnGlobalNewsRelease a.current {
	background-image: url("/image/common/btnglobal_news.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#headSec #globalnaviArea ul li#btnGlobalNewsRelease a.current:hover {
	background-position: left top;
}

