/* baseCSS */
body {
	color: #000000;
	font-family:'MS p Gothic',san-serif;
	background-color:#e6e6e6;
        text-align: center;
}
h1{
	font-family:'MS p Gothic',san-serif;
	font-size: 100%;
	
	margin: 0px;
}	
h2 {
	font-family:'MS p Gothic',san-serif;
	font-size: 100%;
	margin:1em 0px;
        
}

h3 {
	font-family:'MS p Gothic',san-serif;
	color: #000099;
	font-size: 120%;
	margin-top: 2em 0px;
        
        padding-top: 4px;
        padding-bottom: 5px;
        background-image: url(h3back.jpg);
        background-repeat: no-repeat;
	text-align: center;
	clear:both;
}

a {
	color: #ooooff;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #0560ff;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #ff0000;
}
h1 a {
	color: #01A252;
}
.col {
        width: 280px;
        padding: 0px 10px;
        float: left;
}
.column {
        text-align:left;
        width: 280px;
        height:140px;       
        padding: 0px 0px;
               
        overflow: auto;
        scrollbar-base-color:#d9d9d9;
        scrollbar-arrow-color:#a6a6a6;
}
.contents {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 840px;
	margin:auto;
	text-align: left;
}
address {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 865px;
        font-family:'MS p Gothic',san-serif;
        font-style: normal;
        font-size: small;
        
	text-align:center;
        margin-top: 30px;
}
address a{
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
.table td{
        font-size: 80%;
        line-height: 150%;
        
        padding: 5px 5px 5px 10px;

}