p {
	text-align: justify;
}
ul {
	text-align: left;
	margin-top: .5em;
	margin-bottom: .5em;
}

button {
	width: 100px;
}

/* Page */
#Page {
	background-color: white;
	width: 950px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#Header a:hover,
#Menu a:hover,
#Footer a:hover {
	text-decoration: none;
}

/* Page:Header */
#Header {
/*	background-color: <%=BgColor%>;*/
	padding: 0.5em;
}
#Header input {
/*	border-color: <%=color%>;*/
}
#Header table {
/*	color: <%=color%>;*/
	width: 100%;
	text-align: center;
}
#Header table td {
	white-space: nowrap;
}

/* Page:Header:Title */

/* Page:Menu */
#Menu {
	padding: 1em;
}
#Menu table.Menu td.Sep {
	display: none;
}
#Menu table.Menu td.Selected {
	font-weight: bold;
}
#Menu table.Menu a {
	color: #708090;
}
#Menu table.Section {
/*	background-color: <%=color%>;*/
	color: white;
}
#Menu table.Section a {
	color: white;
	font-size: 200%;
	letter-spacing: 1px;
}

.LeftColumn {
	vertical-align: top;
	background-color: #c6c6c6;
	width: 160px;
}
.RoundBox,
.SpecialRoundBox {
	color: white;
	font-size: 14px;
	width: 100%;
	margin-bottom: 20px;
}
.RoundBox {
	background-color: #808080;
}
.SpecialRoundBox {
	background-color: #ff60c8;
}
.RoundBoxTitle {
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.RoundBoxContent {
/*	border-top: 1px solid <%=color%>;*/
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 0 10px;
	white-space: nowrap;
}
.RoundBoxContent div {
	padding-bottom: 0.3em;
}
.RoundBoxContent div.Selected {
	font-weight: bold;
}
.RoundBoxContent a {
	color: white;
}
.RoundBoxContent a:hover {
	text-decoration: none;
}
.RoundBoxRT,
.RoundBoxLT,
.RoundBoxLB,
.RoundBoxRB {
	height: 9px;
	font-size: 1px;
}
.RoundBoxLT {
	background: url('/image/scheme/silver/box-lt.png') no-repeat left top;
}
.RoundBoxRT {
	background: url('/image/scheme/silver/box-rt.png') no-repeat right top;
}
.RoundBoxRB {
	background: url('/image/scheme/silver/box-rb.png') no-repeat right bottom;
}
.SpecialRoundBox .RoundBoxLT {
	background: url('/image/scheme/silver/boxsp-lt.png') no-repeat left top;
}
.SpecialRoundBox .RoundBoxRT {
	background: url('/image/scheme/silver/boxsp-rt.png') no-repeat right top;
}
.SpecialRoundBox .RoundBoxLB {}
.SpecialRoundBox .RoundBoxRB {
	background: url('/image/scheme/silver/boxsp-rb.png') no-repeat right bottom;
}

/* Page:Content */
#Content {
	color: black;
}
#ContentFrame {
	padding: 1em 3em 3em 3em;
}
#Content table.Content {
	width: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#Data {
	height: 100%;
}

/* Page:Content:Data */
#Data {
	color: black;
	width: 100%;
/*	padding-left: 1em;*/
}
#Data td.Price {
/*	background-color: <%=color%>;*/
	color: white;
	text-align: center;
	vertical-align: bottom;
}
#Data td.Sep {
	width: 5px;
}
#Data tr.Div {
	display: none;
}
#Data td.Div {
	height: 5px;
}
#Data td.Div2 {
	height: 15px;
}

/* Page:Content:Data:RecNav */
#RecNav {
	text-align: right;
	padding: 1.5em 0 0 0;
}
#RecNav td {
	text-align: center;
}
#RecNav a,
#RecNav table a {
	color: black;
}
#RecNav a.CurSel {
/*	color: <%=color%>;*/
	font-weight: bold;
}

/* Page:Footer */
#Footer {
/*	background-color: <%=color%>;*/
	padding: 1em;
}
#Footer td,
#Footer a {
	color: white;
}
#Footer table.Menu td.Sep {
	display: none;
}
#Footer table.Menu td.Selected {
	font-weight: bold;
}

#ContentTitle {
	display: none;
}

.Article {
	padding: 10px;
}
.Article .Author {
	text-align: right;
	font-weight: bold;
}
.Article p {
	text-align: justify;
	padding: 0.5em 0;
}

