@charset "utf-8"; 

body {
	behavior:url("../../scripts/csshover2.htc");
	}

/****************************/
h2 {
		margin: 0px;
		padding: 0px;
		display: none;

	}		
/****************************/
#mugwrap a {
		font-weight: bold;
		color: #F06;
}

em{	font-style: normal; font-weight: bold; font-size: 1.2em; } 
strong{ font-weight:bold; font-size: 1.0em; color:#F06;}
img { border: none;}

/*ページ全体を包む要素*/

#mugwrap {
	width:100%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	}
	#mugwrap p {
		margin: 0px!important;
		padding: 0px!important;
		text-indent: 0em!important;
	}
/*メインボディ****************************/



/*各ページの設定****************************/


#boxA{
	width: 290px;
	height: 130px;
	position: absolute;
	z-index: 99;
	right: 125px;
	top: 530px;
	padding-top: 20px;
	background: url(../images/mug_box_top.gif) no-repeat;
}
/***/
	#boxB {
	background: url(../images/mug_box_p.gif) ;
	padding: 0px 10px;
	}

	
		#boxB h3 {
			background: url(../images/mug_list.jpg) no-repeat 3px 0px;
			padding-left: 25px;
			font-weight: bold;
		
			}
			#boxB p {
				padding: 2px 0px 0px 15px!important;
				margin-bottom: 0px!important;
				
				/*background: url(../images/mug_list_back.jpg) no-repeat 0px 0px;*/
			}
/***/			
			#boxD {
			/*overflow: auto;	*/
			height: 70px;
			padding-bottom: 5px;
			}

/*			#boxD:hover {
			height: 250px;
			}*/
/***/
#boxC {
	
	background: url(../images/mug_box_foot.gif) no-repeat bottom;
	padding-bottom: 20px;
}
