* {
	margin: 0;
	padding: 0;
}
a:link	{
	color : #8c0049;
	text-decoration : none;
}
a:visited	{
	color : #003f1e;
	text-decoration : none;
}
a:active	{
	color : #ff0000;
	text-decoration : underline;
}
a:hover	{
	color : #a3001e;
	border-bottom-style : dotted;
        border-bottom-color : #8c0049;
        border-bottom-width : 2px;
}

body	{
        margin : 0 auto; 
        width : 800px; 
	color : #261e1c;
	background-color : #e7e7f7;
	background-image : url("files/unryu_b.gif");
	background-repeat : repeat;
        scrollbar-3dlight-color : #008000;
	scrollbar-3dlight-color : #e7e7f7;
	scrollbar-arrow-color : #F8FD17;
	scrollbar-base-color : #e7e7f7;
	scrollbar-darkshadow-color : #e7e7f7;
	scrollbar-face-color : #DFFFFF;
      
}

H1 { font-size: 105%; 
}
H2 { font-size: 105%;
}
H3 { font-size: 103%;
}


#header        {
         width : 800px ; 
}
#navigation    {
        margin:10px ;
	width: 500px;
	height: auto;
        background-color: #ffffff;
        padding: 10px;
	border: dotted medium #6335727;
        padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
        text-align: left;
}
#contents    {
    margin:10px ;
    background-color: #ffffff;
    border: solid 1px #6335727;
    width: 600px;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: left;
    }
#notice    {
    margin:10px ;
    background-color: #ffffff;
    border: solid 1px #6335727;
    width: 600px;
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: left;
    font-size: 90%; 
}

#footer   {
      width : 100% ; 
      clear : both ; 
}

.mojil           {
     text-align: center;         
     font-size: 120%; 
     font-weight: bold; 
     color: #4c000f
}

.big { 
     font-size: 110%;
}

.small{ 
      font-size:70%;
　　　aigin: center;　
}
.midashi           {
     text-align: center;         
     font-size: 120%; 
     font-weight: bold; 
     color: #4c000f
}
.tanka{          
     font-size: 18pt; 
     font-weight: normal; 
     color: #4c000f
; line-height: 24pt
; clip:        rect(auto   )
}
dt {  
     font-size: 110%; line-height: 200%;
}

/* button　-----------------------------------------------------------*/
.menu {
	border: 1px solid #909090;
	background-color: #fcf9ff;
	color: #606060;
	font-family: MS UI Gothic, Osaka, ＭＳ Ｐゴシック;
	font-size: 100%;
	cursor: hand;
}