@charset "UTF-8";/* CSS Document *//* 全体のリセット---------------------------------------------*/* {	margin:0;	padding:0;	font-style:normal;}/* body以下の再定義---------------------------------------------*/body {	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;	font-size: 75%;	font-style: normal;	font-weight: 100;	letter-spacing:0;	margin: 0;	padding: 0;	color:#535353;	/* MAC IE letter-spacingバグ対応 */	letter-spacing: 0.1em;}/*Win IE letter-spacing、brバグ対応*/br {	letter-spacing: 0;}h1,h2,h3,h4,h5,h6,div,p,pre,ul,ol,dl,dt,dd,address,form,blockquote {	font-size:1em;	padding: 0;	line-height: 1.5;	display: block;	margin: 0;}img {	border: none;}ul {	list-style: none;}/* リンク設定---------------------------------------------*/a:link,a:visited {	font-style: normal;	font-weight: 100;	color:#06c;	text-decoration:underline;}a:hover,a:active {	font-style: normal;	font-weight: 100;	color:#f60;	text-decoration:underline;}