@charset "UTF-8";
/*
 CSS Document
 このcssはリセット/初期設定です（基本変更不可 変更したい場合はstyle.css内の個別初期設定へ）
 最終更新日: 2009/10/13
*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* リセット/初期設定 */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
p,
blockquote,
table,
tr,
th,
td,
thead,
tbody,
tfoot,
a,
address {
	margin:0;
	padding:0;
	word-break:break-all; /* IE,safari独自（ただし、css3の仕様にはアリ） */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	text-align:left;
	color:#000;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0em;
	background:#fff;
	text-decoration:none;
}
body,
input,
select,
textarea {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS UI Gothic',sans-serif;
}
ul,
ol,
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	/*margin-left:0;*/
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	/*padding-left:0;*/
}
li a {
	/*zoom:1;*/ /* IE6 */
}
fieldset,
img {
	border-width:0;
	border-style:none;
}
img {
	-ms-interpolation-mode: bicubic; /* IE7~ */
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
p,
pre {
	line-height:1.5em;
	text-align:justify;
	text-justify:distribute; /* IE */
}
input,
select,
label,
textarea {
	font-size:12px;
	line-height:1.3em;
	margin:0;
	padding:0;
	_padding:0.1em 0.2em 0.3em; /* <input type="submit">へのIE6指定必須 */
	_line-height:1.5em; /* <input type="submit">へのIE6指定必須 */
	vertical-align:middle;
}
input[type="submit"],
input[type="button"],
input[type="file"] { /* except IE6 */
	height:1.8em;
}
input[type="text"] { /* except IE6 */
	height:1.4em;
}
input[type="checkbox"],
input[type="radio"] { /* except IE6 */
	margin-right:0.2em;
}
address {
	font-style:normal;
	font-size:91.6%;
}

div.multi_category_mark{
	font-size:9px;
	color:#888888;
	margin:0;
	padding:0;
}