/*=========================================================


	Site Name   SONY HANDYCAM FEATURE
	File Name   index.css

	Create Date 2010/12/01


==========================================================*/

/*----------------------------------------------------------

	Module Top Style Sheet

-----------------------------------------------------------*/

h1 {
	margin-bottom: 40px;
}
h2 {
	margin-bottom: 20px;
	text-align: center;
}
h3 {
	margin-bottom: 20px;
}
.h2Area {
	padding: 0 40px 60px;
}

/*----------------------------------------------------------

	Module Layout Style Sheet

-----------------------------------------------------------*/

/* lead */
.leadBg {
	position:relative;
	margin-bottom: 30px;
	width: 755px;
	height: 193px;
	background: url(../images/lead_bg.jpg) no-repeat left top;
}
.leadBg .left {
	position: absolute;
	left:17px;
	bottom: 52px;
}
.leadBg .right {
	position: absolute;
	right: 18px;
	bottom: 52px;
}

/* section */
.section {
	margin-bottom: 40px;
}
.section .leftSection {
	float: left;
	width: 360px;
}
.section .rightSection {
	float: right;
	width: 290px;
}
.fi {
	float: right;
	padding: 0 0 25px 25px;
}
.mb0 {
	margin-bottom: 0;
}
.ml15 {
	margin-left: 15px;
}
.mapov {
	cursor: pointer;
}

/* overwrite */

#container #pagebody {
	margin-top: 0;
}
#container #pagebody #column2-right {
	margin-top: 20px;
}

/*----------------------------------------------------------

	Module Font Style Sheet

-----------------------------------------------------------*/

/*  */
.txt_s {
	font-size: 80%;
}
.notice {
	margin-left: 1em;
	text-indent: -1em;
}

/*----------------------------------------------------------

	Common Module

-----------------------------------------------------------*/

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/*nonHeight*/

.nonHeight {
	line-height: 0;
	font-size: 0;
}