﻿/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";
/* index
------------------------------------*/

#information{
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #973;
  padding: 40px;
  border: 1px solid #973;
  background: #fff9f0;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
  width: 80%;
  margin: 750px auto 100px;
}