body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
height:100%;
}

div#h100 {
top:0;
left:0 ;
height:100%;
background-color:#000000;
}

div#header {
background-color:#363636;
margin-bottom : 0px;
}

div#container-b {
background-color:#000000;
}

div#container-w {
background-color:#ffffff;
margin:0px;
padding:0px;
}

div#footer {
position:relative;
bottom:0px;
left:0px;
width:100%;
background-color:#000000;
text-align : center;
}

.table01	{
bottom:0px;
background-color:#000000;
text-align : left;
font-size: 10px;
color: #666666;
padding : 4px;
margin-left : 16px;
}

.table02 { 
width : 550px;
height : 143px;
background-color : #000000;
border-collapse : collapse;
}


/*--------------- 文字指定 --------------- */

.container-txt {
font-size: 9px;
color: #363636;
padding : 4px;
margin-right : 5px;
text-align : right;
}

.main-txt {
font-size: 10px;
color: #666666;
padding : 8px;
margin-left : 13px;
text-align : left;
line-height: 1.9em;
}

.main-txt2 {
font-size: 10px;
color: #666666;
padding : 0px;
margin-left : 0px;
text-align : left;
}

.maindark-txt {
font-size: 10px;
color: #8CC922;
padding : 0px;
margin-left : 0px;
text-align : left;
line-height: 1.7em;
}

.profile-txt {
font-size: 11px;
padding : 0px;
margin-left : 15px;
text-align : left;
}

.contact-txt {
font-size: 10px;
color: #666666;
padding : 2px;
margin-left : 19px;
text-align : left;
line-height: 1.7em;
}

.title-txt {
font-size: 11px;
color: #0B70A8;
padding : 2px;
margin-left : 19px;
text-align : left;
}

.mail-txt {
font-size: 13px;
color: #999999;
padding : 0px;
margin-left : 0px;
text-align : left;
}

/*--------------- リンクテキスト設定 --------------- */
a 			{ color: #363636; text-decoration: none; }
a:link		{ color: #363636; text-decoration: none; }
a:visited	{ color: #363636; text-decoration: none; }
a:active	{ color: #363636; text-decoration: none; }
a:hover		{ color: #cccccc; text-decoration: none; }

/*--------------- imgの枠設定 --------------- */
img {
border: 0px;
line-height: 1.9em;
}