/* ID属性 */
#frame{
	width:100%;
	text-align:center;
}
#top {
	widht:100%;
	text-align:center;
}
#menu {
	float:left;
	width:167px;
	margin:10px 0px 10px 0px;
	text-align:left;
	font-size:14px;
}

#contents {
	float:right;
	margin:0px 0px 20px 10px;	/* 上右下左 */
	text-align:left;
	font-size:14px;
}

#buttom {
	clear:both;
	padding-top:20px;
	border-top:1px solid gray;
	text-align:center;
	font-size:10px;
}

#popup_contents {
	margin:10px 10px 20px 10px;	/*上右下左 */
	text-align:left;
	font-size:14px;
}

#sub h2 {
	line-height: 1;
	font-weight: bold;
	padding: 12px 12px 6px;
	background-repeat: no-repeat;
	border: 1px solid #B2B2B2;
	font-size: 16px;
	margin-bottom: 20px;
}

#sub #popup_contents #login_subMenuText ul {
	font-size:15px;
	padding:10px 0px 0px 20px;
}

#sub #popup_contents #login_subMenuText li {
	margin: 10px 0px 10px 3px;
	list-style-type: circle;
	background-repeat : no-repeat;
	background-position : left center ;
}

#memberInput .input_long {

	width:90%;
	border:1px solid #D3D3D3;
}

#memberInput .input_num {
	width:35px;
	border:1px solid #D3D3D3;
	ime-mode: disabled;
}

#memberInput .input_short {
	width:120px;
	border:1px solid #D3D3D3;
}

#memberInput .input_id_pwd {
	width:80px;
	border:1px solid #D3D3D3;
}

#memberInput .input_none {
	border:none;
}

#memberInput .textArea {
	border:1px solid #D3D3D3;
}

/* クラス */
body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.6;
	background-color: white;
	color: #000066;
	height: 100%;
}

a img {
	border-style: none;
}

table.memberInput {
	border-collapse: collapse;
	margin-top:5px;
	width:100%;
	font-size:13px;
	border-width:1px 1px 1px 1px;	/*上右下左*/
	border-style: solid;
	border-color: Silver ;
	margin-bottom:10px;
}

table.memberInput td {
	border-width:1px 1px 1px 1px;	/*上右下左*/
	border-style: solid;
	/*border-color: Silver ;*/
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.memberInput td.title {
	width: 180px;
	background-color:#f4f4f4;
}

table.memberInput div.errMessage {
	color : red;
}

table.memberInput td.inTable {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.memberInput tr.title {
	background-color:#f4f4f4;
}

input[readonly],textarea[readonly] {
  	border: 0;
 	box-shadow: none;
 	background-color: white;
 	outline: none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 90%;
}
input[readonly]#txtChangeTelNo1,input[readonly]#txtChangeTelNo2,input[readonly]#txtChangeTelNo3,
input[readonly]#txtChangeFaxNo1,input[readonly]#txtChangeFaxNo2,input[readonly]#txtChangeFaxNo3,
input[readonly]#txtChangePostCd1,input[readonly]#txtChangePostCd2
{
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 30px;
}
/*-------------------------------------*/
/* base.cssの上書き                    */
/*-------------------------------------*/


#sub #subMenu {
	font-size:14px;
	width: 172px;
/*	margin-right: 10px;*/
	margin:0px 0px 10px 0px;
	text-align:left;
}

#sub #subMenu a:link {
	text-decoration: underline;
	color: #039;
}

#sub #subMenu a:visited {
	text-decoration: underline;
	color: #06C;
}

#sub #subMenu a:hover {
	text-decoration: underline;
	color: #09F;
}

#sub #subMenu a:active {
	text-decoration: underline;
	color: #09F;
}

#sub #subMenu .subMenuHeader {
	background-image: url(../img/bg_heading_kenshu_sidemenu.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
	line-height: 1;
	text-align:center;
	white-space:nowrap;
	letter-spacing:1px;
	color: #312C2A;

}

#sub #subMenu .subMenuParent {
	float: none;
	background-image: url(/sjp_top/images/bg_arrow_sub.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	line-height: 1.2;
	margin:5px 2px 5px 3px;
	padding: 6px 0px 0px 12px;
}

#sub #subMenu .subMenuChild {
	float: none;
	background-image: url(/sjp_top/images/bg_arrow_sub.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	line-height: 1.2;
	margin:3px 2px 3px 3px;
	padding: 6px 0px 0px 12px;
	font-weight: normal;
}


#sub #subMenu .thisPage {
	float: none;
	background-image: url(/sjp_top/images/bg_arrow_sub_green.gif);
	background-repeat: no-repeat;
	line-height: 1.2;
	background-position: left 7px;
	margin:3px 2px 3px 3px;
	padding: 6px 0px 0px 12px;
	font-weight: bold;
}

#sub #subMenu .subMenuChild_jump {
	background-image: url(/sjp_top/images/bg_arrow_sub2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	line-height: 1.2;
	font-weight: normal;
	font-size: 13px;
	padding: 6px 0px 0px 10px;
}

#sub #subMenu ul{
	margin: 3px 0px 3px 5px;

}

#sub #subMenu li{
	margin: 0px 0px 3px 5px;

}

#sub #subMenu .parentPage {
	background-position: left 2px;
}


#sub #subMenu .parentPage ul li {
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	line-height: 1.2;
	font-weight: normal;
	font-size: 30px;
	padding: 6px 0px 0px 10px;
}

#sub #subMenu .parentPage .thisPage2 {
	float: none;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
}

div.subMenuText {
	width:100%;
	padding:5px 0px 0px 0px;		/*上右下左*/
	/*background-color:#DCDCDC;*/
	background-color:#EEEEEE;
	font-size:13px;
}


#sub #contents {
	/*width: 613px;*/
	width: 633px;
	float: right;
}
/* base.css上で20pxのpadding指定がしてあるが、テーブルに影響するので上書きする。*/
#sub #contents td {
	padding-right: 0px;
}
