@charset "utf-8";

/*__________________________________________________

  top
  __________________________________________________*/

#topimg {
	text-align:center; 
	padding: 20px 0;
}

#topimg .lead {
	line-height: 1.2em;
}

/*__________________________________________________

  right
  __________________________________________________*/

#right {
	clear: both;
	float: left;
	margin: 0 0 0 25%;
	padding: 0;
	background: #ffffff;
	width: 75%;
}

/* contents */
.help-content {
	width: 90%;
}

video {
	width: 400px;
	height: 300px;
}

/*__________________________________________________

  left
  __________________________________________________*/

#left {
	width: 25%;
	float: left;
	position: absolute;
	top: 80px;
	left : 0;
	margin: 0;
	padding: 0;
	font-size: 95%;
}

#left div.item {
	padding: 0;
	margin: 0 0 1px 0;
	font-size: 95%;
	color: #333333;
}

#left div.item a{
	padding: 12px 7px;
	border-bottom: 1px dashed #666666;
	border-left: 7px solid #999999;
	text-decoration: none;
	display: block;
}

#left div.item a:hover{
	border-left: 7px solid #ca3838;
	color: #ca3838;
	background-color: #efefef;
}

/*__________________________________________________

  footer
  __________________________________________________*/

#footer {
	float: right;
	width: 75%;
	text-align: center;
	margin: 20px auto;
	padding: 0;
	background: #ffffff;
}

