/*★HOMEのデザイン用css★*/


/*◆左メニュー◆*/

/*製品情報(タイトル背景)*/
.menu  {
	background: url(http://msrsoft.com/indeximages/title_product.gif);
}

/*製品情報*/
#menu {
	height: auto;
	width: 188px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px 5px;
}

.box_menu {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	height: auto;
	width: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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



/*製品情報(リンクの文字)*/
#menu   a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#menu   a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#menu   a:hover {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;
}


/*コンテンツ(タイトル背景)*/
.contents2  {
	background: url(http://msrsoft.com/indeximages/title_contents2.gif);
}

/*コンテンツ*/
#contents2 {
	height: auto;
	width: 188px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px 5px;
}

/*コンテンツ(リンクの文字)*/
#contents2   a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#contents2   a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#contents2   a:hover {
	color: #006666;
	font-weight: bold;
	font-size: 14px;
}


/*サービス(タイトル背景)*/
.sv  {
	background: url(http://msrsoft.com/indeximages/title_sv.gif);
}

/*サービス*/
#sv {
	height: auto;
	width: 188px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px 5px;
}

/*サービス(リンクの文字)*/
#sv   a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#sv   a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#sv   a:hover {
	color: #6600FF;
	font-weight: bold;
	font-size: 14px;
}




/*◆センター◆*/

/*センター(フラッシュバナー画像設定)*/
#center img {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

/*センター(新着背景)*/
.shinchaku  {
	background: url(../indeximages/title_shinchaku.gif);
}

/*センター(新着わく)*/
#shinchaku  {
	width: 518px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/*センター(新着見出し)*/
#shinchaku   h4 {
	color: #FF0000;
	margin: 0px 0px 5px;
}

/*センター(新着見出しリンク)*/
#shinchaku  a {
	color: #FF0000;
}
#shinchaku  a:visited {
	color: #FF0000;
}
#shinchaku  a:hover {
	color: #339900;
}

/*センター(新着画像)*/
#shinchaku img {
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 5px;
	margin-bottom: 0px;
}


/*センター(下線アリ)*/
.box518 {
	height: auto;
	width: 518px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}

/*センター(下線なし)*/
.box518_2 {
	height: auto;
	width: 518px;
	padding-bottom: 5px;
}

/*過去の新着情報*/
#shinchaku_past {
	font-size: 14px;
	font-weight: bold;


