@charset "utf-8";
/*------------------------------------------------
TEIJIN ASSOCIA RETAIL LIMITED
IMPORT.CSS
UPDATE: 09.03.12
------------------------------------------------*/
/* @import */
@import "header.css";
@import "footer.css";
@import "layout.css";
@import "element.css";


/*== CSS記述 =========================================*/
/*
/  header.css  -- ヘッダーに使用するCSSを記述
/  footer.css  -- フッターに使用するCSSを記述
/  layout.css  -- レイアウトに使用するCSSを記述
/  elements.css  -- エレメントに使用するCSSを記述
*/
/*=====================================================*/

body {
	margin: 0;
	padding:0;
	color: #000000;
	font-size: 12px;
	line-height:1.1em;
	font-family:'ＭＳ Ｐゴシック','MS Pゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	background:url(../img/bg_body.gif) 0 0 repeat-x #FFFFFF;
}

/*--for IE6--*/
* html body{font-size:75%;}
/*--for IE7--*/
*:first-child+html body{font-size:75%;}

/*--------------------------------------------
タグの初期化
--------------------------------------------*/
form,ul, ol, li,dl, dt, dd, p {
	margin: 0;
	padding: 0;
}
ul, li, ol { list-style: none; }
img { border: 0; vertical-align:top; }
h1,h2,h3,h4,h5,h6,h7{ margin:0; padding:0; font-size:1em;}


/*--------------------------------------------
リンク色 
--------------------------------------------*/
a:link, a:visited { color: #333333; text-decoration:underline; }
a:hover { color: #b8b8b8; }


/*--------------------------------------------
共通クラス
--------------------------------------------*/
.clear{clear:both;}