/*フォントサイズ
----------------------------------------------- */
/*左サイド*/
#leftcolumn170 {
	font-size: 80%;
}
/*右サイド*/
#rightcolumn170 {
	font-size: 80%;
}

/*Webページ：基本フォントサイズ*/
div#page-inner {
	font-size: 85%;
	line-height: 1.5;
}
/*Webページ：タイトル*/
div#page-inner .entry-title {
	font-size: 100%;
	color: #023783;
}


/*ページタイトル（検索結果など）
----------------------------------------------- */
h1#page-title {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;
	margin-bottom: 20px;
}

h1#page-title em {
	color: #025EB4;
	font-style: normal;
}


/*Webページスタイル
----------------------------------------------- */
div#page-inner {
}

/*-- ページタイトル --*/
.entry-title {
	background-color: #F8F8F8;
	padding: 5px;
	background-image: url(../images/blog_title-bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	margin-bottom: 15px;
}
.entry-title a {
	text-decoration: none !important;
	color: #023783 !important;
}
.entry-title a:hover {
	text-decoration: underline !important;
}


/*-- エントリーエリア --*/
.entry {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

/*-- エントリーエリア：リスト --*/
.entry ul,
.entry ol {
	margin-left: 25px;
}
.entry ul li {
	line-height: 1.5;
	margin-bottom: 7px;
}

/*-- エントリーエリア：テーブル --*/
div#page-inner table  {
	margin: 15px auto 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
}
div#page-inner table th,
div#page-inner table td {
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
div#page-inner table th {
	background-color: #F0F0F0;
	font-weight: normal;
}
div#page-inner table td {
}


/*-- フォルダーリストページ --*/
#folder-list {
}
#folder-list dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#folder-list dd {
	margin-bottom: 20px;
	margin-left: 20px;
}


/*-- 添付PDF --*/
.irList {
	margin-top: 20px;
	margin-right: 15;
	margin-bottom: 20px;
	margin-left: 15;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	padding-left: 10px;
}
.irList li {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 5px;
}
.irList li img {
    vertical-align: baseline;
}


/*Entry Info 
-----------------------------*/

div.entry ul.info {
	margin-top: 35px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding: 5px;
}

div.entry ul.info li {
	margin: 0 0.5em 0.1em 0;
	display: inline;
	font-size: 85%;
	color: #666666;
}


/*サイドバー　リスト 
-----------------------------*/

#blog-pagetree,
#blog-categorytree,
#blog-newentrytree,
#blog-archivetree,
.widget-box ul {
	padding-bottom: 5px;
	width: 150px;
}
#blog-pagetree li,
#blog-categorytree li,
#blog-newentrytree li,
#blog-archivetree li,
.widget-box li {
	list-style-type: none;
	vertical-align: middle;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#blog-pagetree li {
	background-image: url(../images/icon_point01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#blog-pagetree .li-active,
#blog-categorytree .li-active,
#blog-newentrytree .li-active,
#blog-archivetree .li-active,
.widget-box .li-active {
	display: list-item !important;
}
#blog-pagetree li a,
#blog-categorytree li a,
#blog-newentrytree li a,
#blog-archivetree li a,
.widget-box li a {
	clear: both;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
}
#blog-pagetree li a:hover,
#blog-categorytree li a:hover,
#blog-newentrytree li a:hover,
#blog-archivetree li a:hover,
.widget-box li a:hover {
	background-color: #E5EEF6;
	text-decoration: underline;
}
#blog-pagetree li ul,
#blog-categorytree li ul,
#blog-newentrytree li ul,
#blog-archivetree li ul,
.widget-box li ul {
	margin-left: 0px;
}
#blog-pagetree li ul li,
#blog-categorytree li ul li,
#blog-newentrytree li ul li,
#blog-archivetree li ul li,
.widget-box li ul li {
	display: block;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	/*font-size: 100%;*/
	border-top-width: 1px;
	border-top-color: #E5E5E5;
	padding-left: 0px !important;
}
#blog-pagetree li ul li {
	background-image: url(../images/icon_point02.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#blog-pagetree li ul li a,
#blog-categorytree li ul li a,
#blog-newentrytree li ul li a,
#blog-archivetree li ul li a,
.widget-box li ul li a {
	display: block;
	width: 130px;
	padding-left: 10px;
}



/*ブログエントリーデザイン
-----------------------------*/

.entry-asset {
	margin-bottom: 35px;
}

/*メタ情報*/
.asset-meta {
	font-size: 80%;
	margin-top: -10px;
	padding-top: 2px;
	padding-bottom: 0.3em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
}
.separator{
	color: #DFDFDF;
}

/*ブログ記事*/
.entry-content,
.asset-footer {
	margin: 15px;
}
.entry-tags {
	padding: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
}
.entry-tags h4 {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	background-color: #F5F6F7;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.entry-tags ul {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.entry-tags li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.content-nav {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DFDFDF;
	margin-top: 30px;
	padding-top: 3px;
}

.entry-content ul.cat-list {
	margin-left: 25px;
}
.entry-content ul.cat-list li {
	margin-bottom: 7px;
}


/*サイトマップ（アーカイブインデックス）
----------------------------------------------- */
.archive-content{
	margin: 15px;
}

.archive-content ul {
	margin-left: 10px;
	margin-top: 20px;
}

.archive-content li {
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	padding-left: 3px;
	margin-bottom: 20px;
	color: #666666;
}
.archive-content li strong {
	color: #333333;
}

.feed-btn {
	margin-left: 5px;
}


