html {
	// 基本レイアウト／背景設定
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	
	overflow: auto;
}

body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	max-width: 100%;
	min-width: 1200px;
	background-color: #dbdde2;
	background-image: url(img/bg_pattern.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	
	overflow-x: hidden;
}

a img {
    border-style:none;
}

div.fixed {
    position: fixed;
    top: 0;
    width: 100%;
	min-width: 100%;
    z-index: 10000;
    background:#3b333e;
	background-color:#3b333e;
}

div.menuspace
{
	height: 25px;

	width: 100%;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.fullarea {
    position: relative;
	width: 100%;
	min-width: 100%;
	
	height: 100%;
	min-height: 100%;
	height: auto !important;
}

div.contentspace {
	width: 100%;
	min-width: 100%;

	text-align:center;
	margin:0 auto;

	height: 100%;
	min-height: 100%;
	padding-bottom: 110px
}

div.footerstyle {
	color:#FFFFFF;
	position: absolute;
	height: 110px;
	width: 100%;
	bottom: 0;
	
	overflow: hidden;
}

div.footerbg {
	color:#FFFFFF;
	position: relative;
	left: -250%;
	margin-left:-250%;
	left:50%;
	width:500%;
	height: 110px;
	bottom: 0;
	background-image: url(img/bg_futter.png);
	background-repeat: repeat-x;
}







div.space5px
{
	height: 5px;

	width: 100%;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.space10px
{
	height: 5px;

	width: 100%;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.fullarea_line {
	height: 6px;
	background-image: url(img/line_b.jpg);

	width: 100%;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

div.fullarea_line2 {
	height: 6px;
	background-image: url(img/line_w.jpg);

	width: 100%;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}



div.footerlogo {
	position: absolute;
	height: 100px;
	width: 85px;
	left: 100px;
	top: 5px;
	background-image: url(img/aa_logo_futter.png);
}

div.footertext {
	position:absolute;
	color: #FFFFFF;
	font-size: 12px;
	left: 0px;
	top: 60px;
	height: 40px;
	width: 100%;
	text-align: right;
}

a.white{
	color:#FFFFFF;
}


table.table_dataseet
{
	border-collapse: collapse;	
}

td.td_cap1
{
	background-color: #333333;
	color:#FFFFFF;
	border: solid 1px #000000;
        font-weight: bold;
}

td.td_cap2
{
	background-color: #777777;
	color:#FFFFFF;
	border: solid 1px #000000;
        font-weight: bold;
}

td.td_cap3
{
	background-color: #555555;
	color:#FFFFFF;
	border: solid 1px #000000;
        font-weight: bold;
}

td.td_cap4
{
	border: solid 1px #000000;
}