/* mypage --------------------------------------- */

a:link {
    color: #4d5a90;
    text-decoration: underline;
}
a:visted {
    color: #4d5a90;
    text-decoration: none;
}
a:hover {
    color: #4d5a90;
    text-decoration: underline;
}


#mypage {
    margin: 10px auto;
    padding: 0;
    width: 100%;
    min-width: 910px;
    max-width: 1240px;
    /* forIE */
    width: expression(document.body.clientWidth < 911? "910px " : document.body.clientWidth > 1241? "1240px" : "auto");
    min-height: 1em;
    clear: both;
    text-align: center;
}

#mypage-container {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    min-height: 1em;
    clear: both;
    text-align: center;
}
#mypage-container:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html #mypage-container {
     height: 1em;
}
#mypage-container {
     display: block;
}
/**/


/* title */
#mypage-container #title {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 30px;
    clear: both;
    text-align: center;
    background: #606ca0;
    display: inline;
}
#mypage-container #title:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html #mypage-container #title {
     height: 1em;
}
#mypage-container #title {
     display: block;
}
/**/


#mypage-container #title #left {
    width: 15%;
    height: 30px;
    background: url("../images/mp_title_back1.gif") no-repeat left top;
    float: left;
}
#mypage-container #title #center {
    width: 70%;
    height: 30px;
    text-align: center;
    float: left;
}
#mypage-container #title #right {
    width: 15%;
    height: 30px;
    background: url("../images/mp_title_back2.gif") no-repeat right top;
    float: left;
}


/* menu */
#mypage-container #menu {
    margin: 10px 0;
    padding: 0 0 10px 0;
    width: 100%;
    clear: both;
    text-align: left;
    border-bottom: 1px dotted #333;
}
#mypage-container #menu:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html #mypage-container #menu {
     height: 1em;
}
#mypage-container #menu {
     display: block;
}
/**/

#mypage-container #menu ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}
#mypage-container #menu ul.menu li {
    margin: 0;
    padding: 0 15px 0 15px;
    float: left;
    background: url("../images/mp_arrow1.gif") no-repeat left top;
    line-height: 1.1em;
    font-size: 12px;
}

#mypage-container #menu ul.menu li a:link,
#mypage-container #menu ul.menu li a:visited {
    color: #4d5a90;
    text-decoration: none;
}
#mypage-container #tab1-container ul.mainmenu li a:hover {
    color: #4d5a90;
    text-decoration: underline;
}



/* tab menu */
#mypage-container #tab1,
#mypage-container #tab2,
#mypage-container #tab3 {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    height: 27px;
    _height: 25px;
    clear: both;
    text-align: left;
    vertical-align: bottom;
    line-height: 0em;
}
#mypage-container #tab1:after,
#mypage-container #tab2:after,
#mypage-container #tab3:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html #mypage-container #tab1,
* html #mypage-container #tab2,
* html #mypage-container #tab3 {
     height: 1em;
}
#mypage-container #tab1,
#mypage-container #tab2,
#mypage-container #tab3 {
     display: block;
}
/**/

#mypage-container #tab1 {
    background: url("../images/mp_tab1_back.gif") repeat-x left bottom;
    _background: url("../images/mp_tab1_back.gif") repeat-x left top;
}
#mypage-container #tab2 {
    background: url("../images/mp_tab2_back.gif") repeat-x left bottom;
}
#mypage-container #tab3 {
    background: url("../images/mp_tab3_back.gif") repeat-x left bottom;
}


#mypage-container #tab1 ul,
#mypage-container #tab2 ul,
#mypage-container #tab3 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}
#mypage-container #tab1 ul li,
#mypage-container #tab2 ul li,
#mypage-container #tab3 ul li {
    margin: 0;
    padding: 0 3px 0 0;
    float: left;
    font-size: 8px;
    display: inline;
}


/* tab contents */
#mypage-container #tab1-container,
#mypage-container #tab2-container,
#mypage-container #tab3-container {
    margin: 0;
    padding: 20px;
    text-align: left;
}


#mypage-container #tab1-container {
    border-left: 1px solid #3b488a;
    border-right: 1px solid #3b488a;
    border-bottom: 1px solid #3b488a;
}
#mypage-container #tab2-container {
    border-left: 1px solid #c74c7f;
    border-right: 1px solid #c74c7f;
    border-bottom: 1px solid #c74c7f;
}
#mypage-container #tab3-container {
    border-left: 1px solid #ff9f00;
    border-right: 1px solid #ff9f00;
    border-bottom: 1px solid #ff9f00;
}



#mypage-container #tab1-container ul.mainmenu,
#mypage-container #tab2-container ul.mainmenu.
#mypage-container #tab3-container ul.mainmenu {
    margin: 0;
    padding: 10px 0 0 0;
    display: inline;
}
#mypage-container #tab1-container ul.mainmenu li,
#mypage-container #tab2-container ul.mainmenu li,
#mypage-container #tab3-container ul.mainmenu li {
    margin: 0;
    padding: 0 0 10px 15px;
    line-height: 1.1em;
    font-size: 12px;
    list-style-type: none;
}


#mypage-container #tab1-container ul.mainmenu li {
    background: url("../images/mp_arrow_tab1.gif") no-repeat left top;
}
#mypage-container #tab2-container ul.mainmenu li {
    background: url("../images/mp_arrow_tab2.gif") no-repeat left top;
}
#mypage-container #tab3-container ul.mainmenu li {
    background: url("../images/mp_arrow_tab3.gif") no-repeat left top;
}



#mypage-container #tab1-container ul.mainmenu li a:link,
#mypage-container #tab1-container ul.mainmenu li a:visited {
    color: #4d5a90;
    text-decoration: none;
}
#mypage-container #tab1-container ul.mainmenu li a:hover {
    color: #4d5a90;
    text-decoration: underline;
}

#mypage-container #tab2-container ul.mainmenu li a:link,
#mypage-container #tab2-container ul.mainmenu li a:visited {
    color: #c74d80;
    text-decoration: none;
}
#mypage-container #tab2-container ul.mainmenu li a:hover {
    color: #c74d80;
    text-decoration: underline;
}

#mypage-container #tab3-container ul.mainmenu li a:link,
#mypage-container #tab3-container ul.mainmenu li a:visited {
    color: #d1a622;
    text-decoration: none;
}
#mypage-container #tab3-container ul.mainmenu li a:hover {
    color: #d1a622;
    text-decoration: underline;
}



/* guide */
#mypage-container p.guide {
    margin: 0 0 20px 0;
    padding: 5px;
    font-size: 12px;
    background: #f0f0f0;
}


/* top-link */
#mypage-container #tab1-container #link,
#mypage-container #tab2-container #link,
#mypage-container #tab3-container #link {
    text-align: right;
}

#mypage-container #tab1-container #link ul.toplink,
#mypage-container #tab2-container #link ul.toplink,
#mypage-container #tab3-container #link ul.toplink {
    margin: 0;
    padding: 10px 0 0 0;
    list-style-type: none;
}
#mypage-container #tab1-container #link ul.toplink li,
#mypage-container #tab2-container #link ul.toplink li,
#mypage-container #tab3-container #link ul.toplink li {
    margin: 0 0 0 15px;
    padding: 0 0px 10px 12px;
    line-height: 1.1em;
    font-size: 12px;
    display: inline;
}
#mypage-container #tab1-container #link ul.toplink li {
    background: url("../images/mp_arrow_tab1.gif") no-repeat left top;
}
#mypage-container #tab2-container #link ul.toplink li {
    background: url("../images/mp_arrow_tab2.gif") no-repeat left top;
}
#mypage-container #tab3-container #link ul.toplink li {
    background: url("../images/mp_arrow_tab3.gif") no-repeat left top;
}


/* title */
#tab1-container h3,
#tab2-container h3,
#tab3-container h3,
#edit-profile h3 {
    margin: 0 0 5px 0;
    padding: 0 0 5px 15px;
    font-size: 16px;
    color: #666;
}
#tab1-container h3 {
    border-bottom: 1px solid #b1b7d0;
    background: url("../images/mp_ptitle1_back.gif") no-repeat left top;
}
#tab2-container h3 {
    border-bottom: 1px solid #f4a5c5;
    background: url("../images/mp_ptitle2_back.gif") no-repeat left top;
}
#tab3-container h3 {
    border-bottom: 1px solid #febe80;
    background: url("../images/mp_ptitle3_back.gif") no-repeat left top;
}
#edit-profile h3 {
    border-bottom: 1px solid #b1b7d0;
    background: url("../images/mp_ptitle1_back.gif") no-repeat left top;
}


#tab1-container h3 span.smalltxt {
    font-size: 12px;
}


/* inner */
#inner {
    margin: 0;
    padding:  0;
    clear: both;
    text-align: left;
}
#inner:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html #inner {
     height: 1em;
}
#inner {
     display: block;
}
/**/


#tab1-container #inner p,
#tab2-container #inner p,
#tab3-container #inner p {
    margin: 0 0 10px 0;
    padding: 0;
}
#tab1-container #inner p.msg,
#tab2-container #inner p.msg,
#tab3-container #inner p.msg {
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
    background: #e0e0e0;
}

/* wishlist */
table.wishlist {
    margin: 10px 0;
    padding: 0;
    width: 100%;
}

.wishlist td.wish-no {
    width: 30px;
    background: #ddd;
    margin: 0;
    padding: 10px 6px;
    font-size: 12px;
    text-align: right;
    vertical-align : middle;
    white-space: nowrap;
}

.wishlist td.wish-contents {
    background: #ddd;
    margin: 0;
    padding: 10px 6px;
    font-size: 12px;
    text-align: left;
    vertical-align : top;
}

.wishlist td.wish-del {
    background: #eee;
    width: 100px;
    text-align: center;
    vertical-align : middle;
}

#inner table.wishlist td dt {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
}
#inner table.wishlist td dd {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.2em;
}

#tab1-container .wishlist td a:link,
#tab2-container .wishlist td a:link,
#tab3-container .wishlist td a:link {
    color: #333;
    text-decoration: underline;
}
#tab1-container .wishlist td a:visted,
#tab2-container .wishlist td a:visted,
#tab3-container .wishlist td a:visted {
    color: #666;
    text-decoration: none;
}
#tab1-container .wishlist td a:hover,
#tab2-container .wishlist td a:hover,
#tab3-container .wishlist td a:hover {
    color: #666;
    text-decoration: underline;
}





/* page-menu */
.page-move {
    margin: 0;
    padding: 0;
    min-height: 1em;
    clear: both;
    text-align: left;
    font-size: 10px;
    line-height: 1.2em;
}
.page-move:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html .page-move {
     height: 1em;
}
.page-move {
     display: block;
}
/**/


.page-move-left {
    float: left;
    font-weight: bold;
}
.page-move-right {
    float: right;
}

.page-move-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.page-move-right li {
    margin: 0;
    padding: 0 5px 0 0;
    float: left;
}

.page-move-right li a:link {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
.page-move-right li a:visited {
    color: #333;
    text-decoration: none;
}
.page-move-right li a:hover {
    color: #666;
    text-decoration: underline;
}




/* table-billlist */
table.bill-list {
    margin: 10px 0;
    padding: 0;
    width: 100%;
}

.bill-list td {
    width: 25%;
    background: #ddd;
    margin: 0;
    padding: 10px 6px;
    text-align: center;
    font-size: 12px;
    vertical-align : middle;
}

.bill-list td a:link {
    color: #4d5a90;
    text-decoration: none;
}
.bill-list td a:visted {
    color: #4d5a90;
    text-decoration: none;
}
.bill-list td a:hover {
    color: #4d5a90;
    text-decoration: underline;
}


#inner dt {
    margin: 0 0 10px 0;
    padding: 0;
}
#inner dd {
    margin: 0 0 10px 5px;
    padding: 0;
}

#inner dd p {
    margin: 10px 0 10px 0;
    padding: 0;
}

#inner .smalltxt {
    font-size: 10px;
}

#inner p {
    text-align: left;
}


#inner ul.contents {
    margin: 10px 0 10px 25px;
    padding: 0 0 10px 0;
    list-style-type: disc; 
}
#inner ul.contents li {
    margin: 0 0 0 0;
    padding: 0 0 5px 0px;
    line-height: 1.1em;
    font-size: 12px;
    background: none;
}


/* alert */
#alert {
    margin: 10px 0 20px 0;
    padding: 20px;
    min-height: 1em;
    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    background: #e6e6e6;
}
#alert:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html #alert {
     height: 1em;
}
#alert {
     display: block;
}
/**/


.btn {
    margin: 10px 0;
    padding: 0;
    min-height: 1em;
    clear: both;
    text-align: center;
}
.btn:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html .btn {
     height: 1em;
}
.btn {
     display: block;
}
/**/



.btn a:link,
.btn a:visited,
.btn a:hover {
    text-decoration: none;
}

#alert #alert-keyword {
    margin: 10px 0;
    padding: 20px;
    min-height: 1em;
    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    background: #ccc;
}
#alert #alert-keyword:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html #alert #alert-keyword {
     height: 1em;
}
#alert #alert-keyword {
     display: block;
}
/**/


#alert #alert-keyword #inner {
    margin: 0 auto;
    width: 60%;
    text-align: left;
}


.search-result {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #e6e6e6;
}

.search-result dt {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
}
.search-result dd {
    margin: 0;
    padding: 0;
}

.search-result dt a:link {
    color: #333;
    text-decoration: underline;
}
.search-result dt a:visited {
    color: #666;
    text-decoration: underline;
}
.search-result dt a:hover {
    color: #666;
    text-decoration: underline;
}

input.alert-input {
    width:  60px;
    height: 18px;
    margin: 0 0 0 0;
    padding: 4px 5px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
    display: inline;
}

.alert-subt {
    margin: 10px 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #333;
}





/* edit-profile*/
#edit-profile {
    margin: 10px 0 20px 0;
    padding: 20px;
    min-height: 1em;
    clear: both;
    text-align: left;
    font-size: 12px;
    line-height: 1.2em;
}
#edit-profile:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html #edit-profile {
     height: 1em;
}
#edit-profile {
     display: block;
}
/**/



/* table */
table.profile {
    width: 100%;
    margin: 0;
    padding: 0;
}

table.profile th {
    background: #e0e0e0;
    margin: 0;
    padding: 5px 0 5px 20px;
    width: 180px;
    line-height: 1.1em;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
}

table.profile td {
    background: #f0f0f0;
    margin: 0;
    padding: 5px 0 5px 20px;
    line-height: 1.1em;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    text-align: left;
    vertical-align: middle;
}

table.profile td p {
    margin: 10px 0;
}

form ul.fields {
    margin: 5px 0 0 0;
    padding: 0;
}
form ul.fields li {
    list-style-type: none;
    margin: 0 0 5px 0;
        
}
input.radio, input.checkbox {
    margin-right: 3px;
    vertical-align: bottom;
    display: inline;
}

input.card {
    width: 40px;
    height: 18px;
    margin: 10px 0 5px 7px;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}
input.password {
    width: 160px;
    height: 18px;
    margin: 5px 0 5px 7px;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}
input.year,
input.securitycode {
    width: 50px;
    height: 18px;
    margin: 5px 0 5px 7px;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}
input.password {
    width: 200px;
    height: 18px;
    margin: 5px 0 5px 7px;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}


input.shimei {
    width: 130px;
    height: 18px;
    margin: 0 0 0 7px;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}
table.regist td select.cardsel {
    vertical-align: middle;
    width: 100px;
    height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}
.redtxt {
    color: #f40;
    font-size: 10px;
    line-height: 1.2em;
}
