@charset "utf-8";

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/* =================ヘッダー================= */
#head {
	width: 950px;
	height: 70px;
}

#h-logo {
	background-image: url(../../images/logo_sb.gif);
	background-repeat: no-repeat;
	width: 198px;
	height: 70px;
	float: left;
	margin-right: 10px;
}

#h-logo a {
	text-decoration: none;
	display: block;
	height: 100%;
}

#h-txt {
	float: left;
	width: auto;
	margin-top: 40px;
}

#h-txt h2 {
	font-size: 12px;
	font-weight: normal;
}

#h-right {
	float: right;
	width: 180px;
	margin-top: 6px;
}

#btn-b2b {
	background-image: url(../../images/c_top/btn_b2b.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 180px;
	height: 26px;
}

#btn-b2b a:hover {
	background-image: url(../../images/c_top/btn_b2b.gif);
	background-repeat: no-repeat;
	background-position: -180px 0px;
	text-indent: -9999px;
	width: 180px;
	height: 26px;
}

#btn-b2b a {
	text-decoration: none;
	display: block;
	height: 100%;
}

/* ---タブメニュー--- */
#menu-bar {
	width: 697px;
	margin-left: 253px;
}

#tab-line-00 {
	background-color: #bd0000;
	height: 2px;
}

#tab-line-01 {
	background-color: #87b6f5;
	height: 2px;
}

#tab-line-02 {
	background-color: #ff5891;
	height: 2px;
}

#tab-line-03 {
	background-color: #eb8000;
	height: 2px;
}

#tab-line-04 {
	background-color: #fa726a;
	height: 2px;
}

#tab-line-b {
	background-color: #123b77;
	height: 2px;
}

/* =================コンテンツ================= */
#container {
	width: 950px;
	margin-top: 10px;
}

#pan {
}

#pan-txt {
	font-size: 11px;
	margin: 8px 0 0 15px;
	line-height: normal;
}

#pan-txt a:link {
	text-decoration: none;
	color: #333333;
}

#pan-txt a:visited {
	text-decoration: none;
	color: #333333;
}

#pan-txt a:hover {
	text-decoration: underline;
	color:#0099FF;
}

#pan-txt a:active {
	text-decoration: none;
	color: #333333;
}

/* =================フッター================= */
#foot-line {
	margin: 10px 0px 0px 0px;
	height: 2px;
	background-image: url(../../images/c_top/foot_line.gif);
	background-repeat: repeat-x;
}

#foot-txt {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}

.foot-txt-line {
	margin: 0px 5px;
}

#foot-txt a:link {
	text-decoration: none;
	color: #333333;
}

#foot-txt a:visited {
	text-decoration: none;
	color: #333333;
}

#foot-txt a:hover {
	text-decoration: underline;
	color:#B70000;
}

#foot-txt a:active {
	text-decoration: none;
	color: #333333;
}

#foot-copy {
	width: 950px;
	height: 40px;
	background-image: url(../../images/c_top/foot_copy.gif);
	background-repeat: no-repeat;
	background-position: center;
}

