@charset "UTF-8";

/* ///////////////////////////////////////////////
【経営指南ブログ】
title: manage.css
paths: common/css/manage.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
Table Of Contents

#01 共通
#02 メインイメージ
#03 左タイトル
#04 中央カラム　コンテンツ
----------------------------------------------- */



/* -----------------------------------------------

#01 共通

----------------------------------------------- */



/* -----------------------------------------------

#02 メインイメージ

----------------------------------------------- */
div.mainImg h2 {
background: url(../../manage/img/blog_ttl_main.jpg) no-repeat;
}



/* -----------------------------------------------

#03 左タイトル

----------------------------------------------- */
div.boxA h2 {
width: 57px;
height: 360px;
margin: 0 auto;
background: url(../../manage/img/blog_ttl_left.gif) no-repeat;
}



/* -----------------------------------------------

#04 中央カラム　コンテンツ

----------------------------------------------- */
div.section {
width: 610px;
margin-bottom: 30px;
}

div.section h3 {
width: 590px;
margin-bottom: 5px;
padding: 15px 6px;
border: 4px solid #ccc;
color: #333;
font-size: 110%;
font-weight: bold;
}

div.section p.updated {
margin-bottom: 20px;
text-align: right;
font-size: 85%;
}

div.section div.sectionBox {
width: 590px;
margin: 0 auto;
}

div.section div.sectionBox p {
margin-bottom: 1.0em;
}

div.section div.sectionBox p.lastBorder {
margin-bottom: 1.0em;
padding-bottom: 1.0em;
border-bottom: 1px dotted #999;
}

div.section div.sectionBox ul {
font-size: 85%;
text-align: right;
}

div.section div.sectionBox ul li {
display: inline;
border-right: 1px solid #4d5b71;
padding: 0 14px;
}


