@charset "UTF-8";
/* ********************************************************************-
Date: 2009-05-23
CSS Document ： フェリシモトップページの基本スタイル
1.スタイルリセット

　- ******************************************************************** */
/*1.スタイルリセット*/
* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	line-height: 1.6;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
li {
	list-style: none;
}
strong {
	font-weight: bold;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #000000;
	text-decoration: underline;
}
