@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; border:0px;}
body{width:100%;}

#my_body{position:relative;}
#my_header{width:100%; height:30px;}
#my_footer{width:100%; padding-top:70px; height:20px; font-size:12px; text-align:center;}

/* センタリング */
#my_body{margin:0 auto; width:1000px; border:solid 1px red;}

/* my_contents */
#my_contents p{ padding:10px 50px 30px 50px; line-height:2em; }
#my_contents p.center{text-align:center;}
#my_contents p.hr{border-bottom:solid 1px #666;}
#my_contents ul{ padding:10px 50px 30px 70px;}

#my_contents a:link{color:#000;}
#my_contents a:visited{color:#333;}
#my_contents a:active{}
#my_contents a:hover{color:#F90;}

#my_contents img{display:block; margin:0 auto;}
#my_contents table{margin-left:10%;}
#my_contents td{padding:10px;}
#my_contents table.center{margin:0 auto;}
#my_contents table.center_layout{margin:0 auto;}
#my_contents .center_layout td{padding:0px; text-align:center;}
#my_contents .right{margin-right:0px;}
#my_contents .left{margin-left:0px;}



#my_contents .lightblue{color:#3fb7ee;}
#my_contents .pink{color:#eb6d95;}
#my_contents .orange{color:#e93e1c;}
#my_contents .yellow{color:#f6ab00;}
#my_contents .kon{color:#184d8e;}

#my_contents p.small{font-size:small; line-height:normal;}

#my_contents span.small{font-size:small; line-height:1.5em;}

