@charset "UTF-8";


html { background: #1D2188; }
body {
	line-height: 150%;
	text-align: center;
}
a {
	color: #1D2088;
	outline: none;
}
a:link, a:visited, a:hover, a:active {
	color: #1D2088;
	text-decoration: none;
	text-decoration: underline;
}
p { font-size: 0.9em; }



/*----------------------------------------------------------
 共通クラス
----------------------------------------------------------*/
.wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: hidden;
}

.chapter-block {
	width: 690px;
	margin: 90px 0 50px 105px;
}
.chapter-block h2 {
	position: relative;
	background: url(../images/tefc_headline_border_f.jpg) no-repeat 0 bottom;
	width: 690px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 20px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.25;
}
.chapter-block h2 span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
.chapter-block p { margin: 10px 0 25px 0; }

.img-block-r {
	float: right;
	margin: 10px 0 20px 20px;
}
.img-block-r img { vertical-align: bottom; }
.img-caption {
	font-size: 0.8em;
	line-height: 150%;
	margin: 6px 0 0 0;
}


/*----------------------------------------------------------
 メニュー
----------------------------------------------------------*/
#tefc-menu {
	position: relative;
	background: url(../images/tefc_h_bg.gif) repeat-x 0 0;
	width: 100%;
	height: 37px;
	z-index: 99;
}
#tefc-menu li, #tefc-menu a { display: block; }
#tefc-menu .menu-wrapper {
	width: 900px;
	height: 37px;
	margin: 0 auto;
	text-align: left;
}
#tefc-menu ul {
	position: absolute;
	display: block;
}
#tefc-menu .sub-off {
	float: left;
	height: 34px;
	overflow: hidden;
}
#tefc-menu .sub-on {
	float: left;
	height: 100%;
	overflow: visible;
}
#tefc-menu .sub-off a ,
#tefc-menu .sub-on a {
	width: 100%;
	height: 34px;
}
#tefc-menu .sub-on a ,
#tefc-menu .sub-off a:hover { background-position: 0 -34px; }

/*  サブメニュー用  */
#tefc-menu .sub-off ul {
	position: relative;
	height: 100%;
	visibility: hidden;
}
#tefc-menu .sub-on ul li ,
#tefc-menu .sub-on ul li a { height: 29px; }
#tefc-menu .sub-on ul li a img { vertical-align: bottom; }
#tefc-menu .sub-on ul { visibility: visible; }

#menu01 { width: 113px; }
#menu02 { width: 98px; }
#menu03 { width: 111px; }
#menu04 { width: 87px; }
#menu05 { width: 102px; }
#menu06 { width: 179px; }
#menu07 { width: 110px; }
#menu08 { width: 100px; }



/*----------------------------------------------------------
 コンテンツ
----------------------------------------------------------*/
#tefc-contents {
	background: #FFF;
	width: 100%;
	padding: 0 0 40px 0;
}

#tefc-header { margin: 10px 0 0 0; }
#tefc-header .h-logo {
	float: left;
	display: block;
	width: 176px;
	height: 38px;
	margin: 13px 0 0 0;
}
#tefc-header .h-topicpath {
	float: left;
	display: block;
	font-size: 0.8em;
	color: #1D2088;
	margin: 29px 0 0 15px;
}
#tefc-header .h-factorymark {
	float: right;
	display: block;
	width: 67px;
	height: 62px;
}



/*----------------------------------------------------------
 Page Top へ
----------------------------------------------------------*/
#tefc-totop {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
}
#tefc-totop a { float: right; }



/*----------------------------------------------------------
 フッタ
----------------------------------------------------------*/
#tefc-footer {
	background: #1D2188;
	width: 100%;
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
	color: #C5CA3E;
}

.f-menu {
	float: right;
	margin: 0 0 0 20px;
	padding: 2px 0 0 0;
}
.f-menu li {
	float: left;
	display: block;
	height: 22px;
}
.f-green {
	float: right;
	margin: 0 12px 0 0;
}

.f-keyword {
	float: left;
	font-size: 0.8em;
	margin: 0 0 0 0;
}
.f-keyword a { color: #C5CA3E; }
.f-keyword a:link,
.f-keyword a:visited,
.f-keyword a:hover,
.f-keyword a:active {
	color: #C5CA3E;
	text-decoration: none;
	text-decoration: underline;
}

.credit-block {
	background: url(../images/tefc_f_border.jpg) no-repeat 0 top;
	margin: 25px 0 0 0;
	padding: 12px 0 35px 0;
}
.f-credit {
	float: left;
	width: 253px;
	margin: 8px 13px 0 0;
}
.f-credit .logo {
	display: block;
	margin: 0;
	padding: 0;
}
.f-credit .credit {
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
}
.f-credit .etv {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
.f-icon {
	float: right;
	margin: 4px 0 0 5px;
}
.f-banner {
	float: right;
	width: 252px;
	margin: 8px 0 0 5px;
}
.f-banner img {
	float: left;
	margin: 0 5px 5px 0;
}
.f-pdfdownload {
	float: right;
	width: 252px;
	margin: 8px 0 0 0;
}
.f-pdfdownload img {
	float: right;
	margin: 0 0 0 5px;
}

