@charset "UTF-8";

#container {
    border: solid 1px #BBBBBB;
    background-color: #FFFFFF;
    width: 620px;
    margin: 5px auto;
}
#headerImg img{
    width: 620px;
}
#headerMainPhrase {
    display: none;
}

#headerSubPhrase {
    display: none;
}

#header ul {
    display: none;
}

#menuLeft {
    display: none;
}
#menuRight {
    display: none;
}

#footerImg img{
    width: 620px;
}
#footerPhrase {
    display: none;
}

/* main.css */
#mainLeft {
    width: 620px;
}
#mainRight {
    width: 620px;
}
#subHeaderImg img{
    width: 620px;
}
#topPhrase {
    margin: 5px;
}
#news {
    margin: 5px;
}
#newsTitle {
    border: solid 1px #BBBBBB;
    margin-bottom: 5px;
    padding: 5px;
    font-weight: bold;
}
.introImgLeft {
    text-align: left;
}
.introImgRight {
    text-align: right;
}
.introBar {
    display: none;
}
.newsLine {
    border-top: dashed 1px #BBBBBB;
    width: 610px;
    height: 1px;
}
.newsLine_v {
    border-top: dashed 1px #BBBBBB;
    width: 610px;
    height: 1px;
}

.newsFooter {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

