body {
	background-color: #FCFCFC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.3em;
}

.baseblock {
	background-color: #502400;
	width: 960px;
	position: relative;
}

.sideblock {
	width: 120px;
	position: absolute;
	left: 0px;
	top: 150px;
}

.mainblock {
	width:700px;
	position: relative;
	background-color: #FCFCFC;
	text-align:left;
	padding:0 10px 0 10px;
}

.footer {
	text-align:center;
	padding:20px 0 8px 0;
}

.head1 {
	font-size:2.2em;
	font-weight:bold;
	margin:0 4px 10px 0px;
}

/*
home page
*/

.wing {
	background-image:url(../images/wings.png);
	background-repeat:no-repeat;
	width:700px;
	position:relative;
}

.join {
	width:310px;
	position:relative;
	left:190px;
	padding:10px 0 30px 0;
	line-height: 1.2em;
}

.banner {
	text-align:center;
}

/*
scadule page
*/

.finding {
	background-color:#BECAE2;
	font-weight:bold;
	text-align:center;
	line-height:1.1em;
}

.textc {
	text-align:center;
	line-height:1.1em;
}

.textl {
	text-align:left;
	line-height:1.1em;
}

/*
scadule page
*/

.title {
	border:2px solid #000000;
	font-size:1.6em;
	font-weight:bold;
	background-color:#0A50A0;
	color:#FFFFFF;
	padding:10px 10px 10px 10px;
	margin:0 0 4px 0;
}

.problem {
	background-color:#BECAE2;
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	line-height:1.0em;
}

.song {
	font-weight:bold;
	text-align:left;
	font-size:1.1em;
	line-height:1.1em;
	vertical-align:top;
}

.profile {
	font-weight:normal;
	font-size:0.9em;
}

.style1 {
	color: #999999;
}

.composer {
	font-size:0.9em;
	padding:0 0 0 30px;
}

.score {
	width:100%;
	text-align:right;
	padding:5px 0 0 0;
}

/*
privacy page
*/

.privacy {
	padding:0 50px 0 50px;
}

/*
office page
*/

.office {
	width:100%;
	text-align:center;
}

/*
judge
*/

.judge {
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
}

.belong{
	font-size:0.9em;
	line-height:1.1em;
	text-align:left;
}

/*
info.cgi
*/
.information {
	position: relative;
	left:50px;
	width:570px;
	padding:15px 15px 15px 15px;
	border:3px dotted #444444;
}

  #info {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN" ,"ƒqƒ‰ƒMƒmŠÛƒS Pro W4" ,"Osaka",sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }

  #info a {
    color: #7b68ee;
    text-decoration: none;
    background: none;
    border-bottom: 1px dotted #eeeeee;
  }
  #info a:link {
    color: #7b68ee;
    text-decoration: none;
    background: none;
    border-bottom: 1px dotted #eeeeee;
  }
  #info a:link:hover {
    color: #d71345;
    text-decoration: none;
    background: none;
    border-bottom: 1px solid #d71345;
  }
  #info a:link:active {
    color: #d71345;
    text-decoration: none;
    background: none;
    border-bottom: 1px solid #d71345;
  }

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

  #info ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #info p {
    margin: 3px;
  }

  #info li {
    margin-bottom: 10px;
  }

  #info .sun { color: red; }
  #info .sut { color: blue; }
  #info .date {
    padding-left: 3px;
    border-left: 10px solid green;
}