@charset "utf-8";
/* CSS Document */

header {
    width: 100%;
    height: 150px;
    position: relative;
}

header .header_bar {
    width: 100%;
    height: 18px;
    background-color: #5A5A5A;
	
    color: #E3E3E3;
    font-size: 11px;
   	text-align: right; 
   
    padding: 2px 5px 0 5px;
}

header .digitech_logo {
    width: 200px;
    position: absolute;
    top: 60px;
    left: 20px;
    
}

header .page_title {
	padding: 20px 0 0 170px;   
}

/* Company Name */
header h1 {
    display: block;
    width: 200px;
    font-size: 10px;
    
    position: absolute;
    top: 38px;
    left: 20px;
    
    color:#6B6B6B;
    
}

/* PageTitle */
header h2 {
    width: 750px;
    height: 50px;
    
    position: absolute;
    top: 70px;
    left: 260px;
    
    color: white;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 18px;
    background-repeat: no-repeat;
}




footer {
    position: relative;
    
    width: 100%;
    height: 25px;
    
    background-color: black;
    
    color: white;
    text-align: center;
    
    font-size: 12px;
    
    padding-top: 5px;
    
}
