@charset "utf-8";

#header{ width:800px; margin:0 auto;}
#header p.information{
	color:#DA0C19;
	font-size:36px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	height:50px;
}
.information a:link{
	color:#FF0000;
}
.information a:visited {
	color:#FF0000;
}
.information a:hover { color: green; }
.information a:active { color: yellow; }


#wrap{
	background-image: url(../image/center_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#container{
  	padding-top:110px!important;
}


#new .innr,
#update .innr
{ padding-top:15px; font-weight:bold; font-size:18px; }
#new a{}
#update{ margin-top:10px; }
#update a{}


#info{
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
}


