@charset "Shift_JIS";

/* ページ全体
---------------------------------------------------- */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	margin: 0px;
	padding: 0px;
	font-family:  "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3",Osaka,Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_cmn.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	line-height: 1.5em;
	text-align: center;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
	text-align: left;
}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

img {
	background: transparent;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

a {
	color: #003366;
	text-decoration:none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}

h1 {
  position: absolute;
  left: -999px;
  width: 990px;
}

h2,h3,h4,h5,h6,div,form{
	margin:0px;
	padding:0px;
}

p{
	margin:0px 0px 5px;
	padding:0px;
}

th {
  text-align: center;
}

td {
	margin:0;
	padding:0;
}

hr{
	margin:0;
	padding:0;
	height: 1px;
}
caption {
	padding: 0px 0px 3px;
	margin: 0px;
}