/* ---------------------------------------------------
 * Style Sheet for HTML
 * Last modified Mar. 12, 2006 by Mask
 * original http://maskweb.jp/css/index.css
 * --------------------------------------------------- */

@charset "euc-jp";

img {
	border: none;
}


#homepageTitle {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

table.menu {
	border: solid 2px #808080;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 2em;
	border-collapse: collapse;
}

table.menu td.photo {
	text-align: center;
	vertical-align: middle;
	width: 132px;
	height: 100px;
}
/*
table.menu td.photo a.imageLink, 
table.menu td.photo a.imageLink:hover, 
table.menu td.photo a.imageLink:focus {
	text-decoration: none;
	background-color: transparent;
}
*/

table.menu td.photo img {
	border: solid 1px #0000FF;
}

table.menu td.contents {
	border: solid 1px #F0F0F0;
	background-color: #0000FF;
	text-align: center;
	vertical-align: middle;
	width: 210px;
	height: 33px;
}

table.menu td.contents:hover {
	background-color: #FF0000;
}

table.menu td.contents a {
	font-family: serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

table.menu td.contents:hover a, 
table.menu td.contents a:hover {
	font-family: serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

table.search {
	margin-left: auto;
	margin-right: auto;
}

table.search td {
	vertical-align: top;
	height: 60px;
}

table.search td.img {
	padding-right: 5px;
	text-align: right;
}

table.search td.form {
	text-align: left;
}

span.sitesearch {
	font-size: 80%;
	margin-left: 0.3em;
	margin-right: 1.5em;
}

hr {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 700px;
}

table.copyright {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}


a.imageLink, 
a.imageLink:hover, 
a.imageLink:focus {
	text-decoration: none;
	background-color: transparent;
}
