/***********************************************/
/* HTML tag styles   Menu_Top                  */
/***********************************************/
/*=== BODY ===================================*/
body {
	font-size: 12pt;
}

/*=== TABLE ===================================*/
table {
	font-size: 19px;
	vertical-align:middle;
}

/*=== A =======================================*/
a {
	padding: 1px;
	margin-top: 2px;
	margin-right: 2px;
	border: 1 solid pink;
    color: darkgreen;
	text-decoration: none;
	cursor: pointer;
}
a:link {
    color: #006699;
    text-decoration: none;
}
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: darkblue;
    text-decoration: underline;
}

/*===  =====================================*/
#search , #center , #right {
	display: inline-block;	/* インラインブロック要素にする */
	width: auto; /*305px;*/
	padding: 1em;
	vertical-align: top;
	border: 1px solid blue;
}

#search img , 
#center img , 
#right img {
	height: 35px;
	width: 60px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 1px;
	border: 1px solid pink;
	cursor: pointer;
}

#search hr , 
#center hr , 
#right hr {
	width: 100%;
	margin: 7px 0px; 
}

#search input[type='text'] {
	font-size: 1.2em;
	width: 80%;
}
