@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEA;
	border-left-color: #EBEBEA;
}
td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEA;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	background-color: #f1f1f1;
	text-align: center;
	line-height: 18px;
}
#wrap {
	background-image: url(../img/share/bg-wrap.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
#head {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	background-image: url(../img/share/bg-head.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
.btn-logout {
	width: 100px;
	text-align: center;
	margin-right: 15px;
	float: right;
	height: 25px;
}
.btn-logout a {
	text-indent: -700em;
	display: block;
	height: 25px;
	width: 100px;
}
#content {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.category-title {
	height: 42px;
	width: 760px;
	text-indent: -700em;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
.btn-form {
	text-align: center;
	padding-top: 10px;
}
#foot {
	background-image: url(../img/share/bg-foot.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-top: 20px;
	background-position: center bottom;
	margin-bottom: 0px;
}
