.midashi {
	background-color: #E7E7E7;
	height: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: small;
	font-weight: bolder;
}
.name {
	font-size: medium;
	font-weight: bold;
	color: #020169;
	height: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: small;
	font-weight: bolder;
	padding-left: 4px;
}

h1 {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #020169;
	height: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: small;
	font-weight: bolder;
	padding-left: 4px;
}
h4 {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}




/* ---------------------------------------------------------------------
★ヘッダ部分　ワイヤレスLANページリンク
----------------------------------------------------------------------- */
ul#page-navi{
	width: 703px;
	float: left;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 -3px 0 0;
}
ul#page-navi li{
	border: 1px solid #BABABA;
	width: 229px;
	float: left;
	height: 33px;
	line-height: 33px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 3px 5px 0;
	text-align: center;
}
ul#page-navi li span{
	font-size: 80%;
}
ul#page-navi li a{
	display:block;
}
ul#page-navi li a:link{
	color:#666666;
	text-decoration:none;
}
ul#page-navi li a:hover{
	height: 33px;
	color: #666666;
	text-decoration: underline;
	background-color: #EEE;
}
ul#page-navi li a:hover span{
	height: 33px;
	color: #666666;
	text-decoration:none;
	background-color: #EEE;
}
ul#page-navi li a:visited{
	color: #333333;
	text-decoration: none;
}



ul#page-navi li.cr{
	background-color:#5783b1;
	color:#FFF;
	font-weight:bold;
}
ul#page-navi li.cr span{
	display:none;
}
ul#page-navi li.cr a{
	color:#FFF;
	font-weight:bold;
}
ul#page-navi li.cr a:link{
	color:#FFF;
	text-decoration:none;
}
ul#page-navi li.cr a:hover{
	height: 33px;
	color: #FFF;
	text-decoration: underline;
	background-color:#5783b1;
}
ul#page-navi li.cr a:visited{
	color:#FFF;
	text-decoration:none;
}




/* ---------------------------------------------------------------------
★ヘカテゴリーページ見出し　等
----------------------------------------------------------------------- */
.catch{
	font-weight: bold;
	font-size: 116%;
	padding:0 8px;
	letter-spacing:-1px;
}
h2.speed{
	background-color: #2B619B;
	width: 690px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	padding: 0 0 0 10px;
}
h2.speed span{
	font-weight: bold;
	font-size: 116%;
}
h2.speed em{
	font-weight: bold;
	font-size: 167%;
}



/* ---------------------------------------------------------------------
★アンカーナビ
----------------------------------------------------------------------- */
ul#anchor-navi{
	width: 703px;
	float: left;
	clear: both;
	padding: 0 0 10px 0;
	margin: 20px -3px 5px 0;
}
ul#anchor-navi li{
	border: 1px solid #BABABA;
	width: 228px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 3px 5px 0;
	text-align: center;
}
ul#anchor-navi li span{
	font-size: 93%;
	font-weight:bold;
	vertical-align:middle;
	display:inline-block;
	font-weight:bold;
}
ul#anchor-navi li img{
	margin:0 2px 0 0;
	vertical-align:middle;
}
ul#anchor-navi li a{
	display:block;
	padding:11px 0 8px 0;
}
ul#anchor-navi li a:link{
	color:#666666;
	text-decoration:none;
}
ul#anchor-navi li a:hover{
	color: #666666;
	text-decoration: underline;
	background-color: #EEE;
}
ul#anchor-navi li a:hover span{
	color: #666666;
	text-decoration: none;
	background-color: #EEE;
	vertical-align: middle;
}
ul#anchor-navi li a:visited{
	color: #333333;
	text-decoration: none;
}
