@charset "UTF-8";



/*--------------------------------------------------------------------*/
/*--全体--*/
html, body {
    font-size:100%;
    padding:0;
    margin:0;
}

h1, h2, h3, h4, h5, h6,
div, blockquote, p, pre,
ul, ol, li,
dl, dt, dd,
table, caption, th, td,
hr,
form, input, button, label {
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5, h6,
div, blockquote, p, pre,
ul, ol, li,
dl, dt, dd,
table, caption, th, td,
hr,
form, button, label {
    border:0;
}

h1, h2, h3, h4, h5, h6,
div, blockquote, p, pre,
ul, ol, li,
dl, dt, dd,
table, caption, th, td,
hr,
form, input, button, select, option, textarea, label {
    font-style:normal;
    font-weight:normal;
    font-size:100%;
}

textarea {
    resize:none; /* for MAC(safari) */
}

body {
    text-align:center;
    color:#464646;
    background:#f6f7f5;
    line-height:140%;
    font-size:small;
}

a {
    color:#FF69B4;
    text-decoration:underline;
}
a:visited {
    color:#FF69B4;
    text-decoration:none;
}
a:hover {
    color:#F5821F;
    text-decoration:underline;
}
a:active {
    color:#FF0000;
    text-decoration:none;
}

hr {
    display:none;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
    vertical-align:top;
}
br {
    letter-spacing:0;
}
img {
    border:0px;
    vertical-align:bottom;
}

form {
    margin:0px;
}


#allContent {
    margin:0px auto;
    background:#E2E3DF url("../img/all_bg.gif") top center repeat-y;
    text-align:left;
    width:776px;
}

/*--------------------------------------------------------------------*/
/*--汎用--*/
.x-small{
    font-family:"Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","Osaka",sans-serif;
    line-height:1.3;
    letter-spacing:0px;
    font-size:10px;                     /*IE5用*/
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    font-size:x-small;                  /*IE6用*/
}
html>body .x-small {
    font-size:x-small;                  /*Opera用*/
}
.ltsp1 {
    letter-spacing:1px;
}

textarea {
    font-size:small;
    font-family:"ＭＳ Ｐゴシック", "ヒラギノ明朝 Pro W6", "Osaka", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}
.form{
    border:1px solid #DCDCD2;
    padding:2px;
}
.submit {

    border-top:3px solid #EEEEEE;
    border-left:3px solid #EEEEEE;
    border-bottom:3px solid #C0C0C0;
    border-right:3px solid #C0C0C0;
    font-weight:bold;
    padding:2px 6px;
    background:#DDDDDD;
    color:#666666;
    cursor:pointer;
    margin:3px auto;
}

label {
    cursor:pointer;
    padding:0 2px;
}

select{
    border:1px solid #DCDCD2;
}

.clearfix:after {                       /*for other*/
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}       /*for IE7&MacIE5 / IE-5-6*/
/* exlude MacIE5 \*/
* html .clearfix {height:1%}
.clearfix {display:block;}
/* end MacIE5 */

/*--------------------------------------------------------------------*/
/*--通常ページ--*/

/*--ヘッダ--*/
#header {
    margin:0 auto;
    background:#F0E6E4 url("../img/header_bg.gif") top left no-repeat;
    width:758px;
    height:145px;
}
#header h1 {
    display:block;
}
#header h1 a#HeaderLogo {
    background:transparent url("../img/header_logo.gif") top left no-repeat;
    display:block;
    width:246px;
    height:43px;
    text-indent:-9999px;
    margin:0 0 0 20px;
}
/*--更新情報--*/
#upInfo {
    height: 60px;
    padding: 15px 25px 20px 25px;
    position:relative;
    font-size:12px;
}
#upInfo img.icn_state {
    margin:0 3px 0 0;
}
#upInfo #btn_logout {
    position:absolute;
    top:60px;
    left:670px;
}
#upInfo img.btn_logout {
    position:absolute;
    top:-5px;
    left:430px;
}
/*--更新情報タイトル--*/
#upInfo_title{
    float:left;
    width: 85px;
    color:#FF6600;
    font-weight:bold;
    line-height:1.3em;
}
/*--更新情報内容--*/
#upInfo_text{
    float:left;
    width: 525px;
    height: 45px;
    overflow: auto;
    border: solid #D2D2D2 1px;
    background:#FFFFFF;
    margin:2px 0 0 0;
    padding: 0px 0px 0px 2px;
    line-height:1.3em;
}
ul#Information{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
ul#Information li.news{
    margin: 0px;
    padding: 2px 0px 2px 10px;
    list-style: none;
    border-bottom: 1px dotted #D2D2D2;
    background:url("../img/icon_right.gif") 30% left no-repeat;
}

/*--ヘッダメニュー--*/
#commonHeadMenu {
    margin:0px 0px 0 9px;
    padding:0px 0px 0 5px;
    width:753px;
}
#commonHeadMenu ul {
    width: 750px;
    margin: 0px;
    padding: 0px;
}

#commonHeadMenu ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
}
#commonHeadMenu li a {
    display: block;
}

/*--ヘッダサブメニュー--*/
.submenu {
    width:162px;
    visibility: hidden;
    position: absolute;
    z-index: 3;
}
.submenu a {
    width:162px;
    border-bottom:solid #FFFFFF 1px;
    padding: 2px 2px 2px 20px;
    display: block;
    font: 11px;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    background:#FFA100 url("../img/icon_right02.gif") top left no-repeat;
}
.submenu a:visited {
    text-decoration: none;
    background:#FFA100 url("../img/icon_right02.gif") top left no-repeat;
    color: #FFFFFF;
}
.submenu a:hover {
    text-decoration: none;
    background:#FF6300 url("../img/icon_right02.gif") top left no-repeat;
    color: #FFFFFF;
}

/*--------------------------------------------------------------------*/


/*--パンくずリスト--*/
#listNavi {
    width:548px;
    height:28px;
    padding:0 0 0 20px;
}
#listNavi ul {
    list-style:none;
    display:inline;
    padding:0 0 0 20px;
}
#listNavi li {
    float:left;
    padding:4px 2px 0 0;
}

#listNavi .home a {
    color:#555555;
    text-decoration:none;
    padding:0 4px 0 0;
}
#listNavi .home a:visited {
    color:#555555;
    text-decoration:none;
}
#listNavi .home a:hover {
    color:#F5821F;
    text-decoration:underline;
}
#listNavi .home a:active {
    color:#F5821F;
    text-decoration:none;
}
#listNavi .panList a {
    color:#555555;
    text-decoration:none;
    padding:0 4px 0 0;
}
#listNavi .panList a:visited {
    color:#555555
    text-decoration:none;
}
#listNavi .panList a:hover {
    color:#F5821F;
    text-decoration:underline;
}
#listNavi .panList a:active {
    color:#F5821F;
    text-decoration:none;
}


/*--------------------------------------------------------------------*/
/*--メイン枠--*/
#mainContent {
    border-top:solid #87CDF2 1px;
    background:#FFFFFF url("../img/main_bg.gif") top left repeat-y;
    margin:0px 0px 0 9px;
    width:758px;                        /*IE5用*/
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
}
/*----*/
#mainContentReg {
    margin:0px 104px 0px 0px;
}


/*--------------------------------------------------------------------*/
/*--サイドメニュー--*/
#sideMenu {
    float:left;
    width:175px;
    background-color:#e6e6e6;
}
/*--メインメニュー--*/
#mainMenu {
    margin:0 5px 0 5px;
}
#mainMenu ul {
    list-style:none;
    width:165px;
}
#mainMenu li {
    padding:6px 0 0 0;
}
#subMenu {
    list-style:none;
    margin:10px 5px 0 5px;
    width:153px;
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
}
#subMenu li {
    margin:0px 0px 7px 0px;
}
/* --注意-- */
.caution {
    width:140px;
    background-color:#FFFFFF;
    color: #FF6D26;
    border:solid #FF6D26 2px;
    font-size:small;
    margin:10px 5px 5px 5px;
    padding: 3px;
}
/* --エラー（ブロック）-- */
.errorMsg {
    background-color:#FFFFFF;
    color: #FF6D26;
    border:solid #FF6D26 2px;
    font-size:small;
    padding: 10px 10px 10px 10px;
    margin:10px 5px 15px 5px;
    text-align:left;
}
/* --エラー（<td>内）-- */
.errorTdMsg {
    color: #FF6D26;
    font-size:small;
    font-weight:bold;
    padding: 3px 3px 3px 3px;
}
/* --ブログバナー-- */
#banner_blog {
    margin: 20px 0 0 5px;
}



/*--------------------------------------------------------------------*/
/*--メイン--*/
#mainBody {
    float:right;
    /*background:#FCFAFC;*/
    background:#FFFFFF;
    width:580px;
}
#mainBody h2 {
    width:559px;
    height:46px;
    margin:0px 0px 10px 10px;
}

#mainBody h3 {
    font-weight:bold;
    font-size:120%;
    line-height:120%;
}
#mainBody h4 {
    margin: 10px 0px 6px 0px;
    padding:2px;
    border-bottom:1px dotted #C8C5A9;
    font-weight:bold;
    color:#333333;
}

.dotline {
    width:553px;
    margin: 0px 0px 10px 10px;
    padding:2px;
    border-bottom:1px dotted #C8C5A9;
    font-weight:bold;
    color:#333333;
}

.h3color01 {
    background:url("../img/h3_bg.gif") left top no-repeat;
    width:553px;
    height:34px;
    color:#FFFFFF;
    margin:0px 0px 10px 10px;
    padding:5px 0px 0px 10px;
}
.h3color01_2l {
    background:url("../img/h3_bg2.gif") left top no-repeat;
    width:553px;
    height:54px;
    color:#FFFFFF;
    margin:0px 0px 10px 10px;
    padding:5px 0px 0px 10px;
}
.h3color01_3l {
    background:url("../img/h3_bg3.gif") left top no-repeat;
    width:553px;
    height:74px;
    color:#FFFFFF;
    margin:0px 0px 10px 10px;
    padding:5px 0px 0px 10px;
}
.h3color02 {
    border:1px solid #A0A0A0;
    border-top: 2px solid #FF69B4;
    background:#F4F4F4;
    width:553px;
    margin:0px 0px 10px 10px;
    padding:5px 0px 0px 10px;
}
.h3color03 {
    width:100%;
    height:20px;
    margin:0px 0px 20px 0px;
    padding:10px 0px 10px 20px;
    color:#FFFFFF;
    background:#FF72A6;
    text-align:left;
    font-size:120%;
    line-height:120%;
    font-weight:bold;
}
.h3color04 {
    background:url("../img/h3_bg02.gif") left top no-repeat;
    width:548px;
    height:32px;
    color:#464646;
    margin:0px 0px 10px 10px;
    padding:5px 0px 0px 20px;
}

.h3color04 .h3modmsg {
    font-size:12px;
    font-weight: normal;
    color:#FF0000;
}

.h3color05 {
    width:553px;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 10px;
}

.entryBody {
    margin:10px 10px 32px 10px;
}

.entryBody ul {
    margin:0px 0px 0px 18px;
    list-style-type:circle;
}
.entryBody ol {
    margin:0px 0px 0px 26px;
    list-style-type:decimal;
}

.entryBody blockquote {
    clear:both;
    background:#F5F6F7;
    margin:7px 7px 0px 7px;
    padding:3px 4px 6px 6px;
    border-left:1px solid #C8C5A9;
    color:#555555;
}

/*--テーブル--*/
.entryBody .tbl01 {
    border-left:1px solid #828282;
    margin:6px 0px 6px 3px;
}
.entryBody .tbl01Td {
    padding:3px 6px;
    border-bottom:1px solid #828282;
    border-right:1px solid #828282;
}
.entryBody .tbl02Td {
    background-color:#FFF5DF;
}
.entryBody .tbl03Td {
    background-color:#FFF5DF;
    padding:3px 6px;
    border-bottom:1px solid #828282;
    border-right:1px solid #828282;
}
.entryBody .tbl01Top {
    border-top:1px solid #828282;
}
.entryBody .tbl01Th {
    background:#FFD1DC;
    font-weight:normal;
    text-align:left;
    color:#333333;
    padding:3px 6px;
}
.entryBody .tbl02Th {
    font-weight:normal;
    text-align:left;
    width:22px;
    vertical-align:top;
    color:#333333;
}
.entryBody .roomAdd {
    border-left:2px solid #E32C30;
    padding:3px 0px 3px 6px;
    line-height:1.2;
    margin:4px 0px 1px 3px;
}
.entryBody .roomTbl {
    border-left:2px solid #FF6748;
    line-height:120%;
    margin:0px 0px 4px 3px;
}
.entryBody .roomTblTh {
    padding:3px 0px 3px 6px;
    font-weight:bold;
    border-bottom:1px solid #C8C5A9;
    text-align:left;
    color:#7A3232;
}
.entryBody .roomTblTdM {
    text-align:center;
    border-bottom:1px solid #C8C5A9;
    border-right:1px solid #C8C5A9;
    background:#F5F4F1;
    padding:3px;
}
.entryBody .roomTblTdD {
    padding:3px 6px;
    text-align:right;
    border-bottom:1px solid #C8C5A9;
    border-right:1px solid #C8C5A9;
    font-size:12px;
}
.mapfan {
    float:right;
    margin:17px 3px 0px 0px;
}



/*--Myページ--*/
.myYomu {
    font-size:12px;
    line-height:1.4em;
    text-align:center;
}
.myYomu a {
    display:block;
    color:#464646;
    text-decoration:none;
    margin:0px auto;
    padding-right:2px;
    background:url("../img/btn_yomu_bk.gif") top left no-repeat;
    width:80px;
    height:19px;
}
.myYomu a:visited {
    color:#464646;
    text-decoration:none;
}
.myYomu a:hover {
    color:#464646;
    text-decoration:underline;
}
.myYomu a:active {
    color:#464646;
    text-decoration:none;
}

.myBtn {
    text-align:center;
    margin-top:8px;
}


/*--------------------------------------------------------------------*/
/*--フッタ--*/
#footer {
    background:#f6f7f5 url("../img/footer_bg.gif") top left no-repeat;
    width:776px;
    padding:6px 0px 7px 0px;
    height:53px;                        /*IE5用*/
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    height:40px;                        /*IE6用 53-6-7*/
}
html>body #footer {
    height:40px;                        /*Opera用*/
}
#footer a {
    color:#555555;
    text-decoration:none;
}
#footer a:hover {
    color:#E42C2C;
    text-decoration:underline;
}
#footer a:active {
    color:#FF0000;
    text-decoration:none;
}

.copyright {
    float:right;
    margin:9px 0px 0px 0px;
    color: #24287C;
}
.copyright a {
    color: #24287C;
    text-decoration:none;
}
.copyright a:visited {
    color: #24287C;
    text-decoration:none;
}
.copyright a:hover {
    color: #FF6300;
    text-decoration:underline;
}
.copyright a:active {
    color: #FF0000;
    text-decoration:none;
}
.jcdaLogo {
    float:right;
    margin:5px 22px 0px 8px;
}

.pageTop {
    width:570px;
    padding:8px 8px 4px 0px;
    text-align:right;
}



/*--------------------------------------------------------------------*/
/*--トップページ--*/

/*--ヘッダ--*/
#topHeader {
    margin:0 auto;
    background:#F0E6E4 url("../img/top_header_bg.gif") top left no-repeat;
    width:758px;
    height:93px;
}
#topHeader h1 {
    display:block;
}

#topHeader h1 a#topHeaderLogo {
    background:transparent url("../img/top_header_logo.gif") left top no-repeat;
    display:block;
    width:246px;
    height:56px;
    text-indent:-9999px;
    margin:0 0 0 20px;
}
#topHeaderNoLogin {
    margin:0 auto;
    background:#F0E6E4 url("../img/top_header_bg_nologin.gif") top left no-repeat;
    width:758px;
    height:93px;
}
#topHeaderNoLogin h1 {
    display:block;
}

#topHeaderNoLogin h1 a#topHeaderLogo {
    background:transparent url("../img/top_header_logo.gif") left top no-repeat;
    display:block;
    width:246px;
    height:56px;
    text-indent:-9999px;
    margin:0 0 0 20px;
}

/*--ヘッダ画像--*/
#top_header_main {
    margin:0 auto;
    width:758px;
    height:293px;
    margin:0 0 0 9px;
}

/*--フォーム--*/
#topForm {
    position:relative;
}
#topForm img.btn_topLoginForm1 {
    position:absolute;
    top:-5px;
    left:290px;
}
#topForm img.btn_topLoginForm2 {
    position:absolute;
    top:-5px;
    left:430px;
}
#topForm .topLoginForm1 {
    vertical-align:bottom;
    border:none;
    padding:0;
    width:139px;                        /*IE5用*/
    height:25px;                        /*IE5用*/
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    width:93px;                         /*IE6用*/
    height:19px;                        /*IE6用*/
    border:solid #E6E6E6 1px;
    position:absolute;
    top:-10px;
    left:330px;
}
html>body #topForm .topLoginForm1 {
    width:93px;                         /*Opera用*/
    height:19px;                        /*Opera用*/
}
#topForm .topLoginForm2 {
    vertical-align:bottom;
    border:none;
    padding:0;
    width:139px;                        /*IE5用*/
    height:25px;                        /*IE5用*/
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    width:93px;                         /*IE6用*/
    height:20px;                        /*IE6用*/
    border:solid #E6E6E6 1px;
    position:absolute;
    top:-10px;
    left:490px;
}
html>body #topForm .topLoginForm2 {
    width:93px;                         /*Opera用*/
    height:20px;                        /*Opera用*/
}
#topForm .topLoginSubmit {
    position:absolute;
    top:-8px;
    left:600px;
}
#topForm img.new {
    float: right;
    position:absolute;
    top:-8px;
    left:670px;
}

/*--トップページ ヘッダメニュー--*/
#headMenu {
    margin:0px 0px 0 9px;
    padding:0px 0px 0 5px;
    width:753px;
}
#headMenu ul {
    width: 750px;
    margin: 0px;
    padding: 0px;
}

#headMenu ul li {
    /*height: 35px;*/
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
}
#headMenu li a {
    display: block;
}
/*--トップページ メインメニュー--*/
table#topMainMenu {
    border-collapse:collapse;
    width:550px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:15px;
    margin-right:15px;
}
table#topMainMenu td {
    vertical-align:top;
}

table#topMainMenu .topIdPass {
    display:block;
    height:20px;
    line-height:1.3;
}

table#topMainMenu td.topMainMenuTd1 {
    background:#edf6f9;
    border-left:1px solid #b5defb;
    border-right:1px solid #b5defb;
    padding:10px 10px 0px 10px;
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
}

table#topMainMenu td.topMainMenuTdBtn1 {
    background:#edf6f9;
    border-left:1px solid #b5defb;
    border-right:1px solid #b5defb;
    border-bottom:1px solid #b5defb;
    vertical-align:center;
    text-align:center;
    padding:10px;
}

table#topMainMenu td.topMainMenuTd2 {
    background:#edf6f9;
    border-left:1px solid #b5defb;
    border-right:1px dashed #67a9eb;
    border-bottom:1px solid #b5defb;
    text-align:center;
    padding:4px 10px 4px 6px;
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    width:50%;
}

table#topMainMenu td.topMainMenuTd2 img {
    padding:5px;
}

table#topMainMenu td.topMainMenuTd2 a {
    color:#3a76ff;
    text-decoration:underline;
    font-size:small;
}


table#topMainMenu td.topMainMenuTd3 {
    background:#edf6f9;
    border-right:1px solid #b5defb;
    border-bottom:1px solid #b5defb;
    text-align:center;
    padding:10px 10px 4px 6px;
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    width:50%;
}

table#topMainMenu td.topMainMenuTd3 .img1 {
    padding:5px;
}
table#topMainMenu td.topMainMenuTd3 .btn_topLoginForm3 {
    padding-right:5px;
    vertical-align:middle;
}
table#topMainMenu td.topMainMenuTd3 .btn_topLoginForm4 {
    padding-right:5px;
    vertical-align:middle;
}
table#topMainMenu td.topMainMenuTd3 .topLoginForm1 {
    margin:3px;
    vertical-align:middle;
    border:none;
    padding:0;
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    width:120px;                            /*IE6用*/
    height:19px;                        /*IE6用*/
    border:solid #B5B9BE 1px;
}
table#topMainMenu td.topMainMenuTd3 .topLoginForm2 {
    margin:3px;
    vertical-align:middle;
    border:none;
    padding:0;
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    width:120px;                            /*IE6用*/
    height:20px;                        /*IE6用*/
    border:solid #B5B9BE 1px;
}

/*--トップページ お知らせ--*/
#topInfo {
    margin:10px;
}
#topInfo h3 {
    margin:0;
    padding:0;
}
#topInfoTbl {
    background:#f5f5f5;
    border-right:1px solid #c8c8c8;
    border-left:1px solid #c8c8c8;
    border-bottom:1px solid #c8c8c8;
    width: 550px;;
    margin:0px 0px 10px 0px;
    line-height:120%;
}
.topInfoTh {
    background:#f5f5f5 url("../img/icon_in.gif") 5% 50% no-repeat;
    font-weight:normal;
    padding:5px 25px 5px 25px;
    text-align:left;
    vertical-align:center;
    width:25%;
}
.topInfoTd {
    padding:5px 25px 5px 0px;
    line-height:1.2;
    width:75%;
}
.topInfoTd a {
    color:#828282;
    text-decoration:underline;
}
.topInfoTd a:visited {
    color:#828282;
    text-decoration:underline;
}
.topInfoTd a:hover {
    color:#828282;
    text-decoration:underline;
}
.topInfoTd a:active {
    color:#828282;
    text-decoration:underline;
}
.topInfoTd2 {
    background:#f5f5f5 url("../img/top_in_hr.gif") left center repeat-x;
    height:5px;
}

/*-- Myページ 事務局からのメッセージ --*/
#topMsgTbl {
    background:#f5f5f5;
    border-right:1px solid #c8c8c8;
    border-left:1px solid #c8c8c8;
    border-bottom:1px solid #c8c8c8;
    width: 550px;;
    margin:0px 0px 10px 0px;
    line-height:120%;
}
.topMsgTh {
    background:#f5f5f5 url("../img/icon_in.gif") 5% 50% no-repeat;
    font-weight:normal;
    padding:5px 25px 5px 25px;
    text-align:left;
    vertical-align:center;
    width:20%;
}
.topMsgTd {
    padding:5px 25px 5px 0px;
    line-height:1.2;
    width:80%; 
}
.topMsgTd a {
    color:#828282;
    text-decoration:underline;
}
.topMsgTd a:visited {
    color:#828282;
    text-decoration:underline;
}
.topMsgTd a:hover {
    color:#828282;
    text-decoration:underline;
}
.topMsgTd a:active {
    color:#828282;
    text-decoration:underline;
}
.topMsgTd2 {
    background:#f5f5f5 url("../img/top_in_hr.gif") left center repeat-x;
    height:5px;
}
.entryBody .topMsgTop {
    border-top:1px solid #c8c8c8;
}

#message{
    width: 550px;
    height: 350px;
    overflow: auto;
    border: solid #D2D2D2 1px;
    background:#FFFFFF;
}



/*--------------------------------------------------------------------*/
.icon_in02 {
    margin: 0 2px 0 5px;
    vertical-align:middle;
}


/*--------------------------------------------------------------------*/
/*--カレンダーページ--*/
.calendarTitle {
    width:309px;
    margin:-48px 0px 0px 250px;
    padding-bottom:18px;
    display:block;
    text-align:left;
    font-size:12px;
    font-weight:bold;
    line-height:1.3em;
}
#calendarMonth {
    height:25px;
    line-height:1.5em;
    margin:0px 20px 10px 20px;
}
#calendarMonth .month {
    float:left;
    font-size:14px;
    font-weight:bold;
}
#calendarMonth .num {
    font-size:25px;
}
#calendarMonth .selMonth {
    float:right;
}
#calendarMonth .selMonth input {
    margin: 0 5px 0 5px;
    vertical-align:top;
}
/*--テーブル--*/
.calendar {
    width:95%;
    border-left:1px solid #828282;
    margin:0px 0px 6px 10px;
}
.calendar th {
    width:14%;
    line-height:1.2em;
    border-top:1px solid #828282;
    border-bottom:1px solid #828282;
    border-right:1px solid #828282;
    background-color:#FFD1DC;
    font-weight:normal;
    text-align:center;
    padding:2px 6px;
}
.calendar td {
    height:50px;
    line-height:1.2em;
    padding:0px 6px;
    border-bottom:1px solid #828282;
    border-right:1px solid #828282;
    font-weight:normal;
    vertical-align:top;
}
.calendar td.tdDay {
    height:10px;
    background-color:#FFF5DF;
}
.calendar img.icon {
    margin:2px 2px 0px 0px;
    vertical-align:middle;
}
/*--テーブル--*/
.calendarEdit {
    width:95%;
    text-align:left;
    border-top:1px solid #828282;
    border-left:1px solid #828282;
    margin:0px 0px 15px 10px;
    color:#333333;
}
.calendarEdit th {
    width:20%;
    line-height:1.2em;
    border-bottom:1px solid #828282;
    border-right:1px solid #828282;
    background-color:#FFD1DC;
    font-weight:normal;
    padding:2px 6px;
}
.calendarEdit td {
    line-height:1.4em;
    padding:6px 6px;
    border-bottom:1px solid #828282;
    border-right:1px solid #828282;
    font-weight:normal;
    vertical-align:top;
}
.calendarEdit td.tdBg {
    background-color:#FFF5DF;
}
.calendarEdit .text {
    vertical-align:middle;
    border:none;
    padding:0;
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    width:350px;                            /*IE6用*/
    height:19px;                        /*IE6用*/
    border:solid #B5B9BE 1px;
}
.calendarEdit textarea {
    vertical-align:middle;
    border:none;
    padding:0;
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    width:350px;                            /*IE6用*/
    height:90px;                        /*IE6用*/
    border:solid #B5B9BE 1px;
}
.calendarEdit select {
    vertical-align:middle;
    border:none;
    padding:0;
    voice-family:"\"}\"";               /*BoxModelHack*/
    voice-family:inherit;               /*BoxModelHack*/
    border:solid #B5B9BE 1px;
}

/*--------------------------------------------------------------------*/
/*--職業インタビューページ--*/
.interviewTitle {
    margin:0px 0px 10px 0px;
    font-size:14px;
    font-weight:bold;
    line-height:1.4em;
}

/*--------------------------------------------------------------------*/
/*--キャリアマップページ--*/
/*--テキストエリア--*/
#careermap{
    width: 550px;
    height: 350px;
    overflow: auto;
    border: solid #D2D2D2 1px;
    background:#FFFFFF;
}

/*--------------------------------------------------------------------*/
/*contents*/
.contents {
    margin:0px 20px 10px 10px;
    font-weight:normal;
    text-align:left;
}
