﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : letoit.css
For   : Setting base styles of the site


Created       : 2009-08-05
Last Modified : 2009-08-05

----------------------------------------

Content	

    0. Area Section
	1. Comment

//////////////////////////////////////////////////*/

/* ---------------------------------------
 
	0. Area Section
 
   ---------------------------------------- */
.area_section {
	padding-bottom: 35px;
}
.area_section .area_section_title1{
	padding-bottom: 11px;
}
.area_section .area_section_title2{
	padding-bottom: 11px;
}
.area_section .area_section_title3{
	padding-bottom: 11px;
}

.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: 42px;
	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;
}

/* ---------------------------------------
 
	3. content_header
 
   ---------------------------------------- */
.content_header {
	width: 484px;
	}
.content_header .type_area{
	margin: 8px 0 0 0;
	}				
.content_header .type1 {
	float: left;
	width: 150px;
	}	
.content_header .type2 {
	float: left;
	width: 154px;
	padding-left: 15px;
	}
.content_header .type3 {
	float: left;
	width: 150px;
	padding-left: 15px;
	}
.content_header p.content_header_type_btn {
	float: right;
	margin: 5px 0 7px 0;
}
.content_header p.txt_letoit_desc {
	margin: 37px 0 11px 0;
}
	


