/*--------------------------------------------
	1.トップページ詳細設定
----------------------------------------------*/

#topContents {
	/*
	background-image: url(../images/bg_topImage.png);
	background-repeat: no-repeat;
	padding-top:350px;
	*/
	padding-top:16px;
	width:876px;
	margin:0 auto;
	}

#btnimage {
	width:876px;
	height:157px;
	}

.btnimageleft{
	float:left;
	width:577px;
	height:157px;
	}

.btnimageright{
	float:right;
	width:299px;
	height:147px;
	padding-top:10px;
	}

.topCompany {
	width:285px;
	height:157px;
	margin-left:35px;
	}
	
/*--------------------------------------------
	2.サブページ詳細設定
----------------------------------------------*/

#subContents {
	width:856px;
	margin:0 auto;
	}

#contentsBox {
	width:610px;
	float:left;
	border-right: 1px #d9d9d9 solid;
	margin:20px 0 20px 0; 
	}

#contentsBox h2{
	padding:10px 0 10px 40px;	
	font-size:14px;
	}

#contentsBox h3{
	padding:5px 0 10px 30px;
	font-size:13px;
	}

.titleImage{
	background-image: url(../images/ttl_guide_b.png);
	background-repeat: no-repeat;
	width:610px;
	height:38px;
	padding:0 0 10px 0;
	}
	
.titleimagesmall{
	background-image: url(../images/ttl_guide_s.png);
	background-repeat: no-repeat;
	width:548px;
	height:29px;
	margin:10px 0px 0px 40px;
	}
	
.titleBig {
	margin:0px 40px 0px 40px;
	}

.titleSmall {
	width:508px;
	margin:0px 0 40px 40px;
	padding:20px;
	border: 1px #d9d9d9 solid;
	}
	
#sideMenu {
	width:218px;
	margin:7px 0 0 25px; 
	float:left;
	}

.sideImage{
	padding-bottom:5px;
	}

#sample_site{
	float:left;
	margin:8px 16px;
	width:202px;
	text-align:center;
}

#sample_site img{
	border:1px #cccccc solid;
	}

#sample_site a{
	color:#666666;
	}

/*--------------------------------------------
	3.フォント設定
----------------------------------------------*/

table{
	width:500px;
	}

dd {
margin-left: 1.5em;
	}

ol{
margin-left: 1.5em;
	}

