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

/*---------------------------------------------
wrap
---------------------------------------------*/

.wrap{
	width:980px;
	margin:0 auto;
}


/*---link--------*/

a:link ,a:visited{
	color:#0066ff;
	text-decoration:underline;
}

a:hover{
  color:#468ef9;
  text-decoration:underline;
}

/*---------------------------------------------
header
---------------------------------------------*/
header{
	background:url(../images/line.png) repeat-x top;
	overflow:hidden;
}

header h1{
	float:left;
	margin-top:16px;
	margin-bottom:4px;
}

.headBtn-wrap{
	float:right;
	margin-top:18px;
	margin-bottom:16px;
}


/*---------------------------------------------
nav
---------------------------------------------*/
nav{
	background:url(../images/btnNavi_bg.png) repeat-x;
	height:50px;
}

nav li{
	float:left;
}


/*---------------------------------------------
main
---------------------------------------------*/
.main{
	margin-top:50px;
}

.note{
	width:970px;
	margin-left:10px;
	font-size:10px;
	line-height:1.4;
	text-indent:-10px;
}

.red{
	color:#ff0000;
}

.blue{
	color:#0068b7;
}


/*---------------------------------------------
page top
---------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 26px;
	line-height:40px;
	z-index:100;
	opacity: 0.6;
}

#page-top a {
    background: #707070;
    text-decoration: none;
    color: #fff;
    width: 40px;
	height:40px;
    text-align: center;
    display: block;
    border-radius:50%;
}

#page-top a:hover {
    text-decoration: none;
    background: #898989;
}


/*---------------------------------------------
footer
---------------------------------------------*/
footer{
	overflow:hidden;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: top;
}

.footerInfo-wrap{
	margin-top:10px;
	margin-bottom:34px;
	background:#f3f2e1;
	overflow:hidden;
}

.footerInfo{
	margin-top:24px;
	margin-bottom:20px;
	float:left;
}

.footerBtn{
	margin-top:20px;
	margin-bottom:20px;
	float:right;
}

.footerBtn:hover{
	opacity:0.7;
}

.footerCompany01{
	float:left;
	width: 45%\9;
}

.footerCompany01 img{
	margin-bottom:10px;
}

.footerCompany02{
	float:right;
	width: 45%\9;
}

.footerCompany02 img{
	margin-bottom:16px;
}

.footerCompany01,
.footerCompany02{
	font-size:10px;
	line-height:1.4;
	margin-bottom:54px;
}


