@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	padding: 0;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#screen {
	width: 60%;
	max-width: 550px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#header {
	height: 120px; /* 画像までの余白 */
	width: 100%;
}
#contents {
	width: 100%;
}
#contents img {
	width: 100%;
}
#conbottom {
	padding-top: 10px;
	height: 60px;
	text-align: right;
}
#conbottom img {
	width: 15%;
	max-width: 135px;
}
#footer {
	height: 30px;
	width: 60%;
	max-width: 550px;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.p1 {
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
	font-size: 10px;
	color: #666;
}
.p2 {
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
	font-size: 14px;
	color: #333;
}
