/* ボディに関するCSS */
body {
color: #000;
background-color: #E6E6FA;
margin: 0px;
padding: 0px;
text-align: center;
}

/* ページ構造に関するCSS */
#wrapper {
width: 700px;
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #FFF;
}

/* ヘッダーに関するCSS */
#header {
width: 650px;
}

#header table {
border: none;
margin: 5px;
}

#header td {
border: none;
background-image:url("/library/img/headbg.gif");
padding: 5px;
}

/*ヘッダーナビに関するCSS*/
#headnavi {
font-size: 80%;
text-align: right;
padding: 5px;
border-top: solid 1px #069;
border-bottom: solid 1px #069;
}


/* コンテンツに関するCSS */
#sitemap {
padding: 10px;
margin: 5px;
}

#col1{
border: 1px solid #999;
width: 290px;
float: left;
margin-right: 20px;
padding: 15px;
}

#col2{
border: 1px solid #999;
width: 290px;
float: left;
padding: 15px;
}

/* フッターに関するCSS */
#footer {
clear: left;
margin: 10px;
padding-bottom: 15px;
border-top: 1px solid #999;
text-align: center;
}

/* テキストに関するCSS*/
h1{
margin: 0px;
font-size: 120%;
color: #903;
}

h2 {
margin:0px;
font-size: 90%;
color: #FFF;
background-color: #903;
padding: 2px;
}

h3 {
font-size: 85%;
padding-bottom: 3px;
padding-top: 5px;
margin-bottom: 4px;
margin-top: 4px;
}

h4{
line-height: 150%;
font-size: 80%;
padding-bottom: 3px;
padding-top: 5px;
padding-left:15px;
margin-bottom: 4px;
margin-top: 4px;
}

h5 {
line-height: 150%;
font-size: 80%;
padding-bottom: 3px;
padding-top: 5px;
padding-left:30px;
margin-bottom: 4px;
margin-top: 4px;
}

p {
margin-top: 0px;
font-size: 85%;
line-height: 150%;
}

.r {
text-align: right;
}

.credit {
clear:left;
font-size: 80%;
margin-top: 5px;
color: #999;
}

/* リンクに関するCSS */
a:link {
color:#009;
text-decoration:none;
border-bottom:1px solid #009;
}
a:visited {
color:#069;
text-decoration:none;
border-bottom:1px solid #069;
}
a:hover, a:active {
text-decoration:none;
color:#936;
border-bottom:1px solid #936;
} 

/* 罫線に関するCSS */
hr {
height:1px;
}

/* 太字にするCSS */
span.bold{
font-weight: bold;
}