@charset "UTF-8";
/** Common CSS Code**/

/* 編集ボタン */
#news_editor .cleditorList h2,
#news_editor .cleditorList h3,
#news_editor .cleditorList h4,
#news_editor .cleditorList h5,
#news_editor .cleditorList h6
{
	margin: 3px 0!important;
	padding: 5px 10px!important;
	font-size: 100%!important;
}

/********************** Newsの装飾 **********************/

body#news_editor {
	line-height: 1.8em;
	padding: 20px;
}

#news_editor .cleditorList h2, /* 編集ボタン */
#news_editor h2, /*編集内iframe*/
#news_editor #editorBox table td h2, /* 確認画面 */
#NewsList_Detail .Detail_contents h2 /* 本画面 */
{
    border: #666666 solid;
    border-width: 0 0 0 5px;
    margin: 0 0 20px 0;
    padding: 5px 20px;
    line-height: 1em;
    font-size: 120%;
    text-align: left;
	font-weight: normal;
}

#news_editor .cleditorList h3, /* 編集ボタン */
#news_editor h3, /*編集内iframe*/
#news_editor #editorBox table td h3, /* 確認画面 */
#NewsList_Detail .Detail_contents h3 /* 本画面 */
{
    border: #666666 solid;
    border-width: 1px;
    margin: 20px 0;
    padding: 5px 20px;
    line-height: 1.5em;
    font-size: 120%;
    text-align: center;
	font-weight: normal;
	border-radius: 5px;
}

#news_editor .cleditorList h4, /* 編集ボタン */
#news_editor h4, /*編集内iframe*/
#news_editor #editorBox table td h4, /* 確認画面 */
#NewsList_Detail .Detail_contents h4 /* 本画面 */
{
    border: #666666 solid;
    border-width: 0;
    margin: 20px 0;
    padding: 20px 40px;
    font-size: 100%;
    text-align: left;
	font-weight: normal;
	background-color: #f0f0f0;
	border-radius: 5px;
}

#news_editor .cleditorList h5, /* 編集ボタン */
#news_editor h5, /*編集内iframe*/
#news_editor #editorBox table td h5, /* 確認画面 */
#NewsList_Detail .Detail_contents h5 /* 本画面 */
{
    border: #666666 dashed;
    border-width: 1px;
    margin: 20px 0;
    padding: 20px 40px;
    font-size: 100%;
    text-align: left;
	font-weight: normal;
	border-radius: 5px;
}

#news_editor .cleditorList h6, /* 編集ボタン */
#news_editor h6, /*編集内iframe*/
#news_editor #editorBox table td h6, /* 確認画面 */
#NewsList_Detail .Detail_contents h6 /* 本画面 */
{
    border: #cccccc solid;
    border-width: 5px;
    margin: 20px 0;
    padding: 20px 40px;
    font-size: 100%;
    text-align: left;
	font-weight: normal;
	border-radius: 10px;
}

/********************** Newsの装飾 **********************/