/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
h1,h2 {
	display: none;
}
/*--- トップ -----------------------------------------------------------------*/
#top {
	height: 80px;
	width: 100%;
	background: #FFFFFF;
	text-align: center;
}
#container {
	background-color: #FFFFFF;
}
#title {
	font-size: 16px;
	color: #FF0066;
	font-weight: bold;
	line-height: 60px;
}
#menu {
	background-image: url(../images/menubg.gif);
	text-align: center;
}
#main {
	font-size: 12px;
}
#catalog {
	line-height: 16px;
	font-size: 11px;
}
#catalog a:link {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}
#catalog a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
#catalog li a:visited {
	color: #FF0066;
	font-size: 11px;
	font-weight: bold;
}

#catalog table {

}
#catalog th {
}
#catalog td {
	vertical-align: top;
	text-align: center;
}

.detail {
	text-align: center;
}
.detail table {
	text-align: center;
	width: 320px;

}
.detail th {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #99CCFF;
}
.detail td {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#about {
	text-align: center;
}


#about table {
	background-color: #CCCCCC;
	width: 481px;
}
#about th {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #99CCFF;
	width: 100px;
}
#about td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
#link {
}
#link table {
}
#link th {
	font-size: 11px;
	text-align: center;
}
#link td {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}
#link a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#link a:hover {
	color: #FF0099;
	text-decoration: none;
}
#pagetop {
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#copyright {
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	padding-left: 10px;
	background-image: url(../images/menubg.gif);
}
/*--- フォーム -----------------------------------------------------------------*/
#mf {
	font-size: 12px;
}
#mf table {
	width: 550px;
	background-color: #CCCCCC;
}
#mf th {
	text-align: right;
	font-weight: bold;
	width: 150px;
	color: #000000;
	background-image: url(../images/menubg.gif);
}
#mf td {
	text-align: left;
	vertical-align: top;
	width: 400px;
	background-color: #FFFFFF;
}
#mf strong {
	color: #FF0000;
}
.font12 {
	font-size: 12px;
}

