html{
	width: 100%;
	text-align:center;
}
body{
	color: #8b4513;
	background-color: #ffffff;
	margin: 0px auto 20px;
	text-align:center;
	font-size: large; 
	font-family: "MS UI Gothic","ＭＳ ゴシック","MS Gothic","平成角ゴシック",monospace;
	vertical-align: bottom;

}

img{
	border: 0px;
}

a{
	color: #cc66ff;
	text-decoration: underline;
}
a:hover{
	color: #ff0000;
}

a img{
	border: 2px solid #ffffff;
}
a:hover img{
	border: 2px solid #0000ff;
}
div , p , h1{
	margin: 0px;
	padding: 0px;
}
p{
	margin:0px;
	padding: 4px;
}

h1{
	margin: 10px auto 20px;
	color: #cc66ff;
	font-size: xx-large;
	text-align:center;
}

.center{
	margin-left: auto;
	margin-right:auto;
	text-align:center;

}

.cmark{
	font-weight:bold;
	color: #ff0000;
}
.cbrown{
	color: #aa8600;
}
.bgbrown{
	color: #ffffff;
	background-color: #aa8866;
}
.bgbrown .cmark{
	color: #ffa0a0;
}

.bgbrown a{
	color: #d0c0ff;
}
.bgbrown a:hover{
	color: #ffa0a0;
}

.fbig{
	font-size:x-large;
}

div.linebox{
	margin: 0px auto;
	width: 640px;
	border: 1px solid #aa8866;
	padding: 4px;
	margin-bottom: 30px;
}

div.linebox h2{
	margin: 0px auto;
	width: 640px;
	color: #ff8080;
	font-size: xx-large;
}

div.linebox table th{
	text-align:center;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
	word-break:keep-all;
}
div.linebox table td{
	text-align:left;
	vertical-align: top;
}

div.staffbox{
	width:640px;
	margin: 10px auto;
	padding: 0px 0px 2px 0px;
	background-color: #800080;
}
div.staffbox h1{
	margin:0px;
	padding: 2px 0px 1px 0px;
	color: #ffe0ff;
	font-size: x-large;
	text-align:center;
}
div.staffbox div{
	margin: 2px 2px 0px 2px;
	padding: 4px 2px;
	background-color: #ffe0ff;
	color: #800080;
	font-size: medium;
}
div.staffbox span{
	font-weight: bold;
	font-size: large;
}
div.staffbox a{
	font-weight:bold;
	font-size: large;
	text-decoration: none;
	color: #8000ff;
}
div.staffbox a:hover{
	color: #ff0080;
	text-decoration: underline;
}


table.svcomment{
	border-collapse: collapse;
	width: 100%;
}
table.svcomment th , table.svcomment td{
	border: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	padding: 2px;
}

#lastupdate{
	margin-left: 10px;
	color: #dd3344;
	text-align: left;
}
#specinfo{
	margin: 0px auto;
	margin-bottom: 20px;
}

#specinfo table{
	font-size: medium;
}
#specinfo table td{
	vertical-align: top;
}
#specinfo table .cset{
	text-align: center;
}
#specinfo table .lset{
	text-align: left;
}

#ssbody{
	width:810px;
	padding: 0px 0px 0px 5px;
	margin: 0px auto;
}
#ssbody div{
	float:left;	
	padding: 0px;
	margin: 0px 5px 10px 0px;
}
#ssbody div img{
	margin: 0px;
	border: 0px;
}

#ssbody div p{
	margin: 2px 0px 0px 0px;
	padding: 2px 4px 2px 8px;
	background-color: #fff8ff;
	text-align:left;
	color: #400040;
}

#ssbody:after{
	clear:both;
	display:block;
	content: ".";
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
}


ul.plinker{
	background-color: #800080;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 2px 5px;
	height: 1px;
}
html>body ul.plinker{
	min-height: 1px;
	height: auto;
}
ul.plinker:after{
	display:block;
	clear:both;
	content:".";
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
}
ul.plinker li{
	padding-top: 16px;
	list-style: none outside;
	float:left;
	white-space: nowrap;
}
ul.plinker li.pnew{
	background-image: url("img/new.gif");
	background-repeat: no-repeat;
	background-position: 5px top;
}


ul.plinker a{
	color: #ffe0ff;
	font-weight:bold;
/*
	background-color: #ffe0ff;
*/
	padding: 2px 4px 1px 4px;;
	text-decoration: underline;
}
div.plinker a:hover{
	background-color: #ffff80;
}

div.footer {
	margin: 0px auto 0px;
	padding: 20px 0px 0px;
}