/***********************
和歌山大学CSS文字サイズ「小」用
************************/


#main {font-size:100%;}

.font-select a.small:link,
.font-select a.small:visited{
background-color:#FF9900;
color:#FFFFFF;
}
.font-select a.small:hover,
.font-select a.small:active{
background-color:#FF9900;
color:#FFFFFF;
}

.font-select a.medium:link,
.font-select a.medium:visited{
background-color:#CCCCCC;
color:#333333;
}
.font-select a.medium:hover,
.font-select a.medium:active{
background-color:#FF9900;
color:#FFFFFF;
}

.font-select a.large:link,
.font-select a.large:visited{
background-color:#CCCCCC;
color:#333333;
}
.font-select a.large:hover,
.font-select a.large:active{
background-color:#FF9900;
color:#FFFFFF;
}

.font-select a.small:link span,
.font-select a.small:visited span{
color:#FFFFFF;
}
.font-select a.small:hover span,
.font-select a.small:active span{
color:#FFFFFF;
}

.font-select a.medium:link span,
.font-select a.medium:visited span{
color:#333333;
}
.font-select a.medium:hover span,
.font-select a.medium:active span{
color:#FFFFFF;
}

.font-select a.large:link span,
.font-select a.large:visited span{
color:#333333;
}
.font-select a.large:hover span,
.font-select a.large:active span{
color:#FFFFFF;
}

.column-news .news-title,
.column-event .event-title{
font-size:100%;
}
