@charset "Shift_JIS";
     

/******************************************************
 AutoCAD講座
*******************************************************/
#c_navi {
        width: 595px;
        margin: 10px 5px 0px 5px;
}
#c_navi ul {
	margin: 0px;
	display: inline;
}
#c_navi li {
        float: left;
	display: block;
	width: 195px;
	height: 32px;
	margin: 0px;
	overflow: hidden;
}
#c_navi li a {
	display: block;
	width: 195px;
	height: 32px;
	text-decoration: none;
}
#c_navi li a:hover {
	background: none;
}
#c_navi li span {
	visibility: hidden;
}
#c_navi .navi_auto a {
        margin-right: 5px;
	background: url(../img/course_navi_auto_off.gif);
}
#c_navi .navi_auto  {
        margin-right: 5px;
	background: url(../img/course_navi_auto_on.gif);
}
#c_navi .navi_jw a {
        margin-right: 5px;
	background: url(../img/course_navi_jw_off.gif);
}
#c_navi .navi_jw  {
        margin-right: 5px;
	background: url(../img/course_navi_jw_on.gif);
}

#c_navi .navi_cad a {
	background: url(../img/course_navi_cad_off.gif);
}
#c_navi .navi_cad  {
	background: url(../img/course_navi_cad_on.gif);
}
.c_box02{
        width: 595px;
        margin: 0px 5px 0px 5px;
}
.c_box02_left{
        float: left;
        width: 325px;
        margin: 0px 20px 0px 0px;
        line-height: 150%;
	display: block;
}
.c_box02_right{
        float: right;
        margin: 0px;
        width: 250px;
	display: block;
}
.c_box02_txt01{
        font-weight: bold;
        margin: 10px 0px 10px 0px;
        color: #3B8C06;
        border-bottom: 1px solid #3B8C06;
}
.c_box02_txt02{
        font-weight: bold;
        margin: 10px 0px 10px 0px;
        padding: 5px;
        color: #FFFFFF;
        background: #3BB4B7;
}
.c_box02_txt02_mt0{
        font-weight: bold;
        margin: 0px 0px 10px 0px;
        padding: 5px;
        color: #FFFFFF;
        background: #3BB4B7;
}

.c_box02_txt03{
        font-weight: bold;
        line-height: 180%;
        margin: 10px 0px 10px 5px;
        color: #3BB4B7;
}
/******************************************************
 カリキュラム
*******************************************************/

.curriculum_top{
        font-weight: bold;
        background: #735D4A;
        color: #FFFFFF;
        margin: 0px 0px 0px 0px;
        padding: 5px;
}
.curriculum_middle{
        background: #FFF7E7;        
        color: #735D4A;
        text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 15px 0px 15px 0px;
}
.curriculum_bottom{
        color: #735D4A;
        padding: 5px;
        font-size: 11px;
}
/******************************************************
 開講時期･受講料など
*******************************************************/

.c_box03{
        color: #B5309C;
        font-weight: bold;
        border-bottom: 2px solid #B5309C;
        margin: 20px 0px 0px 0px;
        padding-bottom:2px;
}
.c_box03_t table{
}
.c_box03_t td {
       background: #FFF7FF;
       border-bottom: 1px solid #B5309C;
       font-size: 12px;
       font-weight: bold;
       text-align: center;
       color: #B5309C;
}

/******************************************************
 Autodesk認定販売店
*******************************************************/

.c_box04{
        color: #0075B5;
        font-weight: bold;
        border-bottom: 2px solid #0075B5;
        margin: 20px 0px 0px 0px;
        padding-bottom:2px;
}
.c_box04_t table{
       border-bottom: 1px solid #0075B5;
       padding: 10px 5px 0px 5px;
}
.c_box04_t td {
       font-size: 12px;
       line-height: 150%;
       padding-bottom: 10px;
}
.c_box04_td02 {
       font-size: 12px;
       color: #0075B5;
       border: 2px solid #9CDBEF;
       line-height: 150%;
       padding: 5px;
}


/******************************************************
 AutoCAD講座 フォント設定
*******************************************************/
.txt_c_01{
        margin: 10px 0px 0px 0px;
        color: #82BA06;
        font-weight: bold;
        line-height: 130%;

}
.txt_c_02{
        color: #C33317;
        font-weight: bold;
}
/******************************************************
 余白修正用
*******************************************************/
.mb30{
       margin-bottom: 30px;

}


