/* MacIE escaped \*/
@import "base.css";
@import "ajax.css";

/*
======= usual use =======
*/

body {
	font-size: 100%;
	padding: 0 1em;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.pad20 {
	padding: 20px !important;
}
.pad30 {
	padding: 30px;
}
.boxA {
	border: 1px solid #ddd;
}
.rightF {
	float: right;
	margin: 5px;
}
.leftF {
	float: left;
	margin: 5px;
}
.clr {
	clear: both;
}
.alert {
	padding: 0 0 0 20px;
	margin: 1em 0;
	background: url(img/alert.gif) no-repeat top left;
	border: 1px solid #ff2626;
}
/*
======= unusual use ======
*/
dl.newslist dt {
	margin: 0;
	padding: 0 0 0 18px;
	background: url(img/arrow_news.png) no-repeat top left;
	font-weight: bold;
}
dl.newslist dl dt {
	background: none !important;
	padding: 0;
}
dl.newslist dt.recent {
	background: url(img/arrow_news_recent.png) no-repeat top left;
}
dl.newslist dd {
	border-bottom: 1px solid #ddd;
	margin: 0.2em 0 1em 3em;
}
dl.newslist dl dd {
	border: none;
	margin: 0 0 0 20px;
}
.nobullet {
	list-style-type: none;
	background: none !important;
	margin: 0;
	padding: 0;
}
.note {
	padding: 15px;
	width: 220px;
	border: 1px solid #aaa;
}
.modify {
	text-align: right;
	font-style: italic;
}
dl.cube dt {
	padding: 0 0 0 15px;
	background: url(img/cube.gif) no-repeat left center;
}
dl.cube dd {
	border-left: 5px solid #ddd;
	padding: 0 10px;
}
dl.cube dd dt {
	background: none;
}
dl.cube dd dd {
	border: none;
}
.jacket {
	font-size: 80%;
}
.thumblist {
	list-style-type: none;
}
.thumblist:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.thumblist li {
	background: none !important;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	width: 130px;
	height: 170px;
}
p.button {
	padding: 10px 0px;
}
p.button a {
	background: url(img/bg_button.png) top left !important;
	clear: both;
	padding: 10px 40px;
	border: 2px solid #ddd !important;
	outline: none;
	color: #000 !important;
}
/*
============== ticket ==============
*/
.caution {
	color: #f00;
}
.ticket em.must {
	color: #f00;
	font-weight: bold;
	font-style: normal;
}
.ticket form {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 10px;
	background-color: #eee;
}
.ticket #reserve dt {
	padding: 0 0 0 20px;
	background: url(img/accept.gif) no-repeat left center;
}
.ticket #reserve dd {
	padding: 5px;
}
.ticket #reserve {
	width: 600px;
}
.ticket .rCol {
	width: 300px;
	float: right;
}
.rCol dd {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding-left: 10px !important;
}
.rCol select {
	width: 240px;
}
optgroup {
	font-style: normal;
	font-weight: normal;
	background: #ddd;
}
.rCol dd:hover {
	background: #fff !important;
}
.ticket .lCol {
	width: 300px;
	float: left;
}
form em.errormsg {
	display: block;
	width: 160px;
	padding: 5px;
	margin: 5px 0;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	background: #ff6347;
	color: #fff;
}
.errormsgexample {
	background: #ff6347;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

/* link decoration */

a.arwlink {
	padding: 0 0 0 20px;
	background: url(img/arrow_right.png) no-repeat left center !important;
}
a.arwlink:hover {
	background: #e00028 url(img/arrow_right.png) no-repeat left center !important;
}


