@charset "utf-8";
.IndexCSS {
    max-width : 700px;
    width: auto;
    margin: 0 auto;
	text-align: center;
	
}
.IndexCSS ul {
    width: auto;
    margin: 0;
    color: #03F;
    list-style-type: none;
    display: inline-block;
}
.IndexCSS ul li {
    margin: 5px;
    max-width: 300px;
    height: 450px;
    padding: 5px;
    padding-bottom: 25px;
    float: left;
    display: inline;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    border: dotted 1px #4374C0;
    font-size: 14px;
    line-height: 25px;
    
}
}
.IndexCSS ul li a {
    border: none;
    color: #136e94;
    text-decoration : none;
	font-size: 14px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.IndexCSS ul li:hover {
    color: #C00;
    font-size: 14px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.IndexCSS ul li p {
    text-align: justify;
}
.IndexCSS img {
    max-width: 290px;
    max-height: auto;
    width: auto;
    height: auto;
    
    padding-bottom: 20px;
    opacity: 1;
	
}
.IndexCSS img:hover {
    opacity: 0.8;
}

