@charset "Shift_JIS";

@import "/img/ftp/css/header.css"; /*ヘッダ−の設定*/
@import "/img/ftp/css/mainmenu.css"; /*メインメニュの設定*/
@import "/img/ftp/css/topicpath.css"; /*トピックスの設定*/
@import "/img/ftp/css/contents.css"; /*中コンテンツの設定*/
@import "/img/ftp/css/main.css"; /*左メイン画面の設定*/
@import "/img/ftp/css/sidemenu.css"; /*右サイドメニューの設定*/
@import "/img/ftp/css/footer.css"; /*フッターの設定*/
/*@import "/img/ftp/css/font.css"; /*文字に関するの設定*/

@import "/img/ftp/css/info.css"; /*お知らせの設定*/

@import "/img/ftp/css/top.css"; /*トップページの設定*/

*{
margin:0;
padding:0;
}

html,body {
	text-align:center;
	color : #000000; 
	background-image: url(/img/ftp/all/bg_body.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}


body {
font-size:14px; *font-size:86%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 140%;
color : #333333; /*色指定*/
}

*:first-child+html body{/*IE7*/
font-size:86%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 140%;
color : #333333; /*色指定*/
}

td { 
font-size:13px; *font-size:96%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 140%;
color : #333333; /*色指定*/
}

*:first-child+html td{/*IE7*/
font-size:89%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 140%;
color : #333333; /*色指定*/
}


div#layoutbody{
	width:994px;
	margin: 0 auto;
	background-image: url(/img/ftp/all/bg_layoutbody.gif);
	background-repeat: repeat-y;
	text-align:center;
	position:relative;
	clear:both;
	}

div#layoutbody-top{
	width:994px;
	margin: 0 auto;
	background-image: url(/img/ftp/all/bg_layoutbody-top.gif);
	background-repeat: repeat-y;
	text-align:center;
	position:relative;
	clear:both;
	}



img{
	border:0;
	}


table.td,th { 
	color : #000000; /*本文の色*/
	text-align:center;
	}

*.clear { 
	clear: both;
	margin:0px;
	padding:0px;
	}

div#flashgallery{
	margin-left:30px;
}


