@charset "utf-8";

/*
===== CONTENTS ===========================================

  0: CONTAINER 
  1: HEADER
  2: PAPER
  3: FORM
  4: FOOTER

==========================================================
*/

/*
===== 0: CONTAINER =========================================
*/

#container{
  height:100%;
  width:900px;
  background-color: rgb(255,255,255);　/* 背景の色 */
  position:relative;
  margin: 0px auto; 
  padding:0px;
  text-align: center; 
}


/*
===== 1: HEADER ==========================================
*/

#header3 {
  width:900px;
  height:160px;
  margin: 0px 0px 0px 0px ;
  position:relative;
  background: url(../img/info/info_header.gif) no-repeat;

}

#url_mail {
 position:absolute;
  margin: 120px 0px 0px 50px;
  color: rgb(80,80,80); /* 日付の色 */
  z-index:1;
  zoom:1;
}

 #index_mail{
 width:800px;
 height:15px;
 margin:120px 0px 0px 130px;
 position:absolute;
}

li.index_content_mail{
margin: 15px 10px 0px 10px;
position:relative;
display: inline;}



/*
===== 2:PAPER =========================================
*/

#paper{
  height:100%;
  width:900px;
  position:relative;
  margin: 0px; 
  padding:0px;
  text-align: left; 
  background: url(../img/back-img.gif) repeat-y;
}

#top_space {
  width:900px;
  height:30px;
  margin: 0px ;
 background: url(../img/back-img.gif) repeat-y;
}

#left_img{
float:left;
width:100px;
margin:20px auto auto 140px;
display:inline;
}

#right_article{
width:400px;
float:right;
margin:80px 100px; auto auto;
text-align:left;
display:inline;
}

#door{
text-align:center;
}

.date{
display:inline;
margin:20px 10px  0px 0px;
}

.article{
display:inline;
margin:0px 10px  0px 0px;
}

/*
===== 4: FOOTER ==========================================
*/


 #footer{
  width: 900px;
  height:100px;
  clear:both;
  margin: 0 auto 50px auto;
  padding: 0;
  background: url(../img/footer.gif) no-repeat;
}

#bottom_space {
  width:900px;
  height:120px;
  margin: 0px auto 0px auto ;
  position:relative;
 background: url(../img/back-img.gif) repeat-y;
}

 #gototop{
 margin:0px 0px 0px 750px;
  position:relative;
}

/*
===== 5:under_construction =========================================
*/

#u_c{
text-align:center;
height:500px;
margin:0px 0px 0px 0px;
background: url(../img/spacer.gif) repeat-y;
}

#uc_paper{
  width:900px;
  position:relative;
  margin: 0px auto; 
  text-align:center; 
  background: url(../img/back-img.gif) repeat-y;
}



