/*///基本設定/////*/
.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;
}
#Outline div.topimg{
	background: url(../img/topcover_report.png) no-repeat top center #032c57;
	height: 157px;
}
#Outline div.topimg img{
	position: relative;
	right: 300px;
	top:10px;
}
#Outline div.topimg p{
	color: #fff;
	font-size: 28px;
	margin-top: 50px;
	font-weight: bold;
}
#Menu{
	width: 100%;
	text-align: center;
	background-color: #00082e;
	height: 48px;
}
#MainArea{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
div#Menu div{
	width: 960px;
	margin: 0 auto;
}
#MainArea div a div.readmore{
	width: 150px;
	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;
}

.Right{
	float: right;
}
.Left{
	float: left;
}

h1.topcomm{
	color: transparent;
	font-size: 1px;
}
#MainArea div{
	background-color: #fff;
	padding: 20px 20px 0;
}
#MainArea div p{
	font-size: 14px;
	margin: 10px 10px 0;
	line-height: 25px;
	display:block;
}

li.NewCheck{
	list-style-image: url(../img/mark_new.png);
	font-size: 16px;
	height: 35px;
}
li.Check{
	list-style-image: url(../img/mark_ck.png);
	font-size: 16px;
	height: 35px;
}



#Foot{
	color: #fff;
	background-color: #010b27;
	padding: 20px;
}
#Foot div{
	width: 900px;
	margin: 0 auto;
}
#Foot div hr{
	width: 900px;
	margin: 0 auto 20px;
	border-top: #00a0e9 1px solid;
	border-bottom: #024c6e 1px solid;
	height: 1px;
}
#Foot div div.Left{
	line-height: 120%;
	font-size: 12px;
	float: left;
	width: 100px;
	padding-top:10px; 
}
#Foot div div.Right{
	font-size: 12px;
	float: Right;
	width: 790px;
	margin-bottom: 10px;
}
#Foot div div.Right ul li{
	float: left;
	width: 250px;
	text-align: left;
}
#Foot div div.Right ul a li{
	color: #fff;
}
#Foot div div.Right ul a:hover li{
	color: #54e1ff;
}

/*//*/
div#topArea{
	background-color: #e0e8ec;
	padding-bottom: 20px;
}
div#topArea div{
	background-color: transparent;
}
h2{
	font-size: 28px;
	font-weight: bold;
	background: url(../img/case.png) no-repeat left top;
	width: 650px;
	height: 30px;
	padding-left: 80px;
	color: #f40505;
	margin-bottom: 30px;
}
span.person{
	font-size: 18px;
	color:#454545;
	font-weight: normal;
}
h3{
	color: #0c6bad;
	font-weight: bold;
	text-shadow:2px 3px 2px #fff;
	margin-left: 30px;
	font-size: 28px;
}
h3.picup{
	font-weight: normal;
	margin:10px 10px 20px;
	font-size: 22px;
}
div.Summary{
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 20px 20px 0;
	background-color: #e0e8ec;
	text-align: left;
}
div.Summary ul{
	margin: 0 20px;
}
div.Summary ul li{
	float:left;
	width: 270px;
	height: 150px;
	background-color: #fff;
	padding: 5px 10px;
	margin: 0 10px;
}
div.Summary ul li p{
	width: 130px;
	font-size:13px;
	line-height: 20px;
	margin-left: 5px;
}
div.Summary div.Product{
	background-color: #fff;
	margin: 20px -20px;
	width: 960px;
}
div.Summary div.Product a div{
	width: 350px;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	margin: 10px 5px 10px 20px;
}
div.Summary div.Product a div p{
	margin: 20px 5px;
	float: right;
	width: 220px
}
div.Summary div.Product a div img{
	margin: 7px;
}
div.Summary div.Product a:hover div img,div.Summary div.Product a:hover img{
	opacity: 0.7;
}
div.Summary div.Product a img{
	margin: 25px 10px;
}