﻿@charset	"UTF-8";
/*
---------------------------------------------------------------------
	page body warpper
	margin: 15px 15px 150px 45px = width: 650px + padding: 5px; = 720px
	margin: 15px 35px 150px 65px = width: 610px + padding: 5px; = 720px
---------------------------------------------------------------------
*/
#mainBodyMargin {
	margin: 15px 35px 150px 65px;
	background-color: white;
}
#mainBodyInner {
	width: 610px /*610px*/;
	color: black;
	text-align: left;
	padding: 5px;
}
/*
---------------------------------------------------------------------
		support tool Header 
---------------------------------------------------------------------
*/
#supPageHeader {
	margin: 0 0 30px 0;
}
#supPageHeader #puzzle {
	width: 610px;
	height: 184px;
	text-align: center;
}
#supPageHeader img {
	border: 0;
	vertical-align: top;
}
#supPageHeader p {
	margin: 10px 0 0 0;
	background-color: #FFF7C4;
	padding: 4px 0 4px 0;
}
#supPageHeader .puzzleSpan {
	font-size: 11px;
}
/*
---------------------------------------------------------------------
		support tool Item
---------------------------------------------------------------------
*/
.supItemBloc {
	width: 610px;
	margin: 0;
}
.supItemBloc div {
	width: 170px; /*height: 50px;*/;
	float: left;
	text-align: center;
	margin-top: 40px /*dt line-height*/;
}
.supItemBloc img {
	border: 0;
}
.supItemBloc dl {
	width: 440px;
	float: left;
	border: 0;
	margin: 0;
}
.supItemBloc dt {
	height: 28px;
	background-image: url('../images/common/titleback101.gif');
	background-repeat: no-repeat;
	line-height: 28px;
	padding: 0 0 0 20px;
/*width: 300px;*/	margin-bottom: 16px;
}
.supItemBloc dd {
	padding: 0 20px 0 0;
	height:auto;
}
/*	support table layout
-======================================-*/
.supItemTBL {
	width: 610px;
	margin: 80px 0 0 0;
}
.supItemTBL p {
	height: 28px;
	background-image: url('../images/common/titleback101.gif');
	background-repeat: no-repeat;
	line-height: 28px;
	padding: 0 0 0 20px;
	width: 420px;
	margin-bottom: 16px;
}
.supItemTBL span {
	font-weight: bold;
	margin-left: 30px;
}
.supItemTBL div {
	width: 570px;
	background-color: olive;
	font-size: 11px;
	margin: 10px 0 30px 40px;
}
.supItemTBL table {
	width: 100%;
	border-color: #CCCCCC;
	border-width: 0;
}
.supItemTBL td {
	background-color: white;
	padding: 0 0 0 4px;
	height: 22px;
	line-height: 22px;
}
.supItemTBL td.column1 {
	width: 150px;
}
.supItemTBL td.column2 {
	width: 100px;
	text-align: center;
}
