@charset "UTF-8";
/* CSS Document */
/*マスター設定*/
#main {
	width: 1100px;
	margin: 0 auto;
	text-align: left;}


div.bodyBox{
	float: left;
	width: 1100px;
}

/*ヘッダーの設定*/
.headerLogo{
	width: 280px;
	float: left;
	z-index: 10;
	padding: 10px 2;
}
.topMenu{
	float:right;
}
.float ul {
    display: inline-block;
    margin-top: 25px;
    margin-right: 100px;
    float: right;
}
.float li {
    display: inline-block;
    list-style: none;
    margin-right: 40px;
	padding: 10px;
}
.float a{
	font-size: 20px;
	text-decoration:none;
	color: #999;
}

/*フッターBox*/
div.footerBox {
	text-align: center;
	width:1100px;
	margin: 20px;
} 



/*各Boxの設定*/
/*トップBoxの設定*/
div.topBox{
	height:600px;
	background-image: url("pic/topMain.jpg");
	background-size: 100%;
	overflow: hidden;
	overflow: auto;
}
/**/
/**/
/**/
/**/
/*問合せBoxの設定*/
div.contactBox{

}

/* Box内書式設定（共通）*/
/*タグタイトル*/
div.tagTitle{
	text-align: center;
}
/*MessageTitle*/
div.messageTitle{
	font-size: 30px;
	font-weight: bold;
	color: #1A0F88;
	text-align: center;
}

/*お問い合わせボックス内設定*/
div.textMeeage{
	text-align: center;
	margin: auto;
	/*書式設定*/
	width: 700px;
}



/*書式設定*/
/*トップボックス内のMessage書式*/
div.topMessage{
	/*ボックス設定*/
	text-align: center;
	margin:auto;
	margin-top: 120px;
	padding: 10px;
	/*書式設定*/
	font-size: 18px;
	font-weight: bold;
	color: antiquewhite;
}
div.topSubMessage{
	/*ボックス設定*/
	text-align: center;
	margin:auto;
	margin-top: 150px;
	padding: 20px;
	/*書式設定*/
	font-size: 25px;
	font-weight: bold;
	line-height: 5;
	color: antiquewhite;
}

/*各Box*/
/*Vision*/
div.visionBox{
	margin-top: 25px;
	margin-bottom: 25px;
}
/*会社概要*/
div.about_usBox{
	margin-top: 25px;
	margin-bottom: 25px;
}
.companyTable{
	margin: 0 auto;
	box-sizing: border-box;
	width: 520px;
}
.companyTable tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
/*ロゴ*/
div.logoBox{
	margin-top: 25px;
	margin-bottom: 25px;
}
/*history*/
div.historyBox{
	margin-top: 25px;
	margin-bottom: 25px;
}
/*BM*/
div.business-modelBox{
	margin-top: 25px;
	margin-bottom: 25px;
}
/*お知らせ*/
div.noticeBox{
	margin-top: 25px;
	margin-bottom: 25px;
}
.noticeTable{
	margin: 0 auto;
	box-sizing: border-box;
	width: 600px;
}
.noticeTable tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
/*contact*/
div.contactBox{
	margin-top: 25px;
	margin-bottom: 25px;
}