@charset "shift_jis";

body {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:70px;
  margin-right:10px;
}

.blank1 {
  font-size:0em;
  width:1px;
  height:1px;
}

.blank3 {
  font-size:0em;
  width:3px;
  height:3px;
}

.blank5 {
  font-size:0em;
  width:5px;
  height:5px;
}

.blank7 {
  font-size:0em;
  width:7px;
  height:7px;
}

.blank10 {
  font-size:0em;
  width:10px;
  height:10px;
}

.blank15 {
  font-size:0em;
  width:15px;
  height:15px;
}

.blank20 {
  font-size:0em;
  width:20px;
  height:20px;
}

.preset h1#HomepageTitle {
  margin: 0 0 10px;
}

.preset #HeaderImage {
  margin: 0;
  padding-bottom: 10px;
}

.preset #HeaderTextCtrl {
  margin: 0 0 3px;
  padding-top: 20px;
}

.preset #HeaderTextCtrl span {
  margin-right: 2px;
  font-size: 11px;
}

.preset #HeaderTextCtrl #TextLarge {
  font-size: 14px;
}

.preset #HeaderTextCtrl #TextLarger {
  font-size: 16px;
}

.preset #HeaderMenu span {
  margin: 0 3px;
}

h1 { font-weight: normal; }

/* ************** プチの位置変更 ************** */

body {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

#wrap_petit_content {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}



/* ************** ホームページタイトル ************** */
h1.sitename_ja,
h1.sitename_en {
  margin: 0;
  font-weight: normal;
}



/* ************** リンクテキスト ************** */
a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}



/* ************** パンチ穴 ************** */

.hole {
  display: none;
}

	
/* ************** プチのフッターを非表示にする ************** */
/* フッター全体を非表示にする */
#PetitFooter {
	display: none;
}
	

