@charset "utf-8";

/* ****************************************************
   2009-05-14
**************************************************** */

/* Index [ mypage.css ]
=================================
1: heading
2: text
3: main contents (override)
4: local navigation (override)
5: mypageBox
6: footer (override)
7: form


99: clearFix
=================================*/



/* 1: heading
=================================*/

#contents_mypage h1{
	background-image:url(/mypage/images/mypage_title.gif);
	background-repeat:no-repeat;
	width:682px;
	height:49px;
}


#contents_mypage h1 #mypageTitle {
	padding:10px 361px 0 12px;
	float:left;
	width:213px;
	height:27px;
}

#contents_mypage h1 #mypageTitle2 {
	padding:10px 0 0 12px;
	height:27px;
}

#contents_mypage h1 #logoutbt {
	padding:11px 0 0 0;
}






/* 2: text
=================================*/

#custmerName{
	margin:20px 15px 15px;
	background-image: url(/mypage/images/dot.gif);
	background-repeat:no-repeat;
	height:28px;
	width:650px;
	border-bottom:#a1a08b 1px solid;
}

#custmerName p{
	padding-left:15px;
	font-weight:bold;
	line-height:24px;
}

/* 3: main contents
=================================*/
#pageContainer #mainContainer {
	margin: 0 25px;
	background: url(/mypage/images/com_bg005.jpg) repeat-y 0 0;
}

#pageContainer #mainContainer #contents_mypage {
	float: right;
	width: 680px;
	margin-right: 20px;
	display: inline;
	
}


#pageContainer #mainContainer #contents_register{
	width: 916px;
	margin-left: 18px;
}


#pageContainer #mainContainer #contents_register #subContents{
	margin-top:20px;
	margin-left: 30px;
	width:860px;
}


#contents_register #subContents h2{
	font-weight:bold;
}

#contents_register #subContents h3{
	/*margin-top:20px;*/
	font-weight:bold;
}


#contents_register #subContents #progress{
	padding:15px 0 0 0;
}


#contents_register #subContents .textblock{
	margin:20px 0 15px 20px;
	width:760px;
}

#contents_register #subContents .textblock p{
	margin-top:10px;
}


#contents_register #subContents .textblock p span{
	color:#FF0000;
}

.btnPosi{
	text-align:center;
}

#contents_register #subContents .textblock2{
	margin:30px 0 15px 50px;
	width:700px;
}


img.borderline{
	border:#999999 1px solid;
	
}



#subtitleWithLine{
	margin-bottom:20px;
	width:680px;
	height:20px;
	border-bottom:2px solid #b09360;	
}


#subtitleWithLine2{
	margin-top:40px;
	margin-bottom:20px;
	width:680px;
	height:20px;
	border-bottom:2px solid #b09360;	
}

.red{
	font-weight:bold;
	color:#FF0000;
}


#txtlink{
	padding:3px 20px 20px;
}



/* 4: local navigation
=================================*/
#mainContainer #localNavi_mypage {
	padding:0;
	margin:0;
	float: right;
	display: inline;
	width: 210px;
	margin-right: 20px;
	
}


#localNavi_mypage #menutop_name{
	width:193px;
	*width:210px;
	height:30px;
	padding:18px 0 0 18px;
	background-image:url(/mypage/images/menu_top.gif);
	background-repeat:no-repeat;
	
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;

}


/* IE6 */
*html body #localNavi_mypage #menutop_name{
	width:210px;
	height:48px;
	padding:18px 0 0 18px;
	background-image:url(/mypage/images/menu_top.gif);
	background-repeat:no-repeat;
	
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;

}



#localNavi_mypage #menutop_opera{
	margin:15px 0 0 0;
	padding:8px;
	background-color:#332c26;
	border:1px solid #666666;
	color:#FFFFFF;
	font-size:12px;
	line-height:16px;
}


#localNavi_mypage #menutop_opera2{
	padding:8px 8px 0px 8px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}



#localNavi_mypage #menutop_opera2 p{
	margin-bottom:10px;
	padding-top:5px;
	border-top:1px dotted #666666;
}



/* ヘルプ、ログインなどのボタン*/
#localNavi_mypage #loginbtn_area{
	margin-top:15px;
	padding:4px 0;
	border:#CCCCCC 1px solid;
	width:210px;
	text-align:center;
}


#localNavi_mypage #loginbtn_area img{
	margin:2px 0;
}



#localNavi_mypage #loginbtn_area2{
	padding:4px 0;
	border:#CCCCCC 1px solid;
	/* width:210px; */
	text-align:center;
}


#localNavi_mypage #loginbtn_area2 img{
	margin:2px 0;
}



/* navi1 */
#localNavi_mypage ul.navi1 {
	width: 210px;
}

#localNavi_mypage ul.navi1 li {
	width: 210px;
	margin: 5px 0 0 0;
	background: url(/mypage/images/menu_btn.gif) no-repeat 0 0;
}


#localNavi_mypage ul.navi1 li.long{
	width: 210px;
	margin: 5px 0 0 0;
	background: url(/mypage/images/menu_btn2.gif) no-repeat 0 0;

}

#localNavi_mypage ul.navi1 li a {
	display: block;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	
}


#localNavi_mypage #loginmenu{
	padding:10px;
	/* border-top:1px solid #999999; */
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;

	background-image:url(/mypage/images/login_base.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
	
	
}

/* IE6 */
*html body #localNavi_mypage #loginmenu{
	padding:8px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;

	background-image:url(/mypage/images/login_base.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}



#loginmenu dl{
	padding:10px 0;
	font-size:10px;
	font-weight:bold;
}

#loginmenu dl dt{
	padding:5px 0 3px 0;
}

#loginmenu dl dd{
	padding:0 0 4px 0;
}

#loginhelp{
	margin-top:14px;

}

.loginhelpbox{
	margin-bottom:5px;
	padding:10px;
	background-color:#FFFFFF;
	border:#888888 1px solid;
	width:165px;
	height:10px;
}


/* IE6 */
*html body .loginhelpbox{
	margin-bottom:5px;
	padding:10px;
	background-color:#FFFFFF;
	border:#888888 1px solid;
	width:185px;
	height:10px;
}


.loginhelpbox a{
	background-image: url(/mypage/images/help_arr.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	line-height:12px;
}

/* 5: mypageBox
=================================*/
.mypageBox{
	margin:10px 15px 20px;
	width:656px;
	background-image:url(/mypage/images/subbox_bg.gif);
	background-repeat:repeat-y;
}

.mypageBox .title{
	background-image: url(/mypage/images/subbox_tite_bar.gif);
	background-repeat:no-repeat;
	height:23px;
	padding:8px 20px 0;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

.mypageBox .textSpace{
	padding:20px 30px 15px;
	background-image:url(/mypage/images/subbox_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


/* IE6 */ 
*html body .mypageBox .textSpace{
	padding:20px 27px 15px;
}


.mypageBox .textSpace p{
	padding:0 0 15px 0;
}


.mypageBox .textSpace .pagetop{
	margin-top:15px;
	text-align:right;
}


.mypageBox .textSpace .downarr{
	margin:15px 0;
	text-align:center;
}


.mypageBox .textSpace p.box{
	margin-bottom:15px;
	border:1px solid  #FF9999;
	background-color: #FFCCCC;
	padding:5px;
	color:#CC0000;
}

.mypageBox .textSpace p.box2{
	margin-top:15px;
	border:1px solid  #FF9999;
	background-color: #FFCCCC;
	padding:5px;
	color:#CC0000;
	font-weight:bold;
	text-align:center;
}

.mypageBox .textSpace p.tokuten{
	padding:5px 0 20px 30px;
}


#newRegist{
	margin:10px 0 0 0;
	text-align:center;
}



.operabox{
	margin:0 0 20px;
	width:650px;
}

.operabox .textSpace{
	padding:20px 30px 15px;
}


.operabox .textSpace p{
	padding:0 0 15px 0;
}


.operabox .textSpace p.box{
	margin-bottom:15px;
	border:1px solid  #FF9999;
	background-color: #FFCCCC;
	padding:5px;
	color:#CC0000;
}

/* 6: footer
=================================*/
#footer {
	clear: both;
	width: 1000px;
	min-height: 113px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: url(/mypage/images/footer_bg001.jpg) no-repeat 0 0;
	position: relative;
}

/* 7: form
=================================*/
input.loginForm{
	width:180px;
}

#table_form{
	margin:15px 0 20px 0;
	width:680px;
}

.table_left{
	padding:3px 0 3px 10px;
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-color:#EDEDE9;
	width:150px;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.table_left_bottom{
	padding:3px 0 3px 10px;
	border-top: 1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-color:#EDEDE9;
	width:150px;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.table_left2_top{
	padding:3px 0 3px 10px;
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-color:#EDEDE9;
	width:50px;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.table_left_bottom2_top{
	padding:3px 0 3px 10px;
	border-top: 1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-color:#EDEDE9;
	width:80px;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.table_left2{
	padding:3px 0 3px 10px;
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-color:#EDEDE9;
	width:100px;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.table_left_bottom2{
	padding:3px 0 3px 10px;
	border-top: 1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-left: 1px dotted #B5B5B5;
	background-color:#EDEDE9;
	width:70px;
	font-size:12px;
	line-height:18px;
	text-align:left;
}


.table_right{
	padding:6px;
	border-top: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	background-color:#ffffff;
	font-size:12px;
	line-height:18px;
	text-align:center;
}

.table_right_bottom{
	padding:6px;
	border-top: 1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	background-color:#ffffff;
	font-size:12px;
	line-height:18px;
	text-align:center;
}


/* 99: clearFix
=================================*/




/*Form関連*/
.button{
	width:200px;
	height:25px;
}
.require {
	color: #FF0000;
	}
.err_eng{
	ime-mode:disabled;
	background-color:#fcebe5;
}
.err_jp{
	ime-mode:active;
	background-color:#fcebe5;
}
.eng{
	ime-mode:disabled;
	
}
.jp{
	ime-mode:active;
	
}
.form-error{
  background-color:#fcebe5;
}
.disable{
  background-color:#CCCCCC;
}
.input{
  background-color:#FFFFFF;
}

/* errorBox OverRide */
div.error {
	margin: 15px 0;
	border: 4px solid #fcebe5;
	padding: 20px;
	background-color:#fcebe5;
	color: #ff0000;
	text-align: left;
	font-weight: bold;
}
/*RESET*/
#pageContainer div#topicPath p {
	padding: 15px 20px;
	font-size: 80%;
	background: url(null) fixed;
	line-height: 1.3;
}