@charset "UTF-8";
/* common */



body{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:2.0em;
	color:#000;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}


body#index {
	background-image: url(../images-index/index-bg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}


a{
	color:#990099;
	text-decoration:none;
}
a:hover{
	color:#4f361f;
	text-decoration:none;
}

img{
	border:0;
}
table{
	border-collapse: collapse;
}

.big{
	font-weight:bold;
	font-size:13px;
}
.purple{
	color:#990099;
}
em{
}
strong{
}
.a-right{
	text-align:right;
}


#wrap{
	padding:0;
	margin:0 auto;
	width:980px;
}


#head{
	position:relative;
}


#menu{
	width:188px;
	float:left;
}
	#menu ul{
		list-style-type:none;
		padding:0;
		width:160px;
		float:right;
	}
	#menu li{
		width:160px;
		height:12px;
		padding-bottom:20px;/*メニュー間の隙間*/
	}
	#menu-home a{
		background:url(../images/li-home.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}
	#menu-home a:hover{
		background:url(../images/li-home1.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}
	#menu-about a{
		background:url(../images/li-about.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}
	#menu-about a:hover{
		background:url(../images/li-about1.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}
	#menu-shopping a{
		background:url(../images/li-shopping.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}
	#menu-shopping a:hover{
		background:url(../images/li-shopping1.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}
	#menu-blog a{
		background:url(../images/li-blog.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}
	#menu-blog a:hover{
		background:url(../images/li-blog1.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}
	#menu-contact a{
		background:url(../images/li-contact.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}
	#menu-contact a:hover{
		background:url(../images/li-contact1.jpg) no-repeat;
		width:160px;
		height:12px;
		display:block;
		text-indent:-9999px;
	}


#content{
	width:750px;
	float:right;
}
	h2{
	}
	h3{
		padding-left:44px;
		padding-top:30px;
	}
	h4{
		font-weight:normal;
		margin:0;
		padding:0;
	}
	p.txt1{
		padding-left:1em;
		padding-top:0;
		margin-top:0;
	}
	.content-in{
		padding-left:60px;
		padding-right:50px;
	}


#foot{
	text-align:right;
	clear:both;
	background:#E8E2D7;
	font-size:10px;
	padding:2px;
}
