html{
	width: 100%;
	text-arign:center;
}
body{
	color: #8b4513;
	background-color: #ffedba;
	margin: 20px auto;
	text-align:center;
	font-size: large; 
	font-family: "MS UI Gothic","ＭＳ ゴシック","平成角ゴシック",monospace;

}
a{
	color: #cc66ff;
	text-decoration: none;
}
a:hover{
	color: #ff0000;
	text-decoration: underline;
}
p{
	margin: 0px;
	padding: 0px;
}
#lastupdate{
	margin-left: 10px;
	color: #dd3344;
	text-align: left;
}
#content{
	margin:0px auto;
}
#title{
	margin: 10px auto 20px;
	color: #cc66ff;
	font-size: x-large;
	text-align:center;
}
#title p{
	color: #8b4513;
}

#infotitle{
	color: #ff8080;
	font-weight; bold;
	font-size: xx-large;
	text-align:center;
}

#infotitle p{
	margin: 20px auto 30px;
	color: #8b4513;
	font-size: x-large;
}

#specinfo{
	margin: 0px auto;
	width: 80%;
	margin-bottom: 20px;
}

#specinfo h1{
	margin: 0px auto;
	padding: 20px 0px ;
	color: #ffffff;
	text-align:center;
	font-size: x-large;
	background-color: #aa8866;
}
#specinfo div{
	padding: 5px;
	background-color: #fff4cf;
	border: 1px solid #aa8866;
}
#specinfo table{
	color: #aa22aa;
	font-size: medium;
}
#specinfo table td{
	vertical-align: top;
}
#specinfo table .cset{
	text-align: center;
}
#specinfo table .lset{
	text-align: left;
}

#demo{
	margin: 10px auto 20px;
	color: #cc66ff;
	font-size: xx-large;
	text-align:center;
}

#updatebody{
	width: 820px;
	margin:0px auto;
}
#updatebody a{
	font-weight:bold;
	color: #0000ff;
}
#updatebody a:hover{
	color: #ff0000;
}

#sstitle{
	margin: 10px auto 20px;
	color: #cc66ff;
	font-size: xx-large;
	text-align:center;
}

#ssbody{
	width: 820px;
	margin:0px auto;
}
#ssbody .leftbox{
	width: 400px;
	float:left;
	margin-bottom: 20px;
}
#ssbody .rightbox{
	width: 400px;
	float:right;
	margin-bottom: 20px;
}
#ssfooter{
	color: #aa8600;
	font-size: xx-large;
	margin: 10px auto 5px;
}

#produceby{
	margin: 30px auto 30px;
	width: 100%;
	text-align:center;
}
#produceby a{
	color: #0000ff;
}
#produceby a:hover{
	color: #ff0000;
}

#linktitle{
	margin: 0px auto;
	width: 640px;
	color: #ff8080;
	font-size: xx-large;
}
#linkbody{
	margin: 0px auto;
	width: 640px;
	border: 1px solid #aa8866;
	padding: 4px;
	margin-bottom: 30px;
}
#linkbody div{
	color: #ffffff;
	padding: 3px;
	margin-bottom: 4px;

	text-align:center;
	background-color: #aa8866;
}
#linkbody a{
	font-size: x-large;
	color: #d0c0ff;
}
#linkbody a:hover{
	color: #ffa0a0;
}
