﻿body {
	background: url(image/bg.gif);
	font-family: sans-serif;
}
table.top {
	background-color: #e6e3e6;
	height:48px;
}
table.sub {
	margin: auto;
}
tr#head { background: url(./image/head.jpg);}
td.box {
	background-color: #fffafa;
	border: 1px solid #aaaaaa;
	padding: 3px;
	line-height: 150%;
}
a { text-decoration:none; }
a:hover {
	color: #dc143c;
	text-decoration: underline;
}
.menu a:hover {
	display:block;
	background: #f3f3bb;
}
h3 { color: #000066; }
strong { color:#882200; }
em {
	font-size: 14px;
	font-style: normal;
}
.dspw { width:320px; }
.menu {
	background-color: #f3f3f3;
	border-style: solid;
	border-color: #808080;
	border-width: 0px 1px 1px 0px;
	padding: 2px;
	text-align: center;
}
.list {
	background-color: #f3f3bb;
	border-style: solid;
	border-color: #808080;
	border-width: 0px 1px 1px 0px;
	padding: 2px;
	text-align: center;
}
.com {
	font-size: 15px;
	padding: 6px;
	line-height: 150%;
}
.undo {
	border-style: solid;
	border-color: #808080;
	border-width: 0px 0px 1px 8px;
	padding: 3px;
	margin: 4px 0px 3px 0px;
	font-weight: bold;
	color:#882200;
}
.center { text-align: center; }
.right { text-align: right; }
.red { color:#882200; }
.blue { color: #000088; }
.gray { color: #2f4f4f; }
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
 .dspw { width:360px; }
 .com {
	font-size: 16px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 6px;
	line-height: 150%;
 }
}