@charset "UTF-8";

@import url("layout.css");
@import url("highslide.css");

/* 文字変更ここから */

.large {
background-image: url(/img/large.jpg);
height: 21px;
width: 24px;
display: block;
text-indent: -9999px;
margin-top: 3px;
}

a:link.large {
background-image: url(/img/large.jpg);
}

a:hover.large {
background-image: url(/img/large-on.jpg);
}

.middle {
background-image: url(/img/standard.jpg);
height: 21px;
width: 24px;
display: block;
text-indent: -9999px;
margin-top: 3px;
margin-right: 1px;
}

a:link.middle {
background-image: url(/img/standard.jpg);
}

a:hover.middle {
background-image: url(/img/standard-on.jpg);
}

.small {
background-image: url(/img/small-on.jpg);
height: 21px;
width: 24px;
text-indent: -9999px;
display: block;
margin-top: 3px;
margin-right: 1px;
}

a:link.small {
background-image: url(/img/small-on.jpg);
}

h3 {
font-size: 14px; /* 変更箇所 */
line-height: 20px;
padding: 0px;
width: auto;
margin-top: 0px;
margin-bottom: 3px;
margin-left: 12px;
font-weight: bold;
margin-right: 4px;
letter-spacing: 0em;
color: #333;
display: block;
}

h3 a {
color: #454545;
text-decoration: none;
}

h3 a:link {
color: #454545;
text-decoration: none;
}

h3 a:visited {
color: #454545;
text-decoration: none;
}

h3 a:hover {
color: #454545;
text-decoration: none;
position: relative;
top: 1px;
}

h3 a:active {
color: #CCC;
text-decoration: none;
}

h4 {
font-size: 12px; /* 変更箇所 */
width: 510px;
margin-bottom: 3px;
margin-left: 10px;
font-weight: bold;
margin-right: 4px;
letter-spacing: 0em;
color: #444;
background-image: url(/img/h4-bg.jpg);
background-repeat: no-repeat;
background-position: top;
text-indent: 10px;
height: 30px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
line-height: 27px;
}

p {
font-family: "ＭＳ Ｐゴシック";
letter-spacing: 0.05em;
margin-top: 0px;
width: auto;
margin-right: 14px;
margin-left: 14px;
color: #333;
margin-bottom: 25px;
}


.text {
font-size: 12px; /* 変更箇所 */
line-height: 140%; /* 変更箇所 */
margin-top: 0px;
margin-bottom: 0px;
width: 526px;
margin-right: auto;
margin-left: auto;
}


/* 文字変更ここまで */