@charset "utf-8";

/* CSS Document */
/* RESET */
body
{
 	text-align: center;
	color: #333;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, li {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

a:link,
a:visited,
a:active {
	color: #333;
}

ul, ol {
	list-style: none;
}

img {
	border: none;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT */
.clear {
	clear:both;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.left {
	float:left;
}

.right {
	float:right;
}

.indent {
	text-indent:-9999px;
}

/* COLOR */
.white {
	padding-top:50px;
	color:#FFFFFF;
}

/* main */
html, body {
	height:100%;
	text-align:center;
}

#wraper {
	margin:30px auto;
	width:1000px;
	height:auto;
	border: #CCC 5px solid;
}

#header {
	background:url(img/chisato.jpg) no-repeat;
	width:840px;
	height:558px;
}

.tetsu {
	font-size:200%;
	color:#FFFFFF;
}

.tetsu2 {
	padding:10px 20px 10px 20px;
	text-align:left;
	color:#FFFFFF;
}