@charset "utf-8";

table,img {
    border: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
/*    color: #555555;*/
/*    background-color: #ffe9e6;*/
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #666666;
  background-color: #c0c6c9;
/*    font-size: 72.5%;*/
/*    line-height: 150%;*/
/*    letter-spacing:1px;*/
}
a:link {
  color: #808000;
  font-size: 12px;
  text-decoration:none   
}

a:visited {
  color: #808000;
  font-size: 12px;
  text-decoration:none  
}
/* フォント
----------------------------------------------- */
h1,h2 {
	font-family: "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
    font-size: 50%;
	margin:0px;
	color: #cccccc;
	text-align:left;
}
h3,h4,h5 {
	font-family: "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
    font-size: 72.5%;
	margin:1em 0px;
	text-align:left;
}

p {
    font-family:  100%;
    line-height: 150%;
    font-size: 100%;
    line-height: 150%;
}
/* テーブル共通指定
----------------------------------------------- */
table{ /* 基本テーブル設定（固定）*/
	border:0px none;
 	margin:0px;
	padding:0px;
	text-align:left;
	border-collapse:collapse;
}

/* ヘッダーロゴ
------------------------------------------------ */
div#header2 {
    background-image: url("https://www.tekuteku.net/shop/user_data/packages/default/img/header/top_header_back.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 898px;
	padding-top: 0px;
	margin-top: 0px;
}

div#header2 h1 {
  font-family: "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
  margin: 0;
  padding: 50px 0px 0px 25px;
  font-size: 40px;
  text-decoration: none;
  color: #cc6666;
  font-weight: bold;
}

div#header2 a{
  color: #cc6633;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
 }

div#header2 a:hover{
  color: #ccff33;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}

#contents {
  width: 896px;
  background-color: #ffffff;
}
