@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:30px; clear:both; font-size:12px; text-align:center;}

/* センタリング */
#my_body{margin:0 auto; width:1000px;}
#leftarea{float:left; width:250px; }
#my_contents{margin-left:250px; padding-top:30px; }

#logoarea{margin:0 auto; text-align:center;/*padding-left:20px;*/}
#my_menu{margin-top:30px;}

/* side menu */
#my_menu a{display:block; text-decoration:none; margin:5px 0px 0px 0px;}
#my_menu a.topitem{margin-left:0px;}
#my_menu .toptitle{}
#my_menu .subtitle{margin-top: 5px;}

/* my_contents */
#my_contents p{/*width:80%; margin-left:10%; margin-top:30px; margin-bottom:30px;*/ 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 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 .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;}

/* mokuji */
#mokuji{margin:50px 0px 0px 200px;}
#mokuji img{display:inline;}
#mokuji a{display:block; text-decoration:none; margin:20px 0px 0px 0px;}
#mokuji .toptitle{}
#mokuji .subtitle{margin-top:20px;}

