﻿@charset "utf-8";

/*-----全体------------------*/

body{
text-align:left;
color:#333;
}


/*-----右------------------*/

#subContents{
	width: 210px;
	float: right;
	}

	#newJoin{
	width: 210px;
	height: 220px;
	border: none;
	background: url(/images/ja/help/sub_btn_join.gif) no-repeat;
	}
	#newJoin a{
	width: 210px;
	height: 220px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	}

	#faqBlog{
	width: 178x;
	text-align:left;
	line-height: 20px;
	margin: 20px 0 0 0;
	padding: 10px 15px 10px 15px;
	border:1px solid #fc7b0f;
	background:#f5f5f5;
	}
		#faqBlog h3{
		height: 31px;
		background: url(/images/ja/help/sub_faqblog.gif) no-repeat;
		text-indent: -9999px;
		margin: 0px auto;
		padding-bottom: 10px;
		}
		
	#howto{
	width: 178x;
	text-align:left;
	line-height: 20px;
	margin: 20px 0 0 0;
	padding: 10px 15px 10px 15px;
	border:1px solid #fc7b0f;
	background:#f5f5f5;
	}
		#howto h3{
		height: 15px;
		background: url(/images/ja/howto/sub_howto.gif) no-repeat;
		text-indent: -9999px;
		margin: 0px auto;
		padding-bottom: 10px;
		}

	#moreBtn1 a,#moreBtn2 a,#moreBtn3 a{
	width: 210px;
	height: 83px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	}
	
	#moreBtn1 {
	width: 210px;
	height: 83px;
	margin: 6px 0 0 0;
	border: none;
	background: url(/images/ja/help/sub_img_1.gif) no-repeat;
	}
	#moreBtn2 {
	width: 210px;
	height: 83px;
	margin: 6px 0 0 0;
	border: none;
	background: url(/images/ja/help/sub_img_2.gif) no-repeat;
	}
	#moreBtn3 {
	width: 210px;
	height: 83px;
	margin: 6px 0 0 0;
	border: none;
	background: url(/images/ja/help/sub_img_3.gif) no-repeat;
	}
	
