@charset "utf-8";
/* 各ブラウザの標準スタイルの破棄'
---------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, select, option, address, pre, strong, em, script {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}



body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	background-image: url(../img/bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat;
}



img {
	border: none;
}



a:link {
	color: #2810db;
	text-decoration: none;
}



a:visited {
	color: #56595b;
	text-decoration: none;
}



a:hover {
	color: #110188;
	text-decoration: underline;
}



#container {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -300px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}



#container #content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}



/* メイン'
---------------------------------------------------------------------------- */
#mainContent {
	clear: both;
	text-align: left;
}


#mainContent #top {
	height: 20px;
	background-image: url(../img/warning_top.gif);
	background-repeat: no-repeat;
}

#mainContent #btn {
	padding-top: 3px;
	height: 42px;
	width: 285px;
  margin-left: 425px;
}



#mainContent #mid {
	background-image: url(../img/topGirl4.jpg);
	background-repeat: no-repeat;
    height: 580px;
}


#mainContent #bot {
	clear: both;
	height: 20px;
	background-image: url(../img/warning_bot.gif);
	background-repeat: no-repeat;
}


h1  {
	padding-top: 220px;
  margin-left: 460px;
  margin-bottom: 5px;
}


.txt  {
  margin-left: 430px;
	width: 280px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	color: #676767;
	line-height: 1.3em;
}


#yes  {
	float: left;
	height: 42px;
}


#no  {
	float: right;
	height: 42px;
}


.oath  {
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	color: #f90113;
	line-height: 1.3em;
  margin-left: 430px;
	width: 280px;
}

address {
  text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	color: #999999;
  padding: 8px;
}

