div#header{
background-image: url("bg/clouds3.jpg");
width: 100%;
}

div#leftheader{
width: 200px;
float: left;
}

div#rightheader1{
color: #009900;
font-size: xx-large;
font-weight: bold;
margin-left: 200px;
font-family: Arial,Verdana,sans-serif;
}

div#rightheader2{
color: #009900;
font-size: large;
font-weight: bold;
margin-left: 200px;
font-family: Arial,Verdana,sans-serif;
}

body{
background-image: url("bg/white11.jpg");
font-family: Arial,Verdana,sans-serif;
}

div#footer{
font-size: small;
clear: both;
width: 100%;
}

div#container{
width: 100%;
}

div#content{
margin-left: 200px;
}

#content p{
line-height:21px;
}

div#sidebar{
width: 200px;
float: left;
line-height: 1.5;
font-size: large;
}

#sidebar table{
background-image: url("bg/white7.bmp");
}

#sidebar a{
display: block;
text-decoration: none;
}

h1{
padding: 8px;
color: #000000;
border-top: 1px solid #669999;
border-bottom: 1px solid #669999;
border-left: 10px solid #669999;
font-size: x-large;
font-weight: normal;
}

h2{
color: #000000;
font-size: x-large;
font-weight: normal;
}

h3{
color: #000000;
font-size: large;
font-weight: bold;
}

strong{
font-weight: bold;
}

a:visited{color:#0000ff;} /*既読の色を変えないために青にする*/
a:hover{color:#ff0000;} /*マウスカーソルがあるときの色*/
#sidebar a:hover{background-color:#ffcccc;}　/*マウスカーソルがあるときの背景の色。こう書くことでここのリンクにのみ適用できる。*/

p{
line-height: 24px;}