/*　適当CSS　*/

/*　全体レイアウト　*/
html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0;
	font-size: 15px;
	text-align: center;
	line-height:19px;
}

#all{
	width:700px;
	margin: 10px auto 10px auto;
}
#header{
	width:700px;
	height:150px;
	border:solid 0px black;
}
#header a img{
	color:white;
	background-color:white;
	border:0px;
}
#left{
	padding:2px;
	float:left;
	text-align:left;
	width:150px;
}
#countdown{
	text-align: center;
	margin:20px 0px;
	line-height:25px;
}
#right{
	padding:15px;
	float:left;
	text-align:left;
	width:510px;
}
#footer{

	width:700px;
	border:solid 1px black;
	text-align: center;
	font-size: 90%;
	background-color:lavender;
	color:gray;
	clear:both;
}

/*　#left関連　*/

ul.menu{
	list-style-type:none;
	margin:5px;
	padding:0px;
	line-height:30px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#333333;
}
ul.menu li{
	padding:0px;
	border:solid black;
	border-width:1px 0px 0px 0px
}
ul.menu li a:link,ul.menu li a:visited {
	display:block;
	margin:0px;
	padding:6px 0px 6px 10px;
	line-height:100%;
	color:black;
	width:100%;
	text-decoration:none;
}
ul.menu li a:hover {
	display:block;
	background-color:#CCCCCC;
	width:100%;
	text-decoration:none;
}
.before{
	font-size:150%;
	font-weight:bold;
}
.now{
	font-size:150%;
	color:red;
	font-weight:bold;
}

/*　#right関連　*/

h1{
	font-size: 120%;
	border-left: solid 0.5em #CCC;
	border-bottom: dashed 1px #666;
	padding-left:0.5em;
}
dt{
	font-weight:bold;
	padding-left:15px;
}
dd{
	margin:5px 35px;
}
