body {
	text-align  : center;
	margin      : 0px;
	padding     : 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  	/**
	font-family:"ＭＳ Ｐゴシック",Osaka;	**/
	/*font-size   : 80%;*/
}
table{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  	/**
	font-family:"ＭＳ Ｐゴシック",Osaka;	**/
}
h1{
	margin:0px;
	padding:0px;
}
h2{
	color     : #E80016; 
	margin    : 0px ;
	padding   : 0px ;
	font-size : 20px;
}
h3{
	color     : #377B00; 
	margin    : 10px 0px 0px 0px ;
	padding   : 0px ;
	font-size : 20px;
}

p{
	margin-top:0px;
}

a:link, a:visited{
	color: #377B00;
}

a:hover, a:active{
	color: #FF6A00;
}

table{
	border : 0px ;
	border-collapse: collapse;
	border-spacing:0;
	empty-cells:show;
}
tr{
	vertical-align  : top ;
}
td{
	padding :0px ;
}

img{
	border : 0px ;
	margin : 0px ;
}

/**
header logo waku */
#Header{
	border     : 0px ;
	padding    : 0px ;
	width      : 850px;
	height     : 60px;
	vertical-align  : middle ;
	background : #FFFFFF url('../../../images/jcggdb_logo.png');
	background-repeat: no-repeat;
}

#Lang{
	display: inline;
	position: absolute;
	font-size : 12px;
	right: 0px;
	top: 30px;
}
/**
header menu waku*/
.HeaderMenu{
	text-align : left ;
	border     : 5px ;
	padding    : 0px ;
	width      : 850px;
	height     : 34px;
	background : #FFFFFF url('../../../images/HeaderMenu_bg.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

/**
text contets waku*/
table.Contents{
	width          : 850px;
	margin         : 20px 0px 0px 0px ;
	text-align     : left;
	border-collapse: collapse;
	border-spacing : 0;
	empty-cells    : show;
}

/**
text contets right waku*/
.content{
	padding : 20px ;
	margin  : 0px 10px 10px 10px ;
	border-left    : 2px #C9E07D solid;
	border-bottom  : 2px #C9E07D solid;
}

table.memberList{
	width       : 100% ;
	margin-left : 20px ;
}

/**
footer contets waku*/
#Footer{
	color     : #377B00;
	font-size : 12px;
}
    .content_left_size8 {
        color: #000000;
        font-family: "Courier New", Courier, monospace;
        font-size: 8pt;
        text-align: left;
    }
    .content_center_size8 {
        color: #000000;
        font-family: "Courier New", Courier, monospace;
        font-size: 8pt;
        text-align: center;
    }
    .content_right_size8 {
        color: #000000;
        font-family: "Courier New", Courier, monospace;
        font-size: 8pt;
        text-align: right;
    }

    .content_country{
        color: #000000;
        background-color: #FFFFFF;
        font-family: "Courier New", Courier, monospace;
        font-size: 8pt;
        text-align: left;
        font-weight: bold;
    }
