@charset "UTF-8";

/** $Id: default.css 2114 2010-02-01 01:23:30Z ogawa $ */
/**
 * ひごなび！Kタッチナビ用 CSS(index.css)
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2010-01-29
 * @lastmodified $Date: 2010-02-01 10:23:30 +0900 (月, 01 2 2010) $
 * @see guideline: Ver. 1.01
 */
 
div#wrapper-extra h3 {
	width:700px;
	height:97px;
	background:url(../images/title.png) no-repeat 0 0;
	text-indent:-1000000em;
	margin:20px auto;
}
div#wrapper-extra div#w657 {
	width:657px;
	margin:20px auto;
}
div#wrapper-extra p.lead {
	width:657px;
	height:27px;
	background:url(../images/lead.png) no-repeat 0 0;
	text-indent:-1000000em;
	margin-bottom:20px;
}
div#wrapper-extra p.text {
	line-height:1.5;
	margin-bottom:20px;
}
div#wrapper-extra dl.step {
	width:657px;
	height:154px;
	background:url(../images/step.png) no-repeat 0 0;
	text-indent:-1000000em;
	margin-bottom:20px;
}
div#wrapper-extra p.btn {
	width:395px;
	margin:20px auto;
	text-align:center;
	line-height:2;
}
div#wrapper-extra p.btn a {
	display:block;
	width:395px;
	height:54px;
	background:url(../images/button.png) no-repeat 0 0;
	text-indent:-1000000em;
	overflow:hidden;
}
div#wrapper-extra p.btn a:hover {
	opacity: 0.5; /* IE以外透過設定 */
	filter: Alpha(opacity=50); /* IE用透過設定 */
}


