*{
    margin: 0px;
    padding: 0px;
}

#container{
    background: url('images/background.png') no-repeat;
    background-size: 750px auto;
    margin: auto;
    width: 750px;
}

#kv{
    width: 750px;
    overflow: hidden;
}

#kvImg{
    width: 730px;
    float: right;
}

#logo{
    position: absolute;
    width: 210px;
    margin: 20px;
}

#kv p{
    clear: both;
    padding: 160px 50px 70px;
	width: 660px;
	height: 150px;
	font-family: Helvetica;
	font-size: 25px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #39332d;
}

#business{
    padding-bottom: 50px;
    margin-bottom: 50px;
    width: 750px;
    height: auto;
    background: rgba(57, 51, 45, 0.1);;
    overflow: hidden;
}

#mediaBusiness,#eduBusiness{
    clear: both;
    padding-top: 70px;
    width: 100%;
    height: auto;
}

#mediaImg,#eduImg{
    float: left;
    width: 240px;
    height: auto;
}

#mediaImg img,#eduImg img{
    display: block;
    margin: auto;
    height: auto;
    width: 150px;
    padding-top: 100px;
}

#mediaInfo,#eduInfo{
    float: left;
    width: 510px;
}

#mediaInfo h2,#eduBusiness h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	color: #39332d;
}

#mediaInfo p,#eduBusiness p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #39332d;
}

.data td{
    padding-top: 20px;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	color: #39332d;
}

.memo td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #39332d;
}

.boxImg{
    padding-left: 30px;
    padding-bottom: 20px; 
    width: 660px;
    height: 70px;
}

ul{
    padding-left: 60px;
    padding-bottom: 80px;
    padding-top: 30px;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #39332d;
}

.dataGraphBoxB{
    width: 750px;
    background:rgba(57, 51, 45, 0.1);
}

.dataGraphBoxA{
    width: 750px;
}

.dataGraph{
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
    width: 660px;
    height: auto;
    margin: auto;
}

#strategy{
    width: 750px;
    margin-top: 100px;
}

#strategyContent{
    width: 480px;
    display: block;
    margin: auto;
    padding-bottom: 90px;
    padding-top: 30px;
}

#action{
    width: 750px;
    height: 520px;
    background: rgba(57, 51, 45, 0.1);
}

#action h2{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
    color: #39332d;
    text-align: center;
    padding-top: 60px;
}

#action img{
    height: auto;
    width: 400px;
    display: block;
    margin: auto;
    padding-top: 60px;
}

#footing{
    width: 750px;
    height: 330px;
}

#footing p{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #39332d;
    opacity: 0.6;
    padding-top: 10px;
    text-align: right;
}

#footing a{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #39332d;
    opacity: 0.6;
    display: block;
    padding-top: 70px;
    text-align: center;
}

button{
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0px;
    background-color: #39332d;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
    color: #ffffff;
    box-shadow: 0px -10px 10px rgba(0,0,0,0.1);
}