@charset "UTF-8";

/* reset */

body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

hr {
	display:none;
}

/* tabcontents */

.outertab {
	border-bottom: 5px solid #cccccc;
	margin-top: 10px;
	width: 450px;
}
.tabindex {
	padding-bottom: 1px;
	font-size: 78%;
}
.tabindex img {
	display:block;
}
.tabindex li{
	float: left;
}

.cssstyle li {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.cssstyle a {
	padding: 6px 8px;
	text-align: center;
	display: block;
	position: relative;
}
.cssstyle .first {
	border-left: 1px solid #cccccc;
}
imgstyle a {
	text-align: center;
	display: block;
	position: relative;
}
.tabcontents {
	font-size: 78%;
	width: 450px;
}
.tabcontents div{
	margin-top: 10px;
}
.tabcontents .show {
	display: block;
}
.tabcontents .hide {
	display: none;
}
.tabcontents h2 {
	margin: 0 0 0 1em;
	padding-top: 10px;
}

.tabindex .on, .tabindex .off a:hover {
	background: #d8d8d8 url(images/tabback.jpg) repeat-x left top;
}
.tabindex .on a {
	text-decoration: none;
}
.cssstyle .off {
	background:#ffffff;
}
.imgstyle .off {
	background:#ffffff;
}

/* checker */

#checker {
	width: 160px;
	background: mistyrose;
}
