/***********************************************/
/* Link styles                             */
/***********************************************/ 
#base2{
    padding: 0px;
    width: 97%;
    max-width:900px;
    min-width:760px;
    *height:2050px;
    width:900px;
    background:#fff url() repeat-y center top;
    background-color: #ffffff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
/*--FireFox--*/
html>body #base2{
    padding: 0px;
    width: 97%;
    max-width:900px;
    min-width:760px;
    height:6050px;
    width:900px;
    background:#fff url() repeat-y center top;
    background-color: #ffffff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
#links{
	text-align: center;
}

#links ul {
	width: 98%;
	margin: 1px 0px 1px 10px;
	padding: 1px;
	list-style-type: none;
	text-align: center;
}
#links li {
	font-size: 12px;
	width: 18%;
	float: left;
	text-align: center;
	line-height:100%;
	height: 60px;
	border: 1px solid #999999;
	padding: 2px 0px 1px 0px;
	margin: 3px 2px 3px 2px;
	background-color: #FFFFFF;
	color:#333333;
}
/*バナーあり
#links li {
	font-size: 11px;
	width: 13%;
	float: left;
	text-align: center;
	line-height:100%;
	height: 65px;
	border: 1px solid #999999;
	padding: 2px 0px 1px 0px;
	margin: 3px 2px 3px 2px;
	background-color: #FFFFFF;
}
*/
#links img{
	margin:2px 0 2px 2px;
	width:88px;
	height:31px;
	/*visibility:hidden;*/
}
#links p{
	text-align: center;
	font-size: 12px;
	line-height:100%;
}
#links a{
    color: #333333;
    text-decoration: none;
}

#links a:link{
    color: #333333;
    text-decoration: none;
}

#links a:visited{
    color: #333333;
    text-decoration: none;
}

#links a:hover{
    color: #cc0000;
    font-weight:bold;
    text-decoration: underline;
}
#links h4 {
	margin: 5px 0px 2px 7px;
	padding: 1px 0px 1px 5px;
	width: 97%;
	height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	float: left;
	text-align:left;
	background-color: #FFEE33;
	border: 1px solid #ff3300;
}
#twaku {
    width: 95.5%;
    height:98%;
    text-align: left;
    margin: 0px 0px 0px 5px;
    padding: 5px 3px 5px 5px;
    vertical-align: middle;
    clear: both;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}
