/*--------------------------------------------------------------------
/- file   : style.css
/- admin  : MEGA-D Inc. Katsuya Shibata
/- update : 20070112
/- desc   : css for modern browser
/--------------------------------------------------------------------*/

/* HEADER
------------------------------------------*/
#handycam_header {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	background-color: #fff;
	background-image: url(../../../img/head_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#handycam_header h1 {
	width:204px;
	float:left;
}
#handycam_header #nav { width: 543px; }
#handycam_header ul { float: right;/*	float: left;*/ }
#handycam_header li {
	display: block;
	list-style-type: none;
	float: left;
}
#handycam_header li.nav {
	margin-right: 3px;
	width: 132px;
}
#handycam_header li.navLast { width: 135px; }
#handycam_sitemap {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#handycam_sitemap img {
	padding-right: 7px;
	padding-bottom: 0px;
}
/************* Tag Override *************/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 95%;
	line-height:150%;
	color: #333333;
	background: #FFFFFF;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
th,td {
    font: normal normal 9pt "ＭＳ Ｐゴシック", "Osaka" !important;
	line-height: 1.3 !important;
}
img {
	border-style: none;
}

p {
	margin: 0px 0px 10px;
}

sup {
	vertical-align:0.7em;
	font-size:70%;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/************* Common *************/

div#container {
    line-height: 1.3;
    font-size: 9pt;
	width: 713px;
	margin: 0px auto;
	text-align: left;
	padding-top:20px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.clear hr {
	display: none;
	margin: 0;
	padding: 0;
}
.red {
	color: #FF0000;
}
.small {
	font-size: 80%;
}

/************* Sytle *************/
h1 {
	margin-top:0px;
}


/************* Sytle 01 *************/
div#element01 {
	margin-bottom:40px;
}
div#element01 h2{
	margin:10px 0;
}
div#element01 div.left{
	float:left;
	width:370px;
}
div#element01 div.right{
	float:right;
}
div#element01 p#img2{
	clear:both;
	margin-bottom:20px;
}

/************* Sytle 02 *************/
div#element02 {
	margin-bottom:40px;
}
div#element02 h2{
	margin:0 0 15px;
}
div#element02 p#img1{
	padding-bottom:10px;
}
div#element02 div.left{
	float:left;
	width:349px;
}
div#element02 div.right{
	float:right;
	width:349px;
}
div#element02 table{
	margin-top:10px;
}
div#element02 th{
	padding:0 15px 20px 0;
	vertical-align:top;
}
div#element02 td{
	padding-top:10px;
	vertical-align:top;
}
h3{
	margin:0 0 10px;
}
div#element02 p.fr {
	float:right;
}
div#element02 p.fl {
	float:left;
}



/************* Sytle 03 *************/
div#element03 {
	margin-bottom:40px;
}
div#element03 h2{
	margin:0 0 15px;
}

/************* Sytle 04 *************/
div#element04 {
	margin-bottom:40px;
}
div#element04 h2{
	margin:0 0 15px;
}
div#element04 table{
	border-top:#9E9E9E solid 1px;
	border-left:#9E9E9E solid 1px;
}
div#element04 th{
	padding:3px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	border-right:#9E9E9E solid 1px;
	border-bottom:#9E9E9E solid 1px;
}
div#element04 td{
	padding:3px;
	font-weight:normal;
	text-align:center;
	border-right:#9E9E9E solid 1px;
	border-bottom:#9E9E9E solid 1px;
}
div#element04 .title{
	background:#CCC;
	font-weight:bold !important;
	text-align:left;
    width: 16%;
}
div#element04 .bgBlue{
	background:#0088CE;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
div#element04 .bgRed{
	background:#DA2128;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
div#element04 .bgGrey{
	background:#EFEFEF;
}

/************* Sytle 05 *************/
div#element05 {
	margin-bottom:40px;
}
div#element05 h2{
	margin:0 0 15px;
}

div#element05 div.left{
	float:left;
	width:240px;
}
div#element05 div.right{
	float:right;
	width:460px;
}
/************* Pagetop Navi *************/
p#pagetopNavi {
	margin:20px 0;
	text-align:right;
}


/**/
div.FormB {
	width:713px;
	margin:0 0 1.5em;
	display:table;
	direction:rtl;
}

	div.FormB p.FormImage{
		margin:0; /* table-cell で実現する場合と IE 6, 7 とで差が出ないように margin は 0 に設定 */
		display:table-cell;
		vertical-align:top;
		width:1%;
		/width:auto;
		/float:right; /* IE 6, 7 */
		padding-right:20px;
		padding-left:30px;
	}
	
	div.FormB div.FormText{
		display:table-cell;
		vertical-align:top;
		direction:ltr;
		text-align:left;
		/zoom:1; /* IE 6, 7 */
	}

