@charset "UTF-8";

@import "header.css"; /*ヘッダ－の設定、メインメニュー、国別メニューも含む*/
@import "topicpath.css"; /*メインメニュの設定*/
@import "all_pages.css"; /*中コンテンツの設定*/
@import "contents.css"; /*中コンテンツの設定*/
@import "footer.css"; /*フッターの設定*/
@import "font.css"; /*文字に関するの設定*/


/*@import "highslide.css"; zoom機能を使用する場合*/

*{
margin:0;
padding:0;
}

html,body {
	text-align:center;
	color : #333333;
	background:url(../../img/all/header_bg.gif) repeat-x center top;
	background-color:#ffffff;
}


body {
font-size:13px; *font-size:96%;
font-family:sans-serif;
line-height: 140%;
color : #333333; /*色指定*/
}

*:first-child+html body{/*IE7*/
font-size:91%;
font-family:sans-serif;
line-height: 140%;
color : #333333; /*色指定*/
}

td { 
font-size:13px; *font-size:96%;
font-family:sans-serif;
line-height: 140%;
color : #333333; /*色指定*/
}

*:first-child+html td{/*IE7*/
font-size:91%;
font-family:sans-serif;
line-height: 140%;
color : #333333; /*色指定*/
}



img{
	border:0;
	}

table.td,th { 
	}

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


