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

#Outline{
	background-color: #EFF0F6;
	text-align: center;
}
#MainArea{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#Menu{
	width: 100%;
	text-align: left;
	background-color: #00082e;
	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: 20px;
	margin-bottom: 15px;
	box-shadow: 1px 2px 2px #ccc;
}
#MainArea div h2{
	background:url(../img/bk_h2.png) no-repeat top left;
	color: #fff;
	height: 58px;
	padding:12px 0 0 20px;
	margin-left:-30px;
}
#MainArea div p{
	font-size: 19px;
	margin: 10px;
	line-height: 150%;
	font-weight: bold;
}
div.ft_ui{
	background: url(../img/01_sf16.png) no-repeat 80% ;
	height: 300px;
}
#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;
}
div#MainArea div.ft_sr div.ftlist{
	background-color: #eee;
	box-shadow: none;
	width: 660px;
	padding-left: 30px;
	margin-left: 50px;
}
div#MainArea div.ft_sr div.ftlist ul li{
	float: left;
	width: 240px;
	margin-left: 60px;
	line-height: 110%;
	height: 50px;
}
li.NewCheck{
	list-style-image: url(../img/mark_new.png);
	font-size: 16px;
}
li.Check{
	list-style-image: url(../img/mark_ck.png);
	font-size: 16px;
}
small{
	font-size: 11px;
	line-height: 100%;
	color: #888;
}

.ft-trans{
	background: url(../img/bk_tensou.png);
}
.ft-gp{
	background: url(../img/bk_group.png);
}
.ft-trans,.ft-gp{
	width:470px;
	height: 440px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#User{
	background: #092760; /* Old browsers */
	background: -moz-linear-gradient(top,  #092760 1%, #001135 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#092760), color-stop(100%,#001135)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #092760 1%,#001135 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #092760 1%,#001135 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #092760 1%,#001135 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #092760 1%,#001135 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092760', endColorstr='#001135',GradientType=0 ); /* IE6-9 */
	padding: 15px;
}
div#User div{
	width: 960px;
	margin: 0 auto;
}
div#User div p{
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	display: block;
	width: 560px;
	margin-top: 40px;
	margin-right: 40px;
}
#Foot{
	color: #fff;
	background-color: #010b27;
}

#Foot div.buy{
	background:url(../img/buy_sf16.png) no-repeat left 20px;
	width: 960px;
	margin:0 auto;
	height: 250px;
}
#Foot div.buy p{
	text-align: left;
	display: block;
	float: left;
	margin: 140px 0 0 220px;
}
#Foot div.buy a img.ftbuy{
	margin-top: 60px;
	margin-left: 40px;
}
#Foot div.ftmenu{
	background-color: #222;
}
#Foot div.ftmenu div{
	width: 960px;
	margin:20px auto;
	text-align: left;
}
#Foot div.ftmenu ul{
	margin-left: 80px;
}
#Foot div.ftmenu ul li{
	float: left;
	width:140px;
	height: 30px;
}
#Foot div.ftmenu ul li a{
	color: #acdde3;
}
