@charset "UTF-8";

/* ---------------------------------------------------------------------
*
*    デフォルトスタイルリセット（Yahoo! User Interface 3.3.0@201102）
*
* ------------------------------------------------------------------- */

html{
	color:#444;
	background:#FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
address,
caption,
cite,
code,
dfn,
/*em,
strong,*/
th,
var {
	font-style:normal;
	font-weight:normal;
}
div:not(#popup-body) li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
q:before,
q:after {
	content:'';
}

input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,
textarea,
select {
	*font-size:100%;
}
legend {
	color:#000;
}
a {
	outline: none; /* 点線削除 */
}
img {
	vertical-align: top;
}


/* ---------------------------------------------------------------------
*
*    フォント指定日本語（Yahoo! User Interface 3.3.0@201102）
*
* ------------------------------------------------------------------- */
body {
	font:13px/1.231 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}
select,
input,
button,
textarea {
	font:99% "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre,
code,
kbd,
samp,
tt {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	*font-size:108%;
	line-height:100%;
}


/* ---------------------------------------------------------------------
*
*    ■共通用のCSS
*
*    ■フォントサイズ見本（基本サイズ13px）
*    ・10px	77%    ・11px	85%    ・12px	93%    ・13px	100%
*    ・14px	108%   ・15px	116%   ・16px	124%   ・17px	131%
*    ・18px	139%   ・19px	147%   ・20px	154%   ・21px	162%
*    ・22px	170%   ・23px	177%   ・24px	185%   ・25px	193%
*    ・26px	200%
*
* ------------------------------------------------------------------- */
