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

@charset "utf-8";

html, body {
	width:520px;
}
 
#fb-tab-wrapper {
 	width:520px;
	overflow:hidden;
}

li{
	float:left;
	list-style-type:none;
	margin-bottom:10px;
}

li.menuArrow {
	background:url(../images/bg_arrow_off.gif) no-repeat left;
        padding:0px 2px 0px 15px;
	margin-left:25px;
        color:#808080;
}

input{
	border:1px #808080 solid;
}

textarea{
	width:250px;
	height:80px;
	border:1px #808080 solid;
	float:right;
}

#header{
	width:520px;
	height:149px;
	background:url(../images/bg_main.gif) no-repeat;
	margin:0px 0px 35px 0px;
}

#container{
	width:520px;
}

#contents{
	width:498px;
	border:1px #dddddd solid;
	margin:20px 0px 0px 0px;
	padding:20px 10px 30px 10px;
}

#title_01{
	border-bottom:1px #dddddd solid;
	padding-bottom:8px;
	margin-bottom:15px;
	font-size:18px;
}

#title_02{
	border-bottom:1px #dddddd solid;
	padding-bottom:4px;
}


.b-clear{
	clear:both;
}

.formLabel {
 	float:left;
	color:#333333;
	font-size:14px;
	margin:6px 0px 6px 0px;
}

.pics{
	border-bottom:1px #dddddd solid;
	padding:0px 20px 10px 20px;
	margin-bottom:10px;
}

.picsTitle{
	font-weight:bold;
	float:left;
	color:#333333;
	font-size:14px;
	margin:12px 0px 7px 0px;
}

.picsPrice{
	font-weight:bold;
	float:right;
	color:#333333;
	font-size:14px;
	margin:12px 0px 7px 0px;
}

.picsImage{
	float:left;
	width:85px;
}

.picsImage .fb_like{
  margin: 7px;
}

.imgBorder{
	border:5px #eeeeee solid;
}

.picsTxt{
	float:right;
	width:323px;
	margin-left:50px;
	line-height:140%;
}

.update:link{
	padding:6px 8px;
	background:url(../images/ico_change.gif) no-repeat center center;
}

.update:visited{
	padding:6px 8px;
	background:url(../images/ico_change.gif) no-repeat center center;
}

.update:hover{
	padding:6px 8px;
	background:url(../images/ico_change_over.gif) no-repeat center center;
}

.update_name:link{
	padding:6px 8px;
	background:url(../images/ico_change.gif) no-repeat center center;
}

.update_name:visited{
	padding:6px 8px;
	background:url(../images/ico_change.gif) no-repeat center center;
}

.update_name:hover{
	padding:6px 8px;
	background:url(../images/ico_change_over.gif) no-repeat center center;
}

.delete:link{
	padding:6px 8px;
	background:url(../images/ico_delete.gif) no-repeat center center;
}

.delete:visited{
	padding:6px 8px;
	background:url(../images/ico_delete.gif) no-repeat center center;
}

.delete:hover{
	padding:6px 8px;
	background:url(../images/ico_delete_over.gif) no-repeat center center;
}