@charset "utf-8";

/* background */
body{background-image: url(../img/rhododendron.png); 
     background-repeat: repeat;
     background-size:10%;
     background-color: #F4FAFE;
     font-family:  "Times New Roman", "游明朝", "游明朝体", "Yu Mincho", "MS P明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif; 
font-color: #333333; 
margin: 0px;
padding: 0px; }

/* contents */
#contents{
background-image: url(../img/white.gif);
background-repeat: repeat-y;
width: 900px;
margin: 0 auto;
position: relative;
font-size: 95%;
}

/* Header */
#header{
background-image: url(../img/title_background.jpeg);
background-position: bottom left;
background-repeat: no-repeat; 
height: 195px;
}

/* Menu */
#navbar{
width: 100%;
height: 45px;
position: absolute; 
top:150px;
}

/* Side */
#side{
width: 195px;
position:absolute;
top: 350px;
left: 5px; 
}

/* Main */
#main{
width: 640px;
margin-top: 15px;
margin-left: 230px;
}

/* Footer */
address{
font-size: 85%;
font-style: normal;
text-align: center;
padding-top: 5px;
}

address{
width: 900px; 
padding-bottom: 10px;
border:none; 
} 

address a:hover{
color:#ff0000;
}
