@charset "UTF-8";
/* CSS Document */

.fixed { position: fixed; }

* html .fixed {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+102));
}

.bold { font-weight: bold; }

.white { color: #FFF; }
.gray { color: #666; }
.blue { color: #0068b6; }
.orange { color: #ff5a00; }
.font7 { font-size: 7px; }
.font8 { font-size: 8px; }
.font9 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font20 { font-size: 20px; }


.none { display: none; }
.clear { clear: both; }

.lh1_9 { line-height: 1.9; }
.lh2_3 { line-height: 2.3; }
.ls1 { letter-spacing: 1px; }

.absolute { position: absolute; top: 0; left: 0; }

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

#mainLeft {
	width: 254px;
	float: left;
	text-align: left;
	margin-top:20px;
}

#mainRight {
	width: 770px;
	float: left;
	text-align: left;
}
.floatLeft {
	float:left;
}
.floatLeftMargin {
	float:left;
	margin-right:10px;
}
.floatRightMargin {
	float:right;
	clear: left;
	}
.fixRight {
	padding: 0 0 0 254px;
}
.center {
	text-align:center;
}
.mb20 {
	margin-bottom:20px;
}
.mb40 {
	margin-bottom:40px;
}
.ml50 {
	margin-left:50px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt60 {
	margin-top:60px;
}
.mt80 {
	margin-top:80px;
}
.mt3 {
	margin-top:3px;
}
.mr30 {
	margin-right:30px;
}
.mr40 {
	margin-right:40px;
}
.mr45 {
	margin-right:45px;
}
.mr50 {
	margin-right:50px;
}
.mr60 {
	margin-right:60px;
}
.mr80 {
	margin-right:80px;
}
.pt3 {
	padding-top:3px;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt15 {
	padding-top:15px;
}	
.pt20 {
	padding-top:20px;
}
.txtRed { color:#C1272D;}
.txtOrange { color:#FF5A00;}
/* ------------------------------
 header
------------------------------ */
/*#logo { position: absolute; top: 30px; left: 44px; }*/
#logo { position: absolute; top: 20px; left: 44px; }
#hText { position: absolute; top: 7px; left:254px ; }
/*
#navi1 { position: absolute; top: 50px; left: 254px; }
#navi3 { position: absolute; top: 50px; left: 416px; }
*/
#navi1 { position: absolute; top: 40px; left: 254px; }
#navi3 { position: absolute; top: 40px; left: 416px; }
#navi2 { position: absolute; top: 50px; left: 504px; }
#navi4 { position: absolute; top: 50px; left: 592px; }
#navi5 { position: absolute; top: 50px; left: 680px; }
#navi6 { position: absolute; top: 50px; left: 768px; }
#join { position: absolute; top: 50px; left: 856px; }
/*#joinTel { position: absolute; top: 8px; left: 590px; }*/
#joinTel { position: absolute; top: 25px; left: 590px; }
#joinBusiness { position: absolute; top: 8px; left: 871px; }
#joinText { position: absolute; top: 75px; left: 852px; }
#joinCampaign {position: absolute;width:255px;top: 110px;left: 742px;color: #d4145a;}
#joinCampaign a{color: #d4145a;border-bottom: 1px solid #d4145a;padding-bottom: 3px;font-weight: bold;font-size: 12px;text-decoration: none;}
#joinCom {
	position: absolute;
	top: 80px;
	left: 253px;
	width:400px;
	text-align: left;
	font-size: 9px;
}
/* ------------------------------
 footer
------------------------------ */
#abraham { display:block;float:left;margin-right:30px; }
#footerSetTitle { display:block;float:left;padding-right:12px; }
#footerSet1 { display:block;float:left;padding-right:8px; }
#footerSet2 { display:block;float:left;padding-right:5px; }
#footerSet3 { display:block;float:left; }

#footerNavi { display:block;float:left;padding-top:15px;width:215px; text-align:left;}

#copyright {
	height: 30px;
	margin: 15px 0 0 0;
}

/* ------------------------------
 about
------------------------------ */
#about {
	width: 940px;
	margin:0 auto;
	height: 230px;
}

#about a:link {
	color: #0068b6;
	text-decoration: none;
}
#about a:visited {
	color: #0068b6;
	text-decoration: none;;
}
#about a:hover {
	color: #0068b6;
	text-decoration: underline;
}
#about a:active {
	color: #0068b6;
	text-decoration: underline;
}

#aboutContents {
	display:block;
	margin: 0 auto;
	padding: 14px 0 0 0;
	text-align: left;
}

.aboutBox {
	float: left;
	height: 106px;
	margin: 0 14px 0 0;
}

.aboutBox2 {
/*
	float: right;
	height: 106px;
*/
	float: left;
	height: 106px;
	margin: 0 14px 0 0;

}

.aboutBox li {
	margin: 0 0 3px 0;
}

.topHr {
	clear: both;
	border-bottom: 1px solid #0068b7;
	margin: 10px 0;
}

#about .gray a:link {
	color: #666;
	text-decoration: underline;
}
#about .gray a:visited {
	color: #666;
	text-decoration: underline;;
}
#about .gray a:hover {
	color: #666;
	text-decoration: underline;
}
#about .gray a:active {
	color: #666;
	text-decoration: underline;
}


/*floatリセット用クラス*/
*.clear {
	clear: both;
	float: none;
}
*.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
*.clearfix {
	display: inline-block;
}
/* hides from ieMac \*/
* html *.clearfix {
	height: 1%;
}
*.clearfix {
	display: block;
}
/* end hide from ieMac */
