/*=========================================================


	Site Name   SONY HANDYCAM TOP
	File Name   page.css

	Create Date 2009/04/01


==========================================================*/

/*----------------------------------------------------------

	ソリューション共通

-----------------------------------------------------------*/
#solutionWrap {
	background: url(../images/container_bg_dot.gif);
	margin: 0 0 60px;
}
#solution {
	background: url(../images/container_bg_line.gif) repeat-y;
}

#container #main-visual {
	position: relative;
	margin: 10px 0 50px 0;
	height: 300px;
}
#container #main-visual #mainVisualImage {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
}
#container #main-visual ul.solutionNavi {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 45px;
	padding: 0 15px;
}
#container #main-visual ul.solutionNavi li {
	display: inline;
}
#container ul.solutionNaviBottom {
	height: 45px;
	padding: 0 15px;
}
#container ul.solutionNaviBottom li {
	display: inline;
}

/* section */
.topBorderWrap {
	background: url(../images/container_width_line.gif) repeat-x top;
}
#container #solutionWrap #solution div.section {
	padding: 0 32px;
}
#container #solutionWrap #solution div.section h2 {
	padding: 0 0 20px 0;
}
#container #solutionWrap #solution div.section h3 {
	background: url(../images/container_width_line.gif) repeat-x top;
	padding: 1px 0 20px 0;
}
#container #solutionWrap #solution div.section div.sectionLeft {
	float: left;
}
#container #solutionWrap #solution div.section div.sectionRight {
	float: right;
}
#container #solutionWrap #solution div.tbLine {
	height: 32px;
}

ul.solutionBnrBottom {
	text-align: center;
	padding: 90px 0 30px;
}
ul.solutionBnrBottom li {
	display: inline;
}
/*----------------------------------------------------------

	index.html

-----------------------------------------------------------*/

div.section01 div.sectionLeft {
	width: 681px;
}
div.section01 div.sectionRight {
	width: 205px;
	text-align: right;
}
/*----------------------------------------------------------

	Common Module

-----------------------------------------------------------*/
.pr100 { padding-right: 100px; }
.pl20 { padding-left: 20px; }
.mlb5 {
	margin: 0 0 5px 5px;
}
.notes01A {
	color: #666666;
	font-size: 84%;
	font-weight: normal;
}
/*clearfix*/
.solutionBnrBottom:after,
.section:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.solutionBnrBottom,
.section,
.clearfix {
	zoom: 1;
}

/*nonHeight*/

.nonHeight {
	line-height: 0;
	font-size: 0;
}

.icon_blank {
	margin:0 0 0 3px;
	vertical-align:top;
}

/*float*/
.floatRight {
	float: right;
}

