@charset "utf-8";
body  {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the netinfo in IE 5* browsers. The text is then set to the left aligned default in the #netinfo selector */
	color: #000;
}
a:link{
	color:blue;
}
a:visited{
	color:blue;
}
a:hover{
	color:#F95;
}

#netinfo {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:10pt;
} 
#netinfo h2 {
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-bottom-color: #093A81;
	text-align: justify;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size:12pt;
}
#netinfo h3 {
	font-size: 11pt;
	margin-top:0px;
}
#shopmenu {
	font-size:10pt;
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}
#shopmenu a{
	text-decoration:none;
}
#shopmenu .subcontent {
	color:#FF3333;
	background-color: #FFEFEF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #FFF;
	text-decoration: none;
	line-height:150%;
	text-align:center;
}
#shopmenu div:hover{
	color:#FFF;
	background-color: #093A81;
	border-color: #F95;
}
#shopmenu a {
	text-decoration: none;
}
#shopmenu a:hover {
 	text-decoration: none;
}
#content-table {
	border-collapse: collapse;

}
#content-table td {
	padding: 10px;
	vertical-align: top;
	margin: 0px;
	border-top:solid;
	border-width:thin;
	border-color:#CCCCCC;
	border-collapse: collapse;

}
#content-table th {
	padding-top:10px;
	padding-right: 20px;
	vertical-align: top;
	margin: 0px;
	text-align:right;
	font-weight:normal;
	border-top:solid;
	border-width:thin;
	border-color:#CCCCCC
}
.colored-rows{
	background-color:#EFEFFF;
	margin:0px;
}

