@charset "Shift_JIS";

/*背景
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(../img/top/background.gif) repeat-x #D21D1D;
}

/*リンク
----------------------------------------------------------------------------------------------------*/
a:link {
	color: #0081BC;
	text-decoration: none;
	background: transparent;
}

a:visited {
	color: #0081BC;
	text-decoration: none;
	background: transparent;
}

a:hover {
	color: #003A57;
	text-decoration: none;
	background: transparent;
}

a:active {
	color: #0081BC;
	text-decoration: none;
	background: transparent;
}

/*コンテンツ
----------------------------------------------------------------------------------------------------*/
p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.5;
	color: #333333;
}

p.ttl {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #D21D1D;
	font-weight: bold;
}

p.price {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.5;
	color: #D21D1D;
}

p.language {
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #333333;
}

.red {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.5;
	color: #ff0000;
}

.day {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
}
