@charset "Shift_JIS";
/*
  20091211
  機種によって閲覧が困難になりそうなプロパティをコメントアウトしました
*/
body {
  font-family: "ＭＳ ゴシック", "等幅ゴシック", "ＭＳ 明朝", "等幅明朝";
  color: #000;
}
html {
  -webkit-text-size-adjust:100%
}
/*
a:hover {
  background-color: #fff;
}
*/
#layout {
  margin: 0;
  padding: 0;
}

img{
  border: none;
}

#bar_title_bg {
background-image: url("/i/images/index_h1_bg.gif");
background-repeat: repeat;
}

disclaimer_head{
  height: 32px;
  background-image: url("/i/images/other_head_bg.gif");
  background-repeat: repeat;
}


/* 会員登録ボタン
---------------------------------------- */
#main {
	border-radius
}
#main a {
	padding: 20px;
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d)); /* Chrome,Safari4+ */
	-webkit-box-shadow: 1px 1px 0 #666666;
	-moz-box-shadow: 1px 1px 0 #666666;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 1px #999999;
	text-decoration: none;
}

