/*///基本設定/////*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#Outline{
	background-color: #293132;
	text-align: center;
}
#Outline div.topimg{
	background: url(../../img/topcover.png) no-repeat top center #020c0e;
	height: 160px;
}
#Outline div.topimg img{
	position: relative;
	right: 300px;
	top:10px;
}
#Outline div.topimg p{
	color: #fff;
	font-size: 28px;
	margin-top: 50px;
}
#MainArea{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#Menu{
	width: 100%;
	text-align: center;
	background-color: #012021;
	height: 48px;
}

div#Menu div{
	width: 960px;
	margin: 0 auto;
}
.Right{
	float: right;
}
.Left{
	float: left;
}

h1.topcomm{
	color: transparent;
	font-size: 1px;
}
#MainArea div{
	background-color: #fff;
	border:1px solid #eee;
	padding: 40px;
	margin-bottom: 15px;
	box-shadow: 1px 2px 2px #ccc;
}
#MainArea div h2{
	color: #656565;
	border-bottom: solid 1px #e6e6e6;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 160%;
	text-shadow:0 0 2px #bbb;
}
#MainArea div p{
	font-size: 14px;
	margin: 10px;
	line-height: 25px;
}

#Foot{
	color: #fff;
	background:url(/starfaxserverex/img/bk_buy.jpg) repeat #003033;
}

#Foot div.buy{
	width: 960px;
	margin:25px auto;
	text-align: center;
}
#Foot div.buy p{
	text-align: left;
	display: block;
	float: left;
	margin: 120px 0 0 220px;
}
#Foot div.buy a img.ftbuy{
	margin-top: 60px;
	margin-left: 50px;
}
#Foot div.ftmenu{
	background-color: #222;
}
#Foot div.ftmenu div{
	width: 960px;
	margin:20px auto;
	text-align:center;
}
#Foot div.ftmenu ul{
	text-align: left;
	width: 100%;
	border-top: 1px solid #0c4b4f;
	padding-top: 10px;
	margin-bottom: 20px;
}
#Foot div.ftmenu ul li{
	float: left;
	width:235px;
	height: 30px;
	font-size: 13px;
}
#Foot div.ftmenu ul li a{
	color: #e5e5e5;
	text-decoration: none;
}
#Foot div.ftmenu ul li a:hover{
	color: #71c9cf;
	text-decoration: underline;
}
/*//VUP用CSS//*/
table{
	margin: 30px auto 50px;
	width: 90%;
	border-collapse: collapse;
	clear: both;
}
table tr th{
	background-color: #f8f8f8;
	font-weight: normal;
	width: 180px;
	font-size: 12px;
	white-space: nowrap;
}
table tr th,table tr td{
	border:1px solid #ddd;
	padding: 15px;

}
#MainArea div table tr td ul{
	list-style-image: url(../img/mark_a.png);
	list-style-position: outside;
	margin: 5px 0px 15px 20px;
	font-size: 12px;
	line-height: 140%;
}
#MainArea div table tr td ul li{
	color: #717895;
}
#MainArea div table tr td a{
	font-size: 11px;
	background-color:#0080ff;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
	 -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    border-radius: 2%/16%;
}
#MainArea div table tr td a:hover {
    background: #5fa9f4;
}