* {
	margin: 0;
	padding: 0;
	font-family:
		"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
		font-size: 14px;
		line-height: 180%;
}

img{
	display: block;
}

a{
	color:#355eb7;
	text-decoration: none;
}

p{
	margin-bottom: 40px;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

.PicLeft{
	float:left;
	margin-right: 15px;
}

.PicRight{
	float:right;
	margin-left: 15px;
}

#Header{
  border-bottom: solid 6px #0087da;
		margin:10px auto 0 auto;
}

#LogoArea{
	width:980px;
	margin: 0 auto;
}

#Header ul{
	width:980px;
	margin: 5px auto 0 auto;
}

#Header li{
	display: block;
	float:left;
	margin-right: 80px;
}

#Contents{
	background-image: url('/imgs/bg.png');
  background-repeat: repeat-x;;
}

#ContentsTop{
	margin: 0 auto;
	margin-top: 355px;
	width:980px;
	padding: 0 10px;
	background-image: url('/imgs/bg_top.png');
	background-repeat: repeat-y;
}

#ContentsTopLeft{
	float: left;
	width:522px;
	margin: 10px 0 10px 10px;
}

#ContentsTopLeft > a{
	display: block;
	margin-bottom: 10px;
}

#ContentsTopRight{
	float:right;
	width:430px;
	margin: 10px 10px 10px 5px;
}

#ContentsTopRight > a{
	display: block;
	margin-bottom: 10px;
}

#SmallCompanies{
	width:522px;
	margin-bottom: 10px;
}

#Com1{
	display: block;
	float: left;
	width:138px;
	height:281px;
	background-image: url("/imgs/top/small_com/1.png");
}

#Com1:hover{
	background-position:138px 0;
}

#Com2{
	display: block;
	float: left;
	width:122px;
	height:281px;
	background-image: url("/imgs/top/small_com/2.png");
}

#Com2:hover{
	background-position:122px 0;
}

#Com3{
	display: block;
	float: left;
	width:130px;
	height:281px;
	background-image: url("/imgs/top/small_com/3.png");
}

#Com3:hover{
	background-position:130px 0;
}

#Com4{
	display: block;
	float: left;
	width:132px;
	height:281px;
	background-image: url("/imgs/top/small_com/4.png");
}

#Com4:hover{
	background-position:132px 0;
}

#Services{
	clear:left;
	background-color: #FFF;
	padding: 10px;
	background-image: url("/imgs/top/bg_service.png");
	background-repeat: repeat-x;
}

#Services > a{
	display: block;
	float:left;
	margin: 6px 10px;
}

#InfoBox{
	margin-top: 10px;
	text-align: center;
}

#InfoBox img{
	margin: 5px auto;
}

#Footer{
	border-top: solid 3px #8494d0;
	margin-bottom: 100px;
}

#Footer ul{
	width:980px;
	margin: 0 auto;
	margin-top: 20px;
}

#Footer li{
	display: block;
	float:left;
	margin-right: 80px;
}
