﻿@charset "utf-8";

/* 作成者：ラベル印字開発チーム
 * 作成日：2012.04.16
 * バージョン：01-00
 * 最終更新日：2012.04.16
 * 次世代システム
 * inji_nas.css
*/

/* ======================ヘッダ====================== */

/* 閉じるボタン */
.Closed {
    color               : #000000;
    cursor              : hand;
    background-image    : url(/images/intranet/BtnSubS2.gif);
    background-repeat   : no-repeat;
    background-color    : #F3F3F3;
    border              : none;
    height              : 21px;
    width               : 75px;
    vertical-align      : middle;
    position            : relative;
}

/* ======================コンテンツ(ボタン関連)====================== */
/* ページ内実行ボタン */
.s-btn-r {
    color               : #000000;
    cursor              : hand;
    background-image    : url(/images/intranet/BtnSubS.gif);
    background-repeat   : no-repeat;
    background-color    : #F3F3F3;
    border              : none;
    font-size           : 15px;
    height              : 20px;
    width               : 116px;
    vertical-align      : middle;
    position            : relative;
}

.s-btn-rs {
    color               : #000000;
    cursor              : hand;
    background-image    : url(/images/intranet/BtnSubSS.gif);
    background-repeat   : no-repeat;
    background-color    : #F3F3F3;
    border              : none;
    font-size           : 15px;
    height              : 20px;
    width               : 116px;
    vertical-align      : middle;
    position            : relative;
}

/* 実行ボタン */
.m-btn-r {
	color               : #FFFFFF;
	cursor              : hand;
	background-image    : url(/images/intranet/BtnMainS.gif);
	background-repeat   : no-repeat;
	background-color    : #F3F3F3;
	border              : none;
	font-size           : 15px;
	height              : 20px;
	width               : 116px;
	vertical-align      : middle;
	position            : relative;
}

.m-btn-l {
	color               : #FFFFFF;
	cursor              : hand;
	background-image    : url(/images/intranet/BtnMainL.gif);
	background-repeat   : no-repeat;
	background-color    : #F3F3F3;
	border              : none;
	font-size           : 15px;
	height              : 20px;
	width               : 174px;
	vertical-align      : bottom;
	position            : relative;
}

/* ======================検索結果一覧====================== */
/* タブメニュー表現用 */

/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
padding-top: 20px; /* ナビゲーションの上パディング */
background-color: #F3F3F3; /* ナビゲーションの背景色 */
font-size: 80%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 99%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 8em; /* タブの幅 */
margin-right: 4px; /* タブの右マージン */
background: #f9f9f9 url(tab_gen1_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: url(tab_gen1_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.nav ul.nl li.active {
background: #004080 url(tab_act1_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav ul.nl li.active a {
background: url(tab_act1_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- pre --- */
pre{
    width:100%;
    word-wrap:break-word;
    white-space:pre-wrap;
}

