@charset "UTF-8";
#wrapper {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
    font: 62.5% "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ明朝 Pro W3",sans-serif;
	height: auto;
}

/* メイン初期化 */

body,div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, feldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
fildset, img{
  border: 0;
}
abbr, acronym{
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var{
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}

/* メイン初期化ここまで */ 


/* ベース */

a:link {
    color: #cd524f;
}
a:active {
    color: #ffcc00;
}
a:visited {
    color: #cd524f;
    text-decoration: none;
}
a:hover {
    color: #ffcc00;
}

/* ベースここまで */

#wrapper {
    width: 100%;
    margin:0px auto;
    }

#wrapper #header {
    margin-top: 100px;
	padding-bottom: 30px;
	}

#wrapper #content {
	margin-top: 50px;
}

#wrapper #content .enterTxt {
	font-size: medium;
}

#wrapper #content .underTxt {
	font-size: x-small;
	margin-top: 10px;
}

#wrapper #footer {
	width: 100%;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	position: absolute;
	bottom: 10px;
	border-top: solid 1px #333333;
	text-indent: 30px;
	font-size: 10px;
}

