/* *************************************
	pageTitle
************************************* */
.page_title {
    width:680px;
    height:180px;
    margin:0 auto;
    margin-top:20px;
    background-image:url(../img/training.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 {
    display:block;
    position:relative;
    top:80px;
    left:150px;
    font-size:13px;
    color:white;
}
#pageMenu ul {
    list-style:none;
}
#pageMenu li {
    border-right: 1px solid;
    padding:0 10px;
    margin-bottom:3px;
}
#pageMenu li a {
    text-decoration:none;
    color:white;
}
#pageMenu li a:hover {
    text-decoration:underline;
}
#pageMenu .lastLi {
    border-right:0px;
}
/* *************************************
	content
************************************* */
.content {
    display:block;
    background-image:url(../img/box_top.png);
    background-repeat:no-repeat;
}
.content_body {
    display:block;
    background-image:url(../img/box_middle.png);
    background-repeat:repeat-y;
    width:580px;
    margin-top:-5px;
    padding:10px 50px;
    padding-right:100px;
    font-size:14px;
    line-height:20px;
}
.content_body ul {
    margin-top:7px;
    margin-left:-20px;
}
.content_bottom {
    display:block;
    background-image:url(../img/box_bottom.png);
    background-repeat:no-repeat;
}
.title {
    display:block;
    width:180px;
    background-image:url(../img/title_1px.png);
    background-repeat:repeat-x;
    margin:35px 0 15px 0;
    padding:5px 20px;
    text-align:center;
    color:white;
    font-weight:bold;
}
.topic_title {
    display:box;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    width:250px;
    margin-left:-3px;
    margin-bottom:3px;
    border-bottom:solid 1px pink;
    color:#555647;
    font-size:13px;
}
.link {
    text-decoration:none;
}