/* CSS Document */

/* 全体構造
---------------------------------------------------- */
.w150 {width:150px;}
.w310 {width:310px;}
.w335 {width:335px;}
.w360 {width:360px;}
.w401 {width:401px;}
.w600 {width:600px;}

.ml80 { margin-left: 80px;}


/* テキスト
---------------------------------------------------- */
.f_shop{ font-size: 0.92em; color:#999999;}

.f_Limited { color: #5EAFB5;}
.f_Limited a{ color: #5EAFB5; text-decoration:none;}
.f_Limited a:hover{ color: #5EAFB5; text-decoration:underline;}

/* コンテンツ
---------------------------------------------------- */


#elttob_header {
  width: 800px;
  margin: 25px auto 10px auto;
  background-color: #FFFFFF;
}

.elttob_top {
  width:800px;
  margin-top: 15px;
  padding: 0;
  background-color: #000000;
}


#elttob_contents{
  width: 800px;
  padding: 40px 0 20px 0;
  margin-left: auto;
  margin-right: auto;
}
#elttob_contents h2{
  margin-left: 20px;
  margin-bottom: 10px;
}
#elttob_contents h4{
  margin-left: 20px;
  margin-top: 20px;
}




/* float set */
br.clear {
	font-size: 1px;
	line-height: 100%;
	clear: both;
	}
