@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 style info :共通（ヘッダー、フッター）
=================================================================== */
*{margin:0px;}
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	/*background: url(/../senifashion/images/backgra.png) no-repeat;*/
}
#header .HTT {
	width: 960px;
	height:130px;
	background:url(/fch/images/header_bg.png);
	text-align: center;
	vertical-align:middle;
	/*padding:5px;*/
	/*text-align:center;*/
/*	height: 185px;*/
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
    clear: both;
	margin: 0px;
	padding: 0px;
	width:960px;
	height: 100%;
	font-size:100%;
	background-image:url(/fch/images/f_back_img.png) ;
	line-height:120%;
	/*border-top:2px solid #ED6D46;*/
	border-top:2px solid #cd5c5c;
	text-align: center;
	
}


#footer div.copyright {
	padding:10px 5px 10px 30px;
	color:#8f4526;
	line-height:120%;
	font-size:80%;

}

#footer div.CRText {
    font-size:80%;
	color:#A20000;
	line-height:120%;
	padding:5px 5px 5px 20px;
	

}

#footer div.CRText span {
    padding:5px;
	color:#666666;
	line-height:120%;

}

