/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#646464;background:#92daf3;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#333333;}

/* plus */
img{vertical-align:bottom;}
:focus{outline:0;}
hr{display:none;}




body {
    padding: 90px;
    text-align: center;
    background-color: #cccccc;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

h1 
{
	color: #646464;
	font-size: 20px;
	font-family: "Courier New",
	Courier, Monaco, monospace;
	font-weight: normal;
}


h2 
{
	color: #1363a8;
	font-size: 20px;
	font-family: "Univers";
	font-weight: normal;
	border-top: 1px solid #0052b8;
}


h3 
{
	color: #646464;
	font-size: 12px;
	font-family: "Univers", Courier, Monaco, monospace;
	font-weight: normal;
	margin-bottom: 1px; 
	padding: 0;
}

.contents
{
	display:block;
	margin-left: auto;
	margin-right: auto;
	/*width: 1000px;*/
}


.contents a
{
	display:block;
	float:left;
}
.contents a,
.contents a img{
	width:100px;
	height:75px;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
}

.contents a.logo,
.contents a.logo img,
.contents a.best,
.contents a.best img
{
	width:400px;
	height:300px;
}

.contents a.pick,
.contents a.pick img
{
	width:200px;
	height:150px;
}




br { clear: both; }

.w1h2
{
	display:block;
	float:left;
	width:200px;
	height:300px;
}
.w2h2
{
	display:block;
	float:left;
	width:400px;
	height:300px;
}

p 
{
	color: #646464;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 1px; padding: 0;
}

#copyright
{
	margin-top: 100px;
	color: #646464;
	font-size: 10px;
	font-family: "Univers", Courier, Monaco, monospace;
	text-align : left;
}

a 
{
	color: #646464;
	font-size: 10px;
	text-decoration: underline;
	margin:0 4px 0 4px;
}

a img
{
	border: none;
}


a:hover 
{
	font-size: 10px;
	text-decoration: none;
}

.clear
{
	clear:both;
}


#loading
{
	clear:both;
	text-align:center;
	padding-top:50px;
}

.dateWrapper
{
	float:left;
	width:180px;
	height:55px;
	display: block;
	padding :20px 0px 0px 20px;
	margin :0px;
}

.dateWrapper .year,
.dateWrapper .month,
.dateWrapper .day
{
	float:left;
	margin :0px;
	padding :0px;
}

.dateWrapper .year
{

}

.dateWrapper .month
{

}

.dateWrapper .day
{

}

.dateWrapper .event
{
	clear:both;
	text-align:left;
}

.dateWrapper .event img{
	height:16px;
}

/*--------------------

	clearfix

--------------------*/
#page,
.dateWrapper,
.clearfix{
   /* overflow:hidden;*/
    zoom:1;
}
#page:after,
.dateWrapper:after,
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
* html #page,
* html .dateWrapper,
* html .clearfix{
    height: 1em;
    overflow: visible;
}