p,ul,li,table,tr,td {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 150%;
	color: #333333;
}
#wrap {
	margin: 0px 10px;
	background-color: #FFFFFF;
	background-image: url(img/back/wrap.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#head {
	padding: 10px;
	font-size: 12px;
	color: #000000;
}
#head img {
	float: left;
}
#navi a:link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(img/navi/tab-out.gif);
	display: block;
	height: 26px;
	width: 127px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab {
	padding-top: 2px;
}
#navi a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(img/navi/tab-out.gif);
	display: block;
	height: 26px;
	width: 127px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: middle;
}
#navi a:hover {

	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(img/navi/tab-on.gif);
	display: block;
	height: 26px;
	width: 127px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
.current {


	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(img/navi/tab-on.gif);
	display: block;
	height: 26px;
	width: 127px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
#main {
	background-color: #FF9900;
}
#middle {
	clear: both;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.logout {
	float: right;
	margin-right: 30px;
}
#navi span.login {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(img/navi/tab-out.gif);
	display: block;
	height: 26px;
	width: 127px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: middle;
	padding-top: 2px;
}
#textarea {
	margin: 20px;
}
#textarea p {
	padding-left: 20px;
}
a:link {
	color: #0033FF;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #FF0033;
}
#textarea table {
	padding-left: 20px;
}
#textarea form {
	padding-left: 20px;
	padding-top: 20px;
}
#textarea ul {
	padding-left: 60px;
	margin-top: 20px;
}
th {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#textarea td {
	padding: 10px;
}

