@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	background:#FFFFFF url(/images/common/bg.gif) center top repeat;
}

a {
	color:#330033;
}

img {
	border:none;
}

.clearfix { 
	zoom:100%;
}

.clearfix:after {
	content:" "; 
	clear:both; 
	height:0; 
	display:block; 
	visibility:hidden;
}

/**/

#containerTop {
	width:670px;
	margin:0 auto;
	padding-top:25px;
	background:url(/images/top/note_bg_top.gif) left top no-repeat;
}

#containerTopInner {
	padding:0 22px 20px;
	background:url(/images/top/note_bg_btm.gif) left bottom no-repeat;
}

#topLeft {
	width:380px;
	float:left;
}

#topLeft h2 {
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #A79D9F;
}

#topLeft p {
	color:#666666;
	font-size:13px;
	line-height:1.4;
	margin-bottom:10px;
}

#topLeft ul {
	margin-bottom:12px;
}

#topLeft li {
	list-style:none outside;
	font-size:14px;
	margin-bottom:8px;
	padding-left:18px;
	padding-bottom:6px;
	background:url(/images/top/icon_heart.gif) left top no-repeat;
	border-bottom:1px dotted #A79D9F;
}

#topLeft li.more {
	font-size:13px;
	font-weight:bold;
	text-align:right;
	padding:0;
	background:none;
	border:none;
}

#topRight {
	width:234x;
	float:right;
}

#topRight p {
	margin-bottom:12px;
}

#footer {
	color:#A79D9F;
	font-size:11px;
	text-align:center;
	padding:20px 0;
}


