@charset "UTF-8";
@import url("common_theme.css");

/* =============== header =============== */

#header {
background: url(../images/header/fade_green.png) left top repeat-x;
}

#mainTitle {
background: url(../images/header/title450mirror.png) left top no-repeat;
}

/* =============== main contents =============== */

.pageTitle {
background: url(../images/page_titles/links1.png) left center no-repeat;
text-indent: -99999px;
}

#links {
margin-left: 50px;
margin-right: 50px;
}

.section {
clear: left;
overflow: auto; /* 親ボックス高さ算出のため */
padding-bottom: 15px;
/*background-color: #cccc99;
border: solid 1px red;*/

}

.category {
border-top: solid 3px #fc9501;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #5c7602;
text-align: center;
font-size: 80%;
font-weight: bold;
color: #fffff0;
}

.names {
padding-top: 5px;

}

.names li {
font-size: 85%;
line-height: 1.8;
width: 49.5%;
float: left;
text-align: center;
}

#links a:link {
text-decoration: none;
color: #79552f;
}

#links a:visited {
text-decoration: none;
color: #502583;
font-weight: normal;
}

#links a:hover {
font-weight: bold;
background: url(../images/bio/link_listmark11.png) left no-repeat;
padding-left: 25px;
margin-left: -25px;
color: #c40e03;
}

