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

#Outline{
	background-color: #BCDED9;
	text-align: center;
}
#Outline div.topimg{
	background: url(/starfaxsdk/img/top_1.jpg) no-repeat top center #BCDED9;
	height: 159px;
}
#Outline div.topimgs{
	background: url(/starfaxsdk/img/topcover.jpg) no-repeat top center #BCDED9;
	height: 159px;
}
#Outline div.topimgs p{
	position: relative;
	top: 50px;
	font-size: 160%;
	font-weight:bold;
}
#Outline div.topimg img,#Outline div.topimgs img{
	position: relative;
	right: 300px;
	top:10px;
}
#MainArea{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#Menu{
	width: 100%;
	text-align: center;
	background: url(/starfaxsdk/img/menu.jpg) repeat-x #203D47;
	height: 56px;
}
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;
	width: 960px;
}
#MainArea div h2{
	color: #656565;
	background: url(../img/h2.jpg) no-repeat left top;
	padding: 7px 0px 10px 30px;

	text-shadow:0 0 2px #CCC;
}

#MainArea div h3{
	background-color: #A3D900;
	font-size: 100%;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	width: 30%;
	margin: 20px 10px;
	border-radius: 1%/3%;
}

#MainArea div p{
	font-size: 16px;
	margin: 20px 20px 30px;
	line-height: 160%;
}
#MainArea div p a.outlink{
	background: url(../img/link.png) no-repeat left 2px;
	padding-left: 20px;
}
#MainArea div p a.link{
	background: url(../img/link2.png) no-repeat left 2px;
	padding-left: 20px;
}
#MainArea div a div.readmore{
	width: 120px;
	border:1px solid #000;
	color: #000;
	display: inline-block;
	padding:10px;
	box-shadow: none;
	border-radius: 4%;
	text-align: center;
	text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#MainArea div a:hover div.readmore{
	background-color: #5abbed;
	color: #fff;
	border-color: #007eff;
}
#User{
	color: #fff;
	background-color:#82ACA4;
}
#User div.Usercp{
	width: 960px;
	margin:25px auto;
	text-align: left;
}
#User div.Usercp p{
	padding-top: 10px;
}
#Foot{
	color: #fff;
	background-color:#5E8E84;
}

#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;
	margin-right: 20px;
	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;
}
#MainArea div ul{
	margin-left: 50px;
}
#MainArea div ul li{
	list-style: square;
	margin-bottom: 15px;
}

table.kizai{
	border-collapse: collapse;
	margin-top: 30px;
}

table.kizai caption{
	text-align: left;
	font-weight: bold;
}
table.kizai tr th,table.kizai tr td{
	border: #BCDED9 solid 1px;
	padding: 3px 7px;
}
table.kizai tr th{
	background-color:#BCDED9;
	text-align: center;
}