@charset "utf-8";
body, blockquote, figure {
	margin: 0
}
p, dl, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
	margin-bottom: 0
}
dd {
	margin-left: 0
}
th, td {
	padding: 0
}
ul, menu, dir, ol {
	padding-left: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0
}
hr {
	border: none;
	margin-top: 0;
	margin-bottom: 0
}
iframe {
	border: none;
	vertical-align: bottom
}
a {
	outline: none
}
embed, object, video, audio{
	outline: none;
	vertical-align: bottom
}
img, select, canvas {
	vertical-align: bottom
}
textarea {
	vertical-align: bottom;
	margin-top: 0;
	margin-bottom: 
}


/*ここから*/
html {
	height: 100%;
	margin: 0 auto; padding: 0;
	display: table;
}
body {
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.box {
	height: 720px;
	width: 500px;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#box1 {
	background-color: #e60012;
	float: left;
}
#bigbox #box1 #minibox1 {
	height: 75px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 300px;
}
#bigbox #box1 #about {
}
#bigbox #box2 {
	float: left;
	border: 1px solid #000;
}
#bigbox {
	height: 825px;
	width: 1100px;
}
body #wrap {
	height: 650px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
body h2 {
	font-family: "小塚ゴシック Pro H";
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	font-weight: bolder;
}
#contents {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#messege {
	height: 300px;
	width: 450px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	margin-top: 5px;
	background-color: #f0f0f0;
}
.textbox {
	width: 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	margin-top: 5px;
	background-color: #f0f0f0;
}
#contents p {
	margin-top: 10px;
}
.button {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.button2 {
	margin-right: 10px;
	margin-left: 10px;
}
