/*ブラウザスタイルの初期化*/


body,form,fieldset {
	margin: 0;
	padding: 0;
}


fieldset {
	border: none;
}


h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
	margin: 0;
	padding: 0;
}


li {
	list-style: none;
}


input,textarea {
	font-size: 1em;
}





/*レイアウト*/


html,body {
	height:100%;
}


.container {
	position:relative;
	min-height: 100%;
}


* html .continer {
	height:100%;
}


.ttl {
	background-image: url(img/img_titleback.gif);
	background-repeat: repeat-x;
	height: 110px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F20467;
	text-align: center; 
}


.main {
	width: 700px;
	margin: auto;
	text-align: left;
	height:650px;
	padding-bottom:1em;
}


.flash {
	margin: 20px 0 20px;
}


.btn {
	float: left;
	width: 700px;
	margin-bottom: 20px;
}


.change {
	float: left;
	display: inline;
	margin-left: 275px;
}


.close {
	float: left;
	display: inline;
	margin-left: 175px;
}


.foot {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F20467;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	position:absolute;
	bottom:0;
	text-align: center; 
}


.foot p {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

