/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(blog.css);
@import url(cityscape-houston2.css);
/* end StyleCatcher imports */
/* ==============
     フォント 
   ============== */

body {
	font-size:12px;
	line-height:160%;
	font-family:'ＭＳ Ｐゴシック',arial;
	margin:0px auto;
}

h1 {margin:0px;color:#CCCCCC;}
h3{
	margin-top:10px;
	border-left:5px solid #1E6AA4;
	border-bottom:1px dotted #1E6AA4;
	text-indent:10px;
	line-height:25px;
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
}
.f11  {font-size:11pt;line-height:14pt;}
.f8    {font-size:10px;line-height:12pt;}
.f9    {font-size:9pt; line-height:13.5pt;}
.k    {font-weight:bold;color:black;}
.k8    {font-size:8pt; font-weight:bold; color:black;}
.k14    {font-size:14pt; font-weight:bold; color:black;}
.k20    {font-size:20pt; font-weight:bold; color:black;}
.red    {font-weight:bold;color:red;}
.red14   {font-size:14pt; font-weight:bold; color:red;}
.red20   {font-size:20pt; font-weight:bold; color:red;}
.blue    {font-weight:bold;color:blue;}
.blue14  {font-size:14pt; font-weight:bold; color:blue;}
.blue20  {font-size:20pt; font-weight:bold; color:blue;}
.w	{font-weight:bold;color:white;}
.w14    {font-size:14pt; font-weight:bold; color:white;}
.w20    {font-size:20pt; font-weight:bold; color:white;}
.copy {font-size:10px;text-align:right;}

/* ==============
     その他 
   ============== */
.pic {border-bottom:1px solid #666666;border-right:1px solid #666666;}
.clear {clear:both;}

table.olympic{
	width:100%;
	font-size:10px;
	border:1px solid #bdbdbd;
	margin-bottom:10px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table.olympic1{
	width:100%;
	font-size:10px;
	border:1px solid #bdbdbd;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

table.olympic1 th{
	background:#f0f0f0;
	border-right:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	padding:2px;
	text-align:center;
	font-weight:normal;
	color:#666666;
}
table.olympic1 th.sat{
	background:#66CCFF;
}
table.olympic1 th.sun{
	background:#FF9999;
}
table.olympic1 td{
	border-right:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	background:#FFFFFF;
	padding:2px;
	text-align:center;
	line-height:1.5em;
	color:#666666;
	text-align:left;
}
table.olympic1 td.firstChild{
	width:120px;
}