@charset "Shift_JIS"; 
/* import.css */
@import "default.css";
@import "style.css";
@import "main.css";
@import "txt.css";
@import "link.css";
body {
	text-align:center;
}
h1 {
	margin-top:50px;
	margin-bottom:50px;
}
h2 {
	margin-bottom:20px;
}
h3 {
	margin:0px;
	padding:0px;
	margin-top:10px;
	width:auto;
	height:auto;
	font-weight:normal;
	font-size:10px;
	color:#333333;
}
a {
	font-size:14px;
	font-weight:bold;
}
#logoBox {
	height:115px;
	padding-top:30px;
	background-image:url(../images/typeout/bg-type.gif);
	background-repeat:repeat-x;
}
.logo {
	width:105px;
	margin:0px auto;"
}