@charset "utf-8";
/* CSS Document */

h3 {
    background-image: none !important;
    background: #66AAFF !important;
    color: #333333 !important;
    padding: 0px !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin-top: 10px !important;
}
h4 {
    background-image: none !important;
    background: #ffffff !important;
    color: #333333 !important;
    padding: 5px 0px !important;
    font-size: 16px !important;
}

/*
.fontsize12 {
	font-size: 10px;
}

.fontsize12 a {
	font-size: 10px;
}
*/

.about-main {
    width:750px;
    margin: 0 auto;
    color: #333333;
}
.about {
    border: 1px solid #999999;
    padding: 5px;
    color: #333333;
}
.about-contents {
    background-color: #ffffff;
    padding: 1em;
    font-size: 16px;
    line-height: 120%;
}
.about-expand {
    border-top: 1px solid #999999;
    padding: 1em;
    font-size: 16px;
    line-height: 150%;
}
.about-close {
    text-align:right;
    padding: 5px 10px;
}

.convervion {
    background-color: #ffffff;
    border: 1px solid #999999;
    padding:5px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 70px;
}