/*全体*/

body{
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "san serif";
	color:#666666;
	font-size:14px;
	background-color:#FFFFFF;
}

a:link{
	color:#0033FF;
	text-decoration:none;
}	

a:visited{
	color:#0033FF;
	text-decoration:none;
}	

a:hover{
	color:#CC3399;
	text-decoration:none;
}	

a:active{
	color:#FFFFFF;
	text-decoration:none;
}	
	
#back5{
	position:relative;
	width:auto;
	height:auto;
}
	
#containerbox5{
	margin-top:50px;
	width:700px;
	margin-left:auto;
	margin-right:auto;

}

/*小ロゴまわり*/

#container5{
	background-image:url(mikwebimages/slogo.png);
	background-repeat:no-repeat;
	width:350px;
	height:300px;
	margin-left:175px;
	float:left;
}

/*小ロゴまわり終わり*/

	
	
/*ナビゲーションバー*/

#navcontainer5{	
	position:relative;
	height:40px;
	width:130px;
	margin-top:207px;
	margin-left:85px;
}	

#navhome5{
	margin-top:8px;
	margin-left:0px;
	float:left;
}


a.navhome5{
	background-image:url(mikwebimages/home2.png);
	background-repeat:no-repeat;
	display:block;
	width:50.3px;
	height:20px;
	margin-bottom:1px;
}

a.navhome5:hover{background-position:top center;}
a.navhome5:active{background-position:top right;}


#navorder5{
	margin-top:8px;
	margin-left:12px;
	float:left;
}

a.navorder5{
	background-image:url(mikwebimages/order2.png);
	background-repeat:no-repeat;
	display:block;
	width:56px;
	height:20px;
	margin-bottom:1px;
}
a.navorder5:hover{background-position:top center;}
a.navorder5:active{background-position:top right;}


/*ナビゲーションバー終わり*/


#text5{
	line-height:150%;
	clear:both;
	margin-top:50px;
	margin-left:0px;



}
	

