@import url("./aterier.css");

/* ページ背景 */
.Base{
}

/* ヘッダー部 */
#TOP{
  text-align : center;
}

.PageTitle{
  float : left;
  font-size : 48px;
  width : 3.5em;
  height : 1.2em;
  font-weight : bold;
  color : #FFCCCC;
  text-align : center;
  padding : 4px 4px 4px 4px;
  margin : 8px auto 8px 0;
}


.TextDiv01{
  text-align: left;
  font-size : 19px;
  margin : 8px 424px 8px 0;
  padding : 4px;
  border : solid #CC9999 1px;
}

/* MAINコンテンツ */
#MAIN{
  clear :both;
  text-align : left;
  margin: 0;
  padding: 0;
  background-image : url("../image/sw001.jpg");
  background-repeat : no-repeat;
  background-position : right bottom;
}


.TextDiv02{
  clear :both;
  text-align: left;
  margin : 40px 440px 40px 8px;
  padding : 0;
}

.MenuL1{
 font-size : 18px;
 margin : 12px 0 4px 0;
 padding : 4px;
 color : #996666;
 background-color : #FFCCCC;
 border : solid 1px #CC9999;
}

.MenuL2{
 font-size : 14px;
 margin : 0 8px 0 8px;
 padding : 4px;
 color : #663333;
}

.contact{
  font-size : 12px;
  text-align : right;
}

