/* *************************************
	pageTitle
************************************* */
.page_title {
    background-image:url(../img/job.png);
    background-repeat:no-repeat;
}
.page_title_name {
    position:relative;
    top:90px;
    left:170px;
    color:white;
    font-size:40px;
    text-shadow: 2px 2px 5px gray;
}
/* *************************************
	pageMenu
************************************* */
#pageMenu {
    top:110px;
    left:330px;
}
#pageMenu li {
    padding:0 20px;
}
/* *************************************
	pageContent
************************************* */
.title {
    display:block;
    width:180px;
    background-image:url(../img/title_1px.png);
    background-repeat:repeat-x;
    margin:20px 0 8px 0;
    padding:5px 20px;
    text-align:center;
    color:white;
    font-weight:bold;
}
.topic_title {
    display:block;
    background-color:pink;
    width:200px;
    margin-top:7px;
    margin-bottom:7px;
    text-align:center;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size:14px;
    color:#555647;
}
.topic_title_second{
    display:block;
    background-color:pink;
    width:200px;
    text-align:center;
    margin-top:0px;
    margin-bottom:7px;
    color:#555647;
}
.topic_title_second_2 {
    display:block;
    background-color:pink;
    width:200px;
    text-align:center;
    margin-top:7px;
    margin-bottom:7px;
    font-size:14px;
}
ul {
    margin-top:0px;
    margin-bottom:0px;
}
/* *************************************
	other
************************************* */
.tiplink  {
    text-decoration:none;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#555647;
}
.tiplink:hover {
    background:#ffffff;
    text-decoration:none;
} /*BG color is a must for IE6*/
.tiplink.tooltip span {
    display:none;
    padding:2px 3px;
    margin-left:8px;
    width:400px;
}
.tiplink.tooltip:hover span{
    display:inline;
    position:absolute;
    background:#ffffff;
    border:1px solid #cccccc;
    color:#6c6c6c;
} 
.chapterTitle {
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#555647;
    font-weight:bold;
    font-size:13px;
    margin-top:3px;
    padding-left:3px;
    border-left:10px solid pink;
    border-bottom:1px solid pink;
    width:250px
}
