/* 【主題歌】 */
div#cont_table
{
	width:800px;
	margin:0px auto;
	background-color:#000000;
}

div.title
{
	border-left:10px #ffcc66 solid;
	border-right:10px #ffcc66 solid;
	border-top:3px #ffcc66 double;
	border-bottom:3px #ffcc66 double;
	padding:3px;
	margin:20px 30px;
	font-size:15pt;
	font-weight:900;
	color:#ffcc66;
	background-color:#555555;
}

div.title
{
	border-left:10px #ffcc66 solid;
	border-right:10px #ffcc66 solid;
	border-top:3px #ffcc66 double;
	border-bottom:3px #ffcc66 double;
	padding:3px;
	margin:20px 30px;
	font-size:15pt;
	font-weight:900;
	color:#ffcc66;
	background-color:#555555;
}

div.title_blue
{
	border-left:10px #00ffff solid;
	border-right:10px #00ffff solid;
	border-top:3px #00ffff double;
	border-bottom:3px #00ffff double;
	padding:3px;
	margin:20px 30px;
	font-size:15pt;
	font-weight:900;
	color:#00ffff;
	background-color:#555555;
}

p.text
{
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	font-size:11pt;
}

dl.faq
{
	text-align:left;
	margin:10px 30px;
}

dl.faq dt
{
	color:#ffff00;
	font-weight:900;
	font-size:12pt;
}

dl.faq dd
{
	font-size:11pt;
}

div.install_list
{
	margin:10px 30px;;
	border:1px #ffcc66 solid;
	padding:10px;
	background-color:#333333;
}

div.install_list ol,div.install_list ul
{
	text-align:left;
	font-size:11pt;
	margin-top:0px;
	margin-bottom:0px;
}

