h2{
    background-image : url(../image/TitleBar.png) ;
    background-position: 0px 0 ;
    background-repeat: no-repeat ;
    width: 750px ; 
    height: 25px ;
    margin: 10px 56px ;
    font-size: 150% ;
    font-weight: bold ;
    text-align: left ;
    color: White ;
	clear: both ;
    overflow: hidden ;
}

h3{
    width: 750px ; 
    height: 150px ;
    margin: 10px 56px ;
    font-size: 150% ;
    font-weight: bold ;
    text-align: left ;
    color: White ;
	clear: both ;
    overflow: hidden ;
}

p.caption {
	padding: 5px 5px 10px 60px;
	text-align: left;
}

/* --- ▼メインカラム内の設定開始▼ --- */
/* --- メインカラム --- */
#main_cam {
    float: left;
    width: 700px;   /* メインカラムの幅 */
}
/* --- セクション（共通設定） --- */
#main_cam div.section {
    margin: 0 0 3em 10px;   /* セクションのマージン（上右下左） */
    text-align: left;       /* テキスト位置 */
}
/* --- 標準セクション --- */
/* 見出しエリア */
#main_cam div.normal div.heading {
    text-align: left;                   /* 見出しテキスト位置 */
    margin-bottom: 1.2em;               /* 見出しエリアの下マージン */
    padding: 4px 0px;                   /* 見出しエリアのパディング（上下、左右） */
    border-bottom: 2px #999999 solid;   /* 見出しエリアの下境界線 */
    width: 560px;                       /* 見出しエリア境界線サイズ */
}
/* 見出し */
#main_cam div.normal div.heading h2 {
    margin: 6px 0 0;
    padding: 2px 3px 1px 5px;           /* 見出しのパディング（上右下左） */
    border-left: 5px #FF6600 solid;     /* 見出しの左境界線 */
    font-size: 110%;                    /* 見出しの文字サイズ */
    color: #2b2b2b;                     /* 見出しの文字色 */
    line-height: 100%;
}
/* 段落 */
#main_cam div.normal p {
    margin: 0 5px 1em;                  /* 段落のマージン（上、左右、下） */
    line-height: 160%;                  /* 行の高さ */
}
/* --- 強調セクション --- */
#main_cam div.emphasis {
    padding: 1.1em 15px 0;              /* セクションのパディング（上、左右、下） */
    background: url(../image/emphasis_back1.gif) repeat-x top;  /* セクションの背景 */
    border: 1px #c0c0c0 solid;          /* セクションの境界線 */
}
 /* 見出し */
#main_cam div.emphasis h2 {
    margin: 0 0 0.8em;                  /* 見出しのマージン（上、左右、下） */
    font-size: 130%;                    /* 見出しの文字サイズ */
    color: #dc3900;                     /* 見出しの文字色 */
}
/* --- お知らせ --- */
/* 共通エリア */
#main_cam div.update dl {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 60px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
}
/* 項目エリア */
#main_cam div.update dt {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: bold;
    width: 120px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 30px;
    background-image : url(../image/icon_square.gif);
    background-position: 5px 12px;
    background-repeat: no-repeat;
    color: #663300;
    float: left;
}
/* 詳細エリア */
#main_cam div.update dd {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 150px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    width: 580px;
}
/* --- ▲メインカラム内の設定終了▲ --- */
