@charset "utf8";
@import { url(./reset.css); }

body {
	background: #ddf2dd url("./back_image.gif");
	color: #333333;
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

table.content {
	border: 1px solid #336633;
	border-collapse: separate;
	border-spacing: 1px;
}

td.user {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	padding: 4px;
	border-right: 1px solid #336633;
	border-bottom: 1px solid #336633;
	background-color: #99cc99;
}

td.trade {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	padding: 4px;
	border-right: 1px solid #0055aa;
	border-bottom: 1px solid #0055aa;
	background-color: #99ccff;
}

td.admin {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	padding: 4px;
	border-right: 1px solid #cc6600;
	border-bottom: 1px solid #cc6600;
	background-color: #FFCC66;
}

td.content {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	padding: 4px;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background-color: #ffffbb;
}

td.content0 {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	padding: 4px;
}

td.line {
	background-image: url(../image/user/line_back.gif);
}

td.message {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 12px;
	line-height: 130%;
}

td.menu {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 13px;
	color: #ffffff;
}

td.choice {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background: #99cc99;
}

td.submenu {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 13px;
	color: #003300;
	font-weight: bold;
}

div.title {
	padding: 20px 0px 15px 0px;
	color: #336633;
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.slink {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 10px;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:active {
	color: #cc0033;
}

a:hover {
	color: #cc0033;
}

a.menu:link {
	color: #ffffff;
	text-decoration: none;
}

a.menu:visited {
	color: #ffffff;
	text-decoration: none;
}

a.menu:active {
	color: #cc0033;
	text-decoration: none;
}

a.menu:hover {
	color: #cc0033;
	text-decoration: none;
}

pre {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 12px;
	font-weight: normal;
}
