@charset "shift_jis";
/* CSS Document */

/* ------------------------------------------

ヘッダー

------------------------------------------ */

/* ---RSSボタン--- */
.rss ul {
	list-style: none;
	width: 42px;
	margin: 0;
	padding: 0;
}
.rssBtn li {
	width: 42px;
	height: 22px;
	_overflow: hidden;
}
.rssBtn a {
	display: block;
	width: 42px;
	height: 22px;
	_height: 66px;
	background: url(/common/images/top_rss.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/top_rss.png',sizingMethod='scale');
	cursor: pointer;
}
.rssBtn a:hover {
	background-position: 0 -22px;
	_margin-top: -22px;
	_padding-top: 44px;
	_height: 22px;
}
.rssBtn a:active {/*IE6以外に有効*/
	background-position: 0 -44px;
}


/* ---検索ボタン--- */
.search ul {
	list-style: none;
	height: 22px;
	width: 42px;
	margin: 0;
	padding: 0;
}
.headSearchBtn li {
	width: 42px;
	height: 22px;
	_overflow: hidden;
}
.headSearchBtn a {
	display: block;
	width: 42px;
	height: 22px;
	_height: 66px;
	background: url(/common/images/search_btn.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/search_btn.png',sizingMethod='scale');
	cursor: pointer;
}
.headSearchBtn a:hover {
	background-position: 0 -22px;
	_margin-top: -22px;
	_padding-top: 44px;
	_height: 22px;
}
.headSearchBtn a:active {/*IE6以外に有効*/
	background-position: 0 -44px;
}

/* ---ヘルプボタン TOP用--- */
.ul {
	display: block;
	list-style: none;
	width: 61px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.headHelpBtn li {
	display: block;
	width: 61px;
	height: 24px;
	_overflow: hidden;
	cursor: pointer;
}
.headHelpBtn a {
	display: block;
	width: 61px;
	height: 24px;
	_height: 72px;
	background: url(/common/images/head_help.png);
	_background: url(/common/images/head_help2.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/head_help.png',sizingMethod='scale');
	cursor: pointer;
}
.headHelpBtn a img {
	cursor: pointer;
	z-index:1000;
}
.headHelpBtn a:hover {
	display: block;
	background-position: 0 -24px;
	_margin-top: -24px;
	_padding-top: 48px;
	_height: 24px;
	cursor: pointer;
}
.headHelpBtn a:hover img {
	cursor: pointer;
	z-index:1000;
}
.headHelpBtn a:active {/*IE6以外に有効*/
	background-position: 0 -48px;
	
}

/* ---ヘルプボタン--- */
.headHelp ul {
	display: block;
	list-style: none;
	width: 61px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.headHelpBtn2 li {
	list-style: none;
	width: 61px;
	height: 24px;
	_overflow: hidden;
	cursor: pointer;
}
.headHelpBtn2 a {
	display: block;
	width: 61px;
	height: 24px;
	_height: 72px;
	background: url(/common/images/head_help2.png);
	_background: url(/common/images/head_help2.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/head_help2.png',sizingMethod='scale');
	cursor: pointer;
}
.headHelpBtn2 a img {
	cursor: pointer;
	z-index:1000;
}

.headHelpBtn2 a:hover {
	display: block;
	background-position: 0 -24px;
	_margin-top: -24px;
	_padding-top: 48px;
	_height: 24px;
	cursor: pointer;
}
.headHelpBtn2 a:hover img {
	cursor: pointer;
	z-index:1000;
}

.headHelpBtn2 a:active {/*IE6以外に有効*/
	background-position: 0 -48px;
}


