/* guide
===================================================================*/

/* ================ width ================ */
.width200 {
	width : 200px;
}
.width120 {
	width : 120px;
}
.width80 {
	width : 80px;
}

/* ================ font ================ */
.f_impact {
	padding : 10px 1px 5px 1px;
	color : #333399;
}

/* ================ text align ================ */
.t_guide td.align_left,.t_guide th.align_left {
	text-align : left;
	vertical-align : middle;
	padding-left: 10px;
}

/* ================ guide table ================ */
.t_guide {
	width : 560px;
}
.t_guide td {
	border : 1px solid #666699;
	padding : 5px;
	text-align: justify;
	text-justify: distribute;
	vertical-align : middle;
}
.t_guide th {
	border : 1px solid #666699;
	font-weight: normal;
	padding : 5px;
	background-color:#ECEAF4;
	text-align: center;
	vertical-align: middle;
}

.t_spacing {
	margin-top : 20px;
}

/* ================ guide list ================ */
.guide_list {
	padding : 10px 5px 10px 25px;
}

.guide_list li {
	list-style-type : disc;
	list-style-position : outside;
}

/* =============== inside link ================ */
.inside_link {
	text-align: left;
}
.inside_link a:link, a:visited {
	color: #666699;
	text-decoration: underline;
}
.inside_link a:hover, a:active {
	color: #CC3333;
	text-decoration: none;
}

/* =============== begin button =============== */
.begin_button {
	padding-left: 16px;
	text-align: center;
}

.begin_button a {
	display: block;
	width: 548px;
	height: 84px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../images/common/btn-begin.png);
	background-repeat: no-repeat;
}
.begin_button a:hover {
	background-position: 0px -84px;
}

/* =============== guide block =============== */
.guide_block {
	padding: 10px;
	border-left: 1px #666699 solid;
	border-right: 1px #666699 solid;
	border-bottom: 1px #666699 solid;
}
.guide_block p {
	text-align: left;
	padding: 20px 10px 10px 10px;
}
.guide_block a {
	display: block;
	width: 182px;
	height: 0px;
	overflow: hidden;
	padding-top: 40px;
	margin-left: 180px;
}
.g_btn_about a {
	background-image: url(../images/guide/g_btn_about.png);
	background-repeat: no-repeat;
}
.g_btn_about a:hover {
	background-position: 0px -40px;
}
.g_btn_site a {
	background-image: url(../images/guide/g_btn_site.png);
	background-repeat: no-repeat;
}
.g_btn_site a:hover {
	background-position: 0px -40px;
}

/* =============== noracom link ============== */
.table_dashline {
	border-bottom: 1px #9999FF dashed;
}
#link_table tr th {
	width: 250px;
	padding: 10px 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
#link_table tr td {
	vertical-align: middle;
}

#link_table tr td dl dt {
	padding-left: 18px;
	height: 20px;
	background-image: url(../images/icon/bluestar_01.gif);
	background-repeat: no-repeat;
	background-position:left middle;
	font-weight: bold;
}
#link_table tr td dl dd {
	padding-left: 18px;
}

.table_block {
	width : 538px;
	padding : 10px;
	border-left : 1px solid #9999cc;
	border-right : 1px solid #9999cc;
	border-bottom : 1px solid #9999cc;
	margin-bottom: 20px;
}