@charset "Shift_JIS";
/* ********************************************************************-
Date: 2009-05-23
CSS Document ?? フェリシモトップ?ージのフォントスタイル
1.フォントスタイルリセ?
2.フォント?通使用
?- ******************************************************************** */
/*1.フォントスタイルリセ?*/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","?? ?ゴシ?","sans-serif";
	color: #000000;
	font-size: 10px;
}

/*ie7*/
*:first-child+html body {
	font-size: 70%;
}
	
/*ie5-6*/
* html body {
	font-size: 70%;
}

/*2.フォント?通使用*/
/* font color */
.fontRed {
	color: #FF0000;
}
.fontOrg {
	color: #FF6600;
}

.bold {
	font-weight: bold;
}
