/*@import "style-normal.css";*/
/* outline */
html		{ font-family:"ＭＳ Ｐゴシック", MS UI Gothic, Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif; }
html		{ font-size: small; color: #000; background: #fff; }
body		{ margin: 0; padding: 0; color: #000; background: #fff; }
.error		{ color: #f00; font-weight: bold; background-color: #ffc; }
.attention	{ color: #f00; font-weight: bold; background-color: #ffc; font-size: laeger; }
.success	{ color: #33c; font-weight: bold; background-color: #ccf; }
.red		{ color: #f00; }
.new		{ color: #f00; }
.note4eeepc	{ color: #090; font-weight: bold; background-color: #ffc; font-size: laeger; padding: 5px; }
.right		{ text-align: right; }
.bold		{ font-weight: bold; }
.italic		{ font-style: italic; }
.laeger		{ font-size: laeger; }
code		{ font-size: 100%; }
pre		{ font-size: 90%; }
em		{ font-style: normal; font-weight: bold; }
dfn		{ font-style: normal; font-weight: bold; }
address		{ font-style: normal; }

/* Text */
h1,h2,h3,h4,h5,h6	{ margin: 0; padding: 0; line-height: 1.5; }
h1			{ font-size: 120%; }
h2			{ font-size: 110%; }
h3			{ font-size: 105%; }
h4			{ font-size: 100%; }
h5			{ font-size: 100%; }
h6			{ font-size: 100%; }
p			{ margin-left: 13px; margin-right: 13px; }

/* List */
ul,ol,dl	{ margin: 0; padding: 0; }
ul li		{ margin-left: 35px; margin-right: 10px; padding-bottom: 3px; }
ol li		{ margin-left: 45px; margin-right: 10px; padding-bottom: 3px; }
dt		{ font-weight: bold; line-height: 1.3; padding-left: 5px; }
dd		{ margin: 0; padding: 0; }

/* Form */
form			{ margin: 0; padding: 0; }
form fieldset		{ border: 0 none; }
form fieldset legend	{ display: none; }
input.monospace		{ font-family: monospace; }
input.text		{ }
input.file		{ }
input.checkbox		{ }
input.submit		{ }
textarea		{ font-size: inherit; }

/* Link */
a:link		{ color: #00f; }
a:visited	{ color: #808; color: #009; }
a:hover		{ color: #f00; }
a img		{ border: 0 none; }

