a {
    color: #017acd
}

body {
    background-color: #e5e5e5;
    margin: 20px 20px 20px 20px;
}

div#container	{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 40px 40px;
    -webkit-box-shadow: 0px 0px 50px #bbbbbb;
    box-shadow: 0px 0px 50px #bbbbbb
}

header#pageheader {
    background-color: #017acd;
    padding: 28px 0 0
}

div#pictures {
    text-align: center
    position:relative;

}

header#pageheader h1	{margin: 0 0 0 20px}

header#pageheader h2	{color: #ffffff;
	font-size: 0.75em;
	margin: 0 0 98px 20px}

/* メニュー */
nav ul	{
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 0;
    height: 30px;
    background-color: #b64346
}

nav ul li {
    list-style-type: none;
    float: left
}

nav ul li a {
    display: block;
    width: 100px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background-color: #b64346;
    border-right: solid 1px #ffffff
}

nav ul li a:hover {
    background-color: #FF8080
}

nav ul li.visited {
    display: block;
    width: 100px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background-color: #b64346;
    border-right: solid 1px #ffffff;

    background-color: #FF8080
}

/* コンテンツ */
article	{
    width: 606px;
    margin-left: auto;
    margin-right: auto;
}

article header h1 {
    background-color: #014471;
    background-image: url(bar-darkblue.png);
    background-repeat: no-repeat;
    font-size: 3em;
    color: #ffffff;
    line-height: 45px;
    padding-left: 12px;
    margin-bottom: 0
}

section {
        padding-bottom: 20px;
}

section ul li {
    /* list-style-type:none */
    list-style-type:disk
}

article section h1 {
    background-color: #ffffff;
    font-size: 1.3em;
    border-bottom: 2px solid #cccccc;
}

article section h2 {
    background-color: #ffffff;
    font-size: 1em;
    border-bottom: 2px solid #cccccc;
}


article p {
    font-size: 0.75em;
    line-height: 1.6;
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 12px
}

footer	{
    float: right;
    color: #999999;
    font-size: 0.7em;
    padding-top: 15px;
    padding-bottom: 45px;
    margin-bottom: 45px
}

section img {
    float: center;
    margin: 0 20px 10px 10px
}
span.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../pictures/spacer.jpg);
}


