

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

/* 部署別用 文書リスト */

.BrowserItemList_torinet_content
/* 文書リスト全体 */
{
	margin:0;
	padding:0;
	margin-left:0px;
}

.BrowserItemList_torinet_content .waku
{
/*border:1px solid #cccccc;*/
}

.BrowserItemList_torinet_content .Title
/* H3 文書タイトル */
{
	color:#000000;
	font-weight: bold;
	font-size: medium;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	letter-spacing: 0.1em;
	background-color:#cccccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #003333;
	border-left-color: #003333;
}

.BrowserItemList_torinet_content h4 
/* H4 本文用 */
{
	color:#006633;
	font-weight: bold;
	font-size: medium;
	margin-left:0em;
	margin-top:1em;
	margin-bottom:1em;
}

.BrowserItemList_torinet_content h2 
/* H2 独自設定 */
{
           background-color: #ffe6d9;
            border:1px solid #ccc;
	font-weight: bold;
	font-size: medium;
	margin-left:0em;
	margin-top:0.5em;
	margin-bottom:0.3em;
                padding:0.2em;
}
.BrowserItemList_torinet_content h3 
/* H3 独自設定 */
{
         background-color: #eee;
	font-weight: bold;
	font-size: medium;
	margin-left:0em;
	margin-top:0.3em;
	margin-bottom:0.2em;
             padding:0.1em;
}

.BrowserItemList_torinet_content .Contents
/* 本文 独自設定*/
{
	font-weight: normal;
	font-size: 110%;
	text-align: left;
	margin: 0em 0em 0.6em 0em;
         line-height: 140%;
         padding:6px;
         border:1px solid #ccc;
         Background-color:#fff;
}


.BrowserItemList_torinet_content ul
/* UL 本文用 */
{
	margin:0px;
	margin-left:1em;
}

.BrowserItemList_torinet_content ul li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-type: square;
	line-height: 130%
}

.BrowserItemList_torinet_content ol
/* OL 本文用 */
{
	margin:0px;
	margin-left:2em;
}

.BrowserItemList_torinet_content ol li
/* LI 本文用 */
{
	margin:0px;
	margin-left:1em;
	list-style-type: decimal;
	line-height: 130%
}



.BrowserItemList_torinet_content .Append
/* 追加ボタン */
{
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_content .ParentBack
/* 戻るボタン */
{
	font-size: x-small;
	text-align: right;
}

.BrowserItemList_torinet_content .PageControl
/* ページコントロール */
{
	font-size: small;
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

/* 以下、枠を配置するための独自記述 */
 div.main
/* メイン枠用 */
{
        width:930px;
}
.BrowserItemList_torinet_content div.ue
/* 上の枠用 */
{
        width:900px;
	border-width: 1px;
         margin-bottom:2px;
         border-style: solid;
        border-color: #ffffff;
}
.BrowserItemList_torinet_content div.hidari
/* 左枠用 */
{
        float:left;
        width:310px;
	border-width: 1px;
        margin-left:2px;
        padding-left:2px;
        padding-right:2px;
        border-style: dotted;
        border-color: #eeeeee;
}
.BrowserItemList_torinet_content div.migi
/* 右枠用 */
{
        float:left;
        width:600px;
        margin-left:2px;
        padding-left:2px;
        padding-right:2px;
	border-width: 1px;
        border-style: dotted;
        border-color: #eeeeee;
}

/* 字下げする枠を配置するための記述 */
.BrowserItemList_torinet_content div.jisage
/* 字下げ枠用 */
{
	margin-left:1em;
}
/* 字下げ枠2、小さい文字用の記述 */
.BrowserItemList_torinet_content div.jisage2
{
	font-size: 0.9em;
	margin-left:1em;
	margin-right:1em;
}

/* 以下、リンクの表示設定の追加記述 */

.BrowserItemList_torinet_content a{
        text-decoration: none;
        color:#000000;

}

.BrowserItemList_torinet_content a:link {
}

.BrowserItemList_torinet_content a:visited {
        color:#000000;
/*　紫色の場合  color:#500090; */
}

.BrowserItemList_torinet_content a:hover {
        color:#f00;
}

.BrowserItemList_torinet_content a:active {
        color:#FF6000;
	font-weight: bold;
}
}
