/* Reset all */
@charset "utf-8";

body { 
	margin:0;
	padding:0;
}

/*
body{font-size:1em;font-family:arial,sans-serif;}
*/
body{
}

#font_jp {
    /* font-family:"ＭＳ Ｐ明朝",arial,sans-serif; */
    /* font-family:"HGP明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", 細明朝,sans-serif; */
    font-family:"Arial Unicode MS ";
}

p.sample1 {font-family: "ＭＳ ゴシック",sans-serif; }
p.sample2 {font-family: "ＭＳ 明朝",serif; }
p.sample3 {font-family: Impact,Charcoal; }

span.font1 {
    font-family:"ＭＳ 明朝";
}

span.font2 {
    font-family:"ＭＳ ゴシック";
    /* font-family:"Arial Unicode MS "; */
}

a:link,a:active,a:visited{color:#00C;text-decoration:underline;}
a:hover{color:#00C;text-decoration:underline;}

/*sub_menu*/
#sub_menu {
    margin:10;
    margin-top: 3px;
    font-size:83%;
}

/*contetns*/
#contents {
/*    margin:20;    これがあるとテーブルがずれる*/
float: left;
margin-left: 10;
margin-right: 10;

/*
    margin-top: -10px;
    white-space: pre !important;
*/
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#setheadertop{border-bottom:1px solid #CCC;padding:0;margin:0;}
#setheaderleft{font-size:83%;float:left;padding:0;padding:4px 0 3px 5px}
#setheaderright{font-size:83%;float:right;padding:0;padding:4px 10px 3px 0;}
#setheaderright span{font-weight:bold;}
#setfootertop{border-bottom:1px solid #CCC;padding:0;margin:0;}
