body {
	background: rgb(255, 255, 255);
	margin: 0;
}

img {
	border: 0;
}

span, div, p, input, textarea {
	color: rgb(88, 77, 77);
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

p {
	text-indent: 1em;
}

a {
	color: rgb(0, 102, 255);
	text-decoration: none;
}

a:hover {
	color: rgb(0, 51, 255);
	text-decoration: underline;
}

div.main {
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 700px;
	overflow: hidden;
}

div.main-column {
	width: 480px;
	margin: 0 auto;
}

div.header {
	position: relative;
	width: 700px;
	height: 120px;
	background: url("/files/header-background.png");
}

a.headerlogo {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 114px;
	height: 60px;
	background: url("/files/tida-headerlogo.png");
}

div.footer {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

div.footer.contact {
	margin-top: 70px;
}

a.footer-contact {
	position: absolute;
	top: -37px;
	width: 185px;
	height: 88px;
	background: url("/files/contact-banner.png");
}

div.titlebanner {
	margin-top: 30px;
	margin-bottom: 30px;
}

div.submit-bar {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}



/* お問い合わせ用 */

p.paragraph {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

p.message {
	text-indent: 0;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 9px;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}

p.tida-message {
	text-indent: 0;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #999;
	padding: 9px;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}
