/* CSS Document */

body {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	text-align: center;
}

h1, h2, h3{
    line-height:1.5;
}

h1 { 
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	float:center; 
	margin: 10px 0 10px 0;
}

h2 {
	color:#333333;
    font-size: 16px;
	font-weight: bold; 
	margin: 0px;
    margin-top: 10px;
	margin-bottom: 20px;

}

h3 { 
    background-image: url(../menu/h3.gif);
    color: #666666;
	font-size: 16px;
	font-style: bold; 
	padding-left: 10px;
	padding: 6px 0px 4px 20px;	
	margin: 0px 0px 10px 0px;
	clear: both;
}

h4 {
    color: #333333;
	font-size:120%;
	font-style: bold; 
	margin-bottom: -15px;
	clear: both;
}
 
p {
    font-size: 100%;   
	line-height: 150%;
}

table {
    border: 0px solid #FFFFFF;
    width: 580px;
}

th {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
    padding: 0px;
}

td {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	padding: 0px;
}	

table p {
    color: #333333;
    font-size: 13px;
	padding: 5px 5px 5px 5px;
}


address {
   width: 780px;
    font-size: 13px;
	color:#666666;	
	font-style: normal;
	text-align: center;
	line-height: 200%;	
	border-top: solid 1px #999999;
	padding-top: 15px;
	margin-top: 15px;
	clear: both;
}

#path {
    font-size: 90%;
    text-align: right;
	margin: 0px;
	margin-bottom: 15px;
}

#contents {
    width: 800px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	margin: auto;
	margin-top: 0px;
	text-align: left;
	position: relative;
}

#contents img {
	border: 0;
}

#main {
    float: left;
	width: 580px;
	padding-left: 10px;
	margin-top: 20px;
}

#side {
    float: right;      
	width: 180px;
	margin-top: 20px;
	margin-right: 10px;
}
	  
#side li {
    font-size: 13px;
    list-style-type: none;    
    border-bottom: 1px dotted #CCCCCC;
	line-height: 200%;
}

#side li a {
    display: block;
}	
	
#side ul {
	line-height: 180%;	
	margin: 0px;
    padding-left: 0px;
}


#menu {
    float: right;     
	width: 180px;
	clear: both;
	margin: 0px 0px 0px 0px;
}
	
#menu ul {
    border: 1px solid #CDCDCD;  	
	list-style-type: none;
	margin: -4px 0 0 0;
}

#menu li {
    list-style-type: none;    
    border-bottom: 1px dotted #FFFFFF;
	line-height: 200%;
	margin-left: 10px;
	padding-top: 5px;

}

#menu li a {
    display: block;
}

#main .box {
    width: 140px;
	float: left;
}

#main .box img {
    margin-top: 0px;
	padding: 0px;	
	border: 0;
}	

#main .box p {
    margin: 0;
	padding: 20px 10px 20px 10px;
	font-size: 13px;
}


.line {
    list-style-type: none;    
    border-bottom: 1px dotted #CCCCCC;
	line-height: 90%;
}
	

.clear {
    clear: both;
	line-height: 1px;
}	
	