* {
 padding:0;
 margin: 0;

}


body {
	margin: 0px 0px 0px 0px;
	background-color: #fff;	
        letter-spacing:1px;

	}

a {
	text-decoration: underline;		
	}

a:link {
        text-decoration:none;
        color: #0000FF;
	}

a:visited {
         text-decoration:none;
	 color: #0000FF;
	}

a:active {
	 color: #0000FF;
	}

a:hover {
 	color: #f00;

	}


#container {
        width:500px;
        position:relative;
        margin-right:auto;
        margin-left:auto;
	}


#banner {
        height:50px;
        background-color:fff;
        border-top:solid 1px;
        border-left:solid 1px;
        border-right:solid 1px;
        border-color:#ddd;
	}


#banner h1{
        margin-top:5px;

}


#banner h1 a {
        color:#f00;

	}



#description{

        border:solid 1px;
        border-color:#ccc;
        background-image:url("img/1.jpg");

}

#content {
        width:450px;
        text-align: left;
	font-family: Verdana, Arial, sans-serif;
        padding-top:10px;

	}

#content h3{
        text-align:center;
        font-size:14px;
        line-height:2.5;
	}


#content h3 a{
        line-height:2.5;
        background-image:url("");
        background-repeat:no-repeat;

	}

#content h3 a:hover {       
        color:#f00;
        background-image:url("img/list04.gif");
        background-repeat:no-repeat;

	}


#content p{

 padding:15px 0px 15px 0px;
 font-size:12px;
}


#content ul{
 margin:20px 20px 20px 20px;
}

#content li{
 list-style-type:decimal;
 font-size:12px;
}


#aaa{
        text-align:center;
}



#content .adp{
 text-align:right;
 font-size:10px;
 padding:0;
 margin: 0;

}



dl{
 margin-bottom:20px;
 border:solid 1px;
 border-color:#ccc;
}


dt{
 color:#ff4500;
 text-align:left;
 margin:5px;
 margin-top:10px;
 line-height:2.2;
 font-size:12px;

}

dd{
 margin:5px;
 font-size:12px;
}



#moji p{
      width:250px;
      margin-left:0px;
}



table{
 width:90%;
 margin-left:auto;
 margin-right:auto;
 margin-top:30px;
 font-size:10px;
 border:solid 1px;
 border-color:#ccc;
 text-align:center;
}


table #aaa{
 width:30%;
 border:solid 1px;
 border-color:#999;
}

table #bbb{
 width:30%;
 border:solid 1px;
 border-color:#999;
}

table #ccc{
 width:30%;
 border:solid 1px;
 border-color:#999;
}


#toppege{
       text-align:right;
       font-size:12px;
       margin:0px 0px 0px 0px;

}


#foot {
	clear:both;
        height:25px;
	text-align: center;
        background: #eee;
        color:#f00;
        font-size:10px;
	}


#foot a {
        color:#f00;
   
	}