@charset "UTF-8";

/* ==================================================================================================== */

/* トップページ */

.indexmenu{
margin-bottom:25px;}
.indexmenu img{
margin-bottom:6px;}

/* 新着情報エリア */
div.update {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
width: 100%;
color:#333;
font-size: 12px;
margin:0 auto 25px;
}
div.update dl {
width: 100%;
height: 200px;
overflow: auto;
margin: 0;
background-color: #fff;
border-top: 1px #a9a5a5 dotted;
border-bottom: 1px #a9a5a5 dotted;
}
div.update dt {
width: 7em;
float: left;
padding: 8px 0 7px 5px;
line-height: 120%;
}
div.update dd {
margin: 0;
padding: 8px 3px 7px 7.5em;
border-bottom: 1px #ccc dotted;
line-height: 120%;
}
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

div.update dl a:link,
div.update dl a:visited{
color:#67003e;
text-decoration:underline;}

div.update dl a:hover,
div.update dl a:active{
color:#67003e;
text-decoration:none;}

