/*★hjのトップページ用CSS★*/


/*hjメニュー*/
.hj_aspmenu {
	background: url(http://msrsoft.com/hjasp/images/title_hjasp.gif);
}

#menu {
	height: auto;
	width: 188px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px;
}

#menu   a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
#menu   a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

#menu   a:hover {
	color: #FF9933;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

.box188 {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	height: auto;
	width: 188px;
	border-top: 0px dotted #CCCCCC;
	border-right: 0px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px dotted #CCCCCC;
}


/*センターの画像*/
#center img {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}


/*新着*/
#shinchaku  {
	width: 518px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#shinchaku   h4 {
	color: #FF9933;
	margin: 0px 0px 5px;
}
#shinchaku  a {
	color: #FF9933;
	text-decoration: underline;
}
#shinchaku  a:visited {
	color: #FF9933;
	text-decoration: underline;
}
#shinchaku  a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#shinchaku    img  {
	height: auto;
	width: 150px;
	float: right;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
}

.box518 {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	height: auto;
	width: 518px;
	border-bottom: 1px dotted #CCCCCC;
}

.box518_2 {
	height: auto;
	width: 518px;
}

