/* CSS Document */

* { margin: 0; padding: 0; }
/*body { background: #fff; font: normal 12px "Verdana", sans-serif; margin: 0px; padding: 0px 25px 25px 25px; color:#4c4c4c; }*/
body { font: 81.5%/140% sans-serif; color:#333; margin:0; color:#333; background: #fff;}
input, button, textarea, select {  font: normal 12px/12px "Verdana", sans-serif; color:#2d3538; vertical-align: middle; }
legend { display: none; }
fieldset { border: none; }
ul, ol { list-style: none; }
ol { list-style-type: decimal;}
hr { display: none; }

a:link { text-decoration: none; color : #0033FF; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #0033FF; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #0033FF; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #4779ac; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1 {  margin-bottom:20px;}
.title { font-family: sans-serif; font-weight: lighter; margin-bottom:10px; font-size:24px;}
h2, h3, h4 { font-family: sans-serif; font-weight: lighter; margin-bottom:10px; font-size:18px;}

#logo { 
  margin-top:13px;
  margin-bottom:8px;
   }
   
#navi { 
	margin-bottom:12px;
   }    
#contents { padding:20px;
	margin-bottom:15px;
   }      
#footer { 
  margin-top:0px;
  margin-bottom:10px;
   } 
.large-txt  { 
  font: 95.5%/140% sans-serif; color:#333; padding-bottom:5px;
   }    
.basic-txt  { 
  font: 81.5%/140% sans-serif; color:#333;
   } 
.small-txt  { 
  font: 61.5%/140% sans-serif; color:#666;
   }
   
.menu { padding: 0; clear: both; }
			.menu li { display: inline; }
			.menu li a { font: 81.5%/140% sans-serif; color:#333; font-weight:bold; background: #f7f7f7; padding:3px 0px 3px 0px; margin-right:7px; float:left; text-decoration: none;}
			.menu li.active a { font: 81.5%/140% sans-serif; color:#333;  background: #fff; border-bottom: 3px solid #ccc; font-weight:bold;}
			.content { float: left; clear: both; /*border: 1px solid #ccf; border-top: none; border-left: none; */background: #fff; padding: 10px 20px 20px 0px; width: 100%; }       
