@charset "UTF-8";
/* CSS Document */

/*--------------------------
　ブラウザの初期設定解除
---------------------------

/*◆全ての要素に対する初期値設定*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
	font-size:small;
	text-decoration:none;
}


/*◆デフォルト文字設定 */
h1,h2,h3,span,p,th,td,dt,dd,li,
select,textarea,input,address{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	line-height:1.4;
}

/*◆画像の枠線を非表示*/
img{
	border:0;
}

/*◆リストマーカーを非表示*/
ul,
ol{
	list-style-type:none;
}

/*◆表組設定*/
table{
	border-collapse:collapse;
}

/*◆デフォルトリンク色の設定*/
a:link{
	color:#0099FF;
	text-decoration:none;
}
a:visited{
	color:#0099FF;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
a:active{
	color:#FF6600;
	text-decoration:underline;
}

/*--------------------------
　共有レイアウト
---------------------------*/
body{
	padding:40px 30px;
}

#wrap{
	width:840px;
	margin:0 auto;
}

#footer_top{
	height:100px;
	border-top:#eee 5px solid;
	border-bottom:#eee 5px solid;
	position:relative;}

#footer_top h2{
	position:absolute;
	left:0;
	top:-10px;}

#flogo{
	width:781px;
	height:85px;
	position:absolute;
	left:25px;
	top:10px;
	}
	
#flogo a{
	display:block;
	text-indent:-9999px;
	position:absolute;
	background:url(../images/ft_logo.gif) no-repeat;
	background-color:#fff;}
	
#flogo01 a{
	width:50px;
	height:45px;
	left:0;
	top:0;}
	
#flogo02 a{
	width:50px;
	height:45px;
	left:50px;
	top:0;
	background-position:-50px 0;}
	
#flogo03 a{
	width:80px;
	height:40px;
	left:120px;
	top:0;
	background-position:-120px 0;}
	
#flogo04 a{
	width:90px;
	height:40px;
	left:216px;
	top:0;
	background-position:-216px 0;}
	
#flogo05 a{
	width:110px;
	height:40px;
	left:322px;
	top:0;
	background-position:-322px 0;}
	
#flogo06 a{
	width:110px;
	height:40px;
	left:440px;
	top:0;
	background-position:-440px 0;}
	
#flogo07 a{
	width:100px;
	height:40px;
	left:555px;
	top:0;
	background-position:-555px 0;}
	
#flogo08 a{
	width:120px;
	height:40px;
	left:660px;
	top:0;
	background-position:-660px 0;}
	
#flogo09 a{
	width:230px;
	height:40px;
	left:140px;
	top:45px;
	background-position:-120px -45px;}
	
#flogo10 a{
	width:100px;
	height:40px;
	left:375px;
	top:45px;
	background-position:-355px -45px;}
	
#flogo11 a{
	width:100px;
	height:40px;
	left:480px;
	top:45px;
	background-position:-460px -45px;}
	
#flogo12 a{
	width:100px;
	height:40px;
	left:585px;
	top:45px;
	background-position:-565px -45px;}
	
	
#footer_btm{
	width:100%;
	height:1em;
	padding:5px 0;
	position:relative;
	overflow:hidden;
	zoom:1;}

#footer_btm p{
 float:left;
	margin-top:5px;
}

#footer_btm ul{
	float:right;
}

#footer_btm li{
	padding:0 5px;
	border-left:#CCCCCC 1px solid;
	display:inline;
	font-size:0.83em;
}

#footer_btm li.last{
	border-right:#CCCCCC 1px solid;
}


#footer_btm li a:link, #footer_btm li a:visited{
	color:#000000;
	text-decoration:none;
}

#footer_btm li a:hover, #footer_btm li a:active{
	color:#000000;
	text-decoration:underline;
}


#footer{
	padding:10px 0;
	border-top:#CCCCCC 1px solid;
}

#copyright{
	overflow:hidden;
	_height:1%;
}

#copyright p{
 float:left;
}

#copyright ul{
	float:right;
}

#copyright li{
	padding:0 5px;
	border-left:#CCCCCC 1px solid;
	display:inline;
	font-size:0.9em;
}

#copyright li.last{
	border-right:#CCCCCC 1px solid;
}

#copyright li a:link, #copyright li a:visited{
	color:#000000;
	text-decoration:none;
}

#copyright li a:hover, #copyright li a:active{
	color:#000000;
	text-decoration:underline;
}

/*--------------------------
　共有クラス
---------------------------*/


/*◆フロート強制解除*/
.clear{
	clear:both;
}

/*◆フロート指定*/
.fl{
	float:left;
}

.fr{
	float:right;
}

/*◆メールリンク*/
a.mail:link, a.mail:visited{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}

a.mail:hover, a.mail:active{
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

/*◆注意書き*/
.note{
	color:#888888;
	font-size:0.85em;
}
