﻿@charset "utf-8";

#wrap_2col{
	/*width: 1001px;*/
	width: 1401px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #f0f0f0 url("../img/bg_help.gif") repeat-y;
    border-right: #000000 1px solid;
}

#main{
	/*width: 800px;*/
	width: 1200px;
	margin: 0;
	padding: 0;
	float: left;

}

#right{
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	display:box;
}


#help_header{
	position: relative;			/* 絶対配置の基準 */
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#help_headermenu{
	position: absolute;			/* 絶対配置 */
	display: block;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
}

#help_title{
	width: 170px;
	margin: 0 15px;
	padding: 3px 0;
	color: #ffffff;
	background: #339999;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#help_location{
	width: 100%;
	margin: 5px 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
	text-align: center;
}

.help_stitle{
	width: 170px;
	margin: 25px 15px 0 15px;
	padding: 1px 0;
	border-bottom: #fff 2px solid;
	color: #339999;
	font-weight: bold;
}

.help_text{
	width: 160px;
	margin: 10px 20px;
	padding: 0;
	color: #666;
	font-size: 12px;
}


