

/* 基本書体の指定 */
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form {
font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
}
input {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
}

/* 20030901 */
.body01 {
	font-size: 13px;
	color: #4C4C4C;
	line-height: 18px;
	text-decoration: none;
}
.body02 {
	font-size: 11px;
	color: #4C4C4C;
	line-height: 18px;
	text-decoration: none;
}
.body03 {
	font-size: 11px;
	color: #4C4C4C;
	line-height: 14px;
	text-decoration: none;
}
.body04 {
	font-size: 13px;
	color: #4C4C4C;
	line-height: 22px;
	text-decoration: none;
}
.link01 {
	font-size: 11px;
	color: #999999;
	line-height: 22px;
	text-decoration: none;
}

/* 20030901_CIEJ */
.body05 {
	font-size: 17px;
	color: #4C4C4C;
	line-height: 18px;
	text-decoration: none;
}
.body06 {
	font-size: 21px;
	color: #4C4C4C;
	line-height: 28px;
	text-decoration: none;
}

/* 031101_ndc */
.body07 {
	font-size: 17px;
	color: #4C4C4C;
	line-height: 16px;
	text-decoration: none;
}

/* 030901_for_only_store */
.formsmall {
	font-size: 11px;
	color: #4C4C4C;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
}

/* アウト：エンジ文字のみ　オーバー：下線付きエンジ文字 */
a:link, a:visited {
	color:#7F0019;
	text-decoration: none;
}
a:hover, a:active {
	color:#7F0019;
	text-decoration:underline;
}

/* アウト：グレー文字のみ 　オーバー：下線付きグレー文字 */
a:link.list, a:visited.list {
	color:#4C4C4C;
	text-decoration: none;
}
a:hover.list, a:active.list {
	color:#4C4C4C;
	text-decoration:underline;
}

