/*///基本設定/////*/
.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;
}

#MainArea{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#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;
}
div#Menu div{
	width: 960px;
	margin: 0 auto;
}
.Right{
	float: right;
}
.Left{
	float: left;
}

#MainArea div{
	background-color: #fff;
	border:1px solid #eee;
	padding: 30px;
	margin-bottom: 15px;
}
#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: 20px 10px;
	line-height: 25px;
}

/*//VUP用CSS//*/
table{
	margin: 30px auto 20px;
	width: 90%;
	border-collapse: collapse;
	clear: both;
}
table tr th{
	background-color: #f8f8f8;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
}
table tr th,table tr td{
	border:1px solid #ddd;
	padding: 15px;

}
#MainArea ul{
	list-style-image: url(../img/mark_a.png);
	list-style-position: outside;
	margin: 5px 0px 15px 60px;
	font-size: 12px;
	line-height: 140%;
}
#MainArea div ul li{
	color: #717895;
}
input.sub{
	width:150px;
	height: 50px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
label{
	font-weight: normal;
}