/* COMMON ***********************************************************************/

html				{	}
body				{	height			: 100%;
						width			: 100%;
						margin-left		: 0;
						margin-right	: 0;
						font-size		: 14px;
						font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
						/*background-color :#FAEBEB;*/
						color: #284C28; }
#containerTop 			{	margin: auto;
						text-align:left;
						width 	: 990px;
						height	: 350px;
						/*background-color :#ffffff;*/
						position: relative;
						top: 10%;
					}
#main {	}

#footerBar		{	background: url("../img/footer.jpg" ) left top repeat-x;
					height : 200px;
					width  : 100%; 
					display: block;}
a				{ 	color : #284C28;
					text-decoration:none; }
a:HOVER			{   font-weight: bold; }

a div			{	display: block;}
a div:HOVER	{   background-color: #264C26;
				color : #ffffff;}
/* #264C26 */
/* メニュー */

#menuTop		{	background: url("../img/menu_top.jpg" ) left top no-repeat;
					width	: 200px; height	:40px;
					display	:block;
					cursor	: pointer; }
#menuTop:HOVER	{	background-position: 0 -40px; }
#menuHome		{	background: url("../img/menu_home.jpg" ) left top no-repeat;
					width	: 130px; height	:40px;
					display	:block;
					cursor	: pointer; }
#menuHome:HOVER	{	background-position: -130px 0 ;
					background-color: #C9D2C9;}					

#menuGoods		{	background: url("../img/menu_goods.jpg" ) left top no-repeat;
					width	: 130px; height	:40px;
					display	:block;
					cursor	: pointer; }
#menuGoods:HOVER	{	background-position: -130px 0 ; }					
#menuBijyutu		{	background: url("../img/menu_bijyutu.jpg" ) left top no-repeat;
					width	: 130px; height	:40px;
					display	:block;
					cursor	: pointer; }
#menuBijyutu:HOVER	{	background-position: -130px 0 ; }					
#menuGuide		{	background: url("../img/menu_guide.jpg" ) left top no-repeat;
					width	: 130px; height	:40px;
					display	:block;
					cursor	: pointer; }
#menuGuide:HOVER	{	background-position: -130px 0 ; }					
#menuComp		{	background: url("../img/menu_comp.jpg" ) left top no-repeat;
					width	: 130px; height	:40px;
					display	:block;
					cursor	: pointer; }
#menuComp:HOVER	{	background-position: -130px 0 ; }					
#menuQa		{	background: url("../img/menu_qa.jpg" ) left top no-repeat;
					width	: 130px; height	:40px;
					display	:block;
					cursor	: pointer; }
#menuQa:HOVER	{	background-position: -130px 0 ; }					
#menuRefer		{	background: url("../img/menu_refer.jpg" ) left top no-repeat;
					width	: 130px; height	:40px;
					display	:block;
					cursor	: pointer; }
#menuRefer:HOVER	{	background-position: -130px 0 ; }					
#menuCart		{	background: url("../img/menu_cart.jpg" ) left top no-repeat;
					width	: 80px; height	:40px;
					display	:block;
					cursor	: pointer; }
#menuCart:HOVER	{	background-position: -80px 0 ; }					

#forOrder		{	background: url("../img/order.jpg" ) left top no-repeat;
					width	: 250px; height	:80px;
					display	:block;
					cursor	: pointer; }
#forOrder:HOVER	{	background-position: -250px 0 ; }					

#toConfirm		{	background: url("../img/confirm.jpg" ) left top no-repeat;
					width	: 250px; height	:80px;
					display	:block;
					cursor	: pointer; }
#toConfirm:HOVER	{	background-position: -250px 0 ; }					

#news			{	background: url("../img/news-top.jpg" ) left top no-repeat;
					width	: 170px; height	:70px;
					display	:block;
					cursor	: pointer; }
#news:HOVER		{	background-position: -170px 0 ; }					


/**#menuTop:HOVER	{	background-position: 0 -40px; } **/

.cart		{	background: url("../img/incart.jpg" ) left top no-repeat;
					width	: 100px; height	:40px;
					display	:block;
					cursor	: pointer; }
.cart:HOVER	{	background-position: -100px 0 ; }					

