/*
Title: テーマを変更しても使うCSS
Author: miyaken
Access: miyaken@iname.com
Comment: MDN用 3窓的

   Copyright(C) 2002 miyaken (http://miyaken.stbbs.net/)
   validated by W3C */

h1 img {
	float: left;
	margin-left: 2px;
	border: none;
}

p.source {
	margin-top: 0.3em;
	text-align: right;
	font-size: 90%;
}

div.sponsor {
	text-align: center;
}

/* rightbar */
div.rightbar {
	float: right;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 0.2em;
	width: 130px;
}

div.rightbar a {
	color: #ea3a00;
	background-color: transparent;
	text-decoration: none;
}

div.rightbar a:visited {
	color: #c63200;
	background-color: transparent;
	text-decoration: none;
}

div.rightbar a:hover {
	color: #ff794d;
	background-color: transparent;
	text-decoration: underline;
}

div.rightbaritem {
	color: #000;
	background-color: transparent;
	border-style: solid;
	border-color: #fcc;
	border-width: 1px;
	margin-bottom: 1em;
}

div.rightbartitle {
	color: #8e2400;
	background-color: #fff1ec;
	border-style: solid;
	border-color: #fcc;
	border-width: 0px 0px 1px 0px;
	padding-left: 4px;
	font-weight: bold;
}

div.rightbaritem ul {
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding-left: 0em;
}

div.rightbaritem li {
	font-size: 90%;
	text-indent: -1.5ex;
	padding-left: 1.5ex;
}
div.rightbaritem form {
	font-size: 90%;
}

img {
	border: none;
}

table.news {
	margin:1em;
	padding: .5em;
	border-collapse: collapse;
	text-align: center;
	width: auto;
}
table.news caption {
	font-weight: bold;
	font-size: 130%;
	font-style: italic;
	text-decoration: underline;
	padding-bottom: 0.5em;
	white-space: pre;
	font-family: "Times New Roman", Times;
}
table.news th, table.news td, {
	text-align: center;
/*	border:1px solid Navy; */
	padding-left: .5em;
	padding-right: .5em;
}

table.news th {
	font-style: bold;
}

tr.title {
	color: White;
	background: Maroon;
}

pre.results {
	border:none;
	line-height: 120%;
	font-size:100%;
}

table.deck {
	margin: 1em;
	font-size: 90%;
}
tr.deck {
	color: White;
	border:1px solid #9999ff;
	vertical-align: top;
}

th.deckname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: Navy;
	border: #CCCCCC;
	color: White;
}
th.maindeck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	border: #9999BB;
	color: Black;
}
th.sideboard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: #999999;
	color: Black;
}
td.deck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: #999999;
	color: Black;
}
td.side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	border: #9999BB;
	color: Black;
}
pre.deck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:.5em !important;
	padding:.2em !important;
	border:0px !important;
}
td.deck pre.deck {
	background-color: #CCCCCC;
}

td.side pre.deck {
	background-color: #CCCCFF;
}

td.deck hr, td.side hr {
	color:#777;
}

pre.deck a:link {
	color: Black;
	text-decoration: none;
}
pre.deck a:visited {
	color: Navy;
	text-decoration: none;
}
pre.deck a:hover, pre.deck a:visited:hover {
	color: #ff794d;
	text-decoration: underline;
}
div.section p{
	text-indent : 1em;
}
div.section ul p, div.section ol p{
	margin: .5em;
	font-size:90%;
}

span.citesite {
	font-size:80%;
}

/* amazon.rb */
image.right {
	float:right;
	margin-left:.5em;
}

image.left {
	float:left;
	margin-right:.5em;
}


/* weather.rb */

div.weather {
	text-align: right;
	font-size: 75%;
}

/*
	以下印刷用設定
*/

/*
@media print {
	div.commercial { display: none; }
	div.adminmenu { display: none; }
	div.main { margin-left: 1em; margin-right: 1em; }
	div.sidebar { display: none; }
	div.rightbar { display: none; }
	div.comment { display: none; }
	div.form { display: none; }
	div.referer { display: none; }
	div.refererlist { display: none; }
}
*/
