body	{
	color:#fff;
	font-family:"Trebuchet MS", Sans-serif;
	font-size:small;
	margin:0;
	padding:10px;
	background-color:#123;
}

h1, h2, h3, h4, h5, h6	{
	font-size:small;
}

a	{
	color:#ad6;
	text-decoration:none;
}

a:hover	{
	color:#9cf;
	text-decoration:underline;
}

em	{
	color:#fb0;
	font-weight:bold;
	font-style:normal;
}

img	{
	border:0;
}

img.left	{
	float:left;
	margin:5px 10px 5px 0;
}

img.right	{
	float:right;
	margin:5px 0 5px 10px;
}

input, select, textarea	{
	font-family:"ヒラギノ角ゴ Pro W3", Verdana, Sans-serif;
}

pre	{
	font-family:"Courier New", Courier, Monospace;
	font-size:small;
	line-height:1em;
	padding:10px;
	border:1px solid #fff;
	clear:both;
}

hr	{
	height:1px;
	border-top:0;
	border-right:0;
	border-bottom:2px dotted #fff;
	border-left:0;
	padding:0;
}

.sweep	{
	clear:both;
}

.hidden	{
	display:none;
}

span.keyword	{
	cursor:help;
	border-bottom:2px dotted #999;
}

#container	{
	padding:10px;
	background:#135 url("http://www.rcdtokyo.com/ucb/images-site/gallega/bg.jpg") no-repeat top right fixed;
	border:2px solid #fff;
}

#banner h1	{
	color:#fff;
	font-family:Verdana,Sans-serif;
	font-size:18pt;
	text-align:right;
	margin:0;
	padding:30px 10px 5px 160px;
}

#banner h1 a	{
	color:#fff;
}

#banner h1 a:hover	{
	color:#9cf;
}

#left	{
	float:left;
	overflow:hidden;
	width:25%;
}

#search form	{
	display:inline;
}

#search input	{
	font-size:x-small;
}

div.sidebar	{
	font-size:smaller;
	padding:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

div.sidebar h2	{
	color:#fb0;
	margin:10px 0 10px 0;
	padding:7px 0 10px 36px;
	background:url("http://www.rcdtokyo.com/ucb/images-site/gallega/head.png") no-repeat top left;
	border-bottom:2px dotted #fff;
	clear:both;
}

div.sidebar ul	{
	line-height:1.8em;
	margin-left:0;
	padding-left:0;
	list-style:none;
}

div.sidebar li	{
	padding-left:10px;
	background:url("http://www.rcdtokyo.com/ucb/images-site/triangle-right-orange.png") no-repeat top left; 
}

#center	{
	float:right;
	overflow:hidden;
	width:75%;
}

div.content	{
	overflow:hidden;
	color:#fff;
	line-height:1.6em;
	padding:20px;
	margin-bottom:10px;
	border:1px solid #ccc;
	clear:both;
}

#center div.content	{
	font-size:smaller;
}

div.content h2	{
	color:#fb0;
	margin:0;
	margin-bottom:20px;
	padding:7px 0 10px 36px;
	background:url("http://www.rcdtokyo.com/ucb/images-site/gallega/head.png") no-repeat top left;
	border-bottom:2px dotted #fff;
	clear:both;
}

div.content h3	{
	clear:both;
}

div.content ul	{
	margin-left:15px;
	padding-left:0px;
}

div.content blockquote	{
	margin:.4em 0 .4em 0;
	padding:10px;
	border:2px dotted #fff;
}

div.content blockquote div.quotetitle	{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px dotted #fff;
}

div.content a img	{
	border:2px solid #ad6;
}

div.content a:hover img	{
	border-color:#9cf;
}

div.content table	{
	border-collapse:collapse;
}

div.content table table	{
	margin-top:10px;
}

div.content th	{
	text-align:center;
	background-color:#135;
}

div.content th, div.content td	{
	vertical-align:top;
	padding:5px;
	border:1px solid #fff;
}

div.content td.center	{
	text-align:center;
}

div.content td.right	{
	text-align:right;
}

p.posted	{
	font-size:smaller;
	line-height:1.4em;
	margin-bottom:40px;
	padding-left:20px;
	background:url("http://www.rcdtokyo.com/ucb/images-site/gallega/dots.png") no-repeat top left;
	clear:both;
}

@media print	{

	body	{
		font-family:Serif;
		font-size:x-small;
		padding:0;
	}

	#container, div.content	{
		background-image:none;
		overflow:visible;
	}

	#banner, #left	{
		display:none;
	}

	#center	{
		float:none;
		overflow:visible;
		width:auto;
	}
}
