* { margin:0; padding: 0;}
html { 
    height: 100%; 
    overflow: hidden; 
	margin:0;
} 

body { 
    height:100%; 
    overflow:hidden; 
	font-weight: normal;
    font-size: 13px;
	letter-spacing: 1px; 
	line-height: 25px;
	text-align:left;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
	color: #333;   
    background-color: #fff;
} 

#header {
	width: 100%;
	height: 140px;
	position: absolute;
	z-index: 2;
	right: 17px;
	background-color: #fff;
}

#header-inner { 
    margin: 10px 17px 10px 47px;
} 

#content {
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
} 

#content-inner { 
    margin: 145px 17px 20px 37px;
	background-color: #fff;
} 

#footer { 
    width: 100%; 
    height: 20px; 
    position: absolute; 
    z-index: 2; 
	right: 17px;
	bottom:0px;
} 

#footer-inner { 
    margin: 0px 17px 0px 47px;
	font-size: 10px;
	background-color: #fff;
} 

a {
    text-decoration: none;
    color: #33c;
}

a:hover {
   text-decoration: underline;
   color: #66f;
}

h1{
	text-decoration: none;
	color:#FFF;
	font-size: 1px;
	line-height: 1px;
}

img{
	border: none; 
}

.title{
	font-size:15px;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
	width:700px;
	padding-left:16px;
	padding-bottom: 3px;
	letter-spacing: 1px; 
	line-height: 25px;
	font-family: osaka, "ＭＳ Ｐ明朝", "細明朝体", serif;
	color: #333;   
}
.title_data{
	width:100%;
	margin:20px 20px 20px 20px;
	font-size: 13px;
	letter-spacing: 1px; 
	line-height: 25px;
    font-family: Helvetica, "Arial", "MS Pゴシック", "hirakakupro-w3", "osaka", sans-serif ;
    color: #333;   
}

table{
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 1px; 
	line-height: 25px;
	color: #333;   
	background-color: #fff;
}

td {
	padding-left:20px;
	width: 280px;
}

td.top {
	padding-left:20px;
	width: 100%;
}



