﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : lifemovie.css
For   : Setting base styles of the site


Created       : 2008-12-02
Last Modified : 2008-12-08

----------------------------------------

Content	

    0. Area Section
	1. Comment

//////////////////////////////////////////////////*/

/* ---------------------------------------
 
	0. Area Section
 
   ---------------------------------------- */
.area_section {
	padding-bottom: 35px;
}
.area_section .area_section_title {
	background: url(/lifemovie/images/area_section_title_back.gif) no-repeat top left;
}
.area_section .area_section_title h2 {
	float: left;
	height: 25px;
	margin-bottom: 12px;
}
.area_section .area_section_title h2 img {
	margin: 6px 0 0 16px;
}
.area_section .area_section_title p {
	float: right;
	padding-right: 12px;
	color: #ffffff;
	line-height: 25px;
}
.area_section .area_section_row {
	width: 484px;
	margin-bottom: 12px;
	padding-bottom: 3px;
	background: url(/lifemovie/images/comment_bottom.gif) no-repeat bottom left;
}
.area_section .only_left_column {
	width: 236px;
}
.area_section_row_container {
	overflow:hidden;
}

/* ---------------------------------------
 
	1. Comment
 
   ---------------------------------------- */
.comment_container {
	width: 236px;
	padding-bottom:32768px;
	margin-bottom:-32768px;
	background:  #f6f7e7 url(/lifemovie/images/comment_top.gif) no-repeat top left;
}
.comment_container_left {
	float: left;
}
.comment_container_right {
	float: right;
}
.comment_container .comment_prof {
	float: right;
	width: 105px;
}
.comment_container .comment_prof h3 {
	margin: 7px 7px 3px 0;
	font-weight: bold;
}
.comment_container .comment_prof p {
	margin: 0 7px 7px 0;
}
.comment_container .comment_img {
	float: left;
	width: 129px;
}
.comment_container .comment_img img {
	margin: 10px;
}
.comment_container .comment_img p.comment_detail_btn {
	float: right;
	margin: 0 10px 7px 0;
}
.comment_container .comment_img p.comment_detail_btn img {
	margin: 0;
}