@charset "utf-8";
/* CSS Document */


/******************************************

このファイルはhome , scheduler , osirase
で共通して使っています。
修正したら

scheduler/public/css/common.css
osirase/public/css/common.css
home/public/css/common.css

で同期をとってください

******************************************/

body{
  text-align: center;
}

/* clearfix */
.clearfix{
  zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
  content:".";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;
}
* html .clearfix{
  display:inline-table;
  /*\*/display:block;/**/
}

hr.clear{
  clear:both;
  visibility: hidden;
}


#wrap{
  text-align: left;
  width: 950px;
  margin: 3px auto 10px auto;
  background-color: #FFFFFF;
}


#header{
  text-align: left;
}

#header #logo-text{
  float: left;
  width: 285px;
  height: 81px;
  display: block;
}
#header #description{
  float: left;
  width: 171px;
  height: 81px;
  margin-left: 90px;
  padding-right: 100px;
}


/* header 右側のボタン  2009/08/31 nishiko */
#header-links{
  list-style-type: none;
  float: right;
  text-align: right;
  margin: 20px 0px 0px 0px;
  padding: 1px 0px 0px 0px;
  height: 24px;
}
#header-links li{
  margin: 0px 10px 5px;
}


#navigation{
  clear: both;
}
#navigation ul{
  float: left;
  width: 300px;
  padding-top: 2px;
}
#navigation li{
  display: inline;
  margin-right:5px;
}

#content-wrap{
  clear:both;
}

div#content-wrap-left{
  padding: 5px;
  width:150px;
  float:left;
}

div#content-wrap-center{
  width:625px;
  float:left;
  margin-right: -10px;
}

div#content-wrap-right{
  padding: 5px 7px 5px 5px;
  width:150px;
  float:right;
}

#footer{
  clear: both;
  text-align: center;
  background-color: #DDF1F5;
  color: #2F8FBC;
  padding-top: 15px;
  font-size: 13px;
}

.privacy-policy{
  float: right;
  position: relative;
  top: -20px;
  margin-right: 10px;
}

.messages{
  border: 1px solid #900;
  background-color: #FEE;
  text-align: center;
  width: 400px;
  margin: 0px auto;
  padding: 5px;
}


