@charset "UTF-8";
/* CSS Document */

@import "common/layout.css";


/*-------------------------------------------------------------------------
	INDEX
/*-----------------------------------------------------------------------*/

body{
	background:#f6f3e3;
}

#all{
	width:832px;
	margin:0 auto;
	background:url(../img/mothers_day2012/bg001.gif) 0 0 repeat;
	padding:0 0 16px 0;
}

#main{
	background:#FFF;
	width:800px;
	margin:0 auto;
}

#content{
	padding:20px 11px 11px 11px;
}

#content .item{
	width:634px;
	margin:20px 0 10px 72px;
}

#content .item .left{
	float:left;
	width:302px;
}

#content .item .right{
	float:right;
	width:302px;
}

#content .item dl dt a{
	font-size:14px;
	font-weight:bold;
	color:#e60012;
	text-decoration:underline;
}

#content .item dl dd a{
	text-decoration:underline;
}
