/* body */
body {
	color:#1a1a1a;
	margin:0px;
	padding:0px;
	background:#ffffff url(bg6.gif) repeat-y;
	background-position:center;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* テーブル・段落 */
td { font-size:18px; line-height:160%; }
p  { margin:3px 5px; }

/* リンク */
a       { color:#ff0000; text-decoration:underline; }
a:hover { color:#aa0000; text-decoration:none; background-color:#ffcc99; }

/* コンテンツ */
h1 { color:white; font-size:20pt; margin:0px 0px;}
h2 {
     margin-left:50px;padding: .10em 0 .10em .2em; /* ボックス内側余白を指定する(上:右:下:左) */
     border-left: 10px solid #66FFFF; /* ボーダー左側のスタイルを指定する */
     font-size:20px; /* フォントのサイズを指定する */
   }
h3 { color:black; font-size:11pt; margin:0px 0px;}
h4 { color:#00a300; font-size:24pt; margin:0px 0px;}


/* 矢印ボタン */
a.bt-samp33{
  display: block;
  text-decoration: none;
  height:35px;
  width: 200px;
  line-height: 37px;
  text-align: center;
  color: #FF0000;
  border:solid 2px #FF0000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp33:hover{
  background: #FF0000;
  color: #fff;
}