/*
 * システムタイトル部分用 CSS
 *
 * first edition
 * 09/05/14 c.kikuchi
 *
 * change recode
 *--------------------------------------
 * yy/mm/dd | name | change contents
 *--------------------------------------
 *
 */

/* システムタイトル枠 */
.system-title {
	background-color:#FFFFFF;
	background:url(../img/baseimg/system-title_bk.gif) repeat-x;
	padding:3px 0px 2px 0px;
	width:100%;
	height: 30px;
	clear:both;
}

/* システムタイトル 下線 */
.system-title_line {
	background:#333333 url(../img/baseimg/system-title_btmline.gif) repeat-x;
	overflow: hidden; /* IE6以下用 */
	height:3px;
	margin:0px auto 0px auto;
}

/* システムタイトルテキスト */
.system-title h1 {
	margin:0px 5px 0px 3px;
	padding:3px 5px 3px 0px;
	width: 420px;
	color:#37536B; /* システムタイトル文字色 */
	font:bold 16px "ＭＳ Ｐゴシック", sans-serif;
}

.titleName{
	 width: 410px;
}

/* ユーザ情報 */
.location {
	padding:0px 10px 0px 0px;
	color:#37536B; /* ユーザ情報文字色 */
	text-align:right;
}

/* ボタン */
.location .btn input {
	padding:0px 2px;
	width:170px;
	font-size:90%;
}

/** 表示ページのダムボタンの場合 */
span.disable, span.disable input{
	cursor:default;
}

/** 表示ページとボタン名称が違う場合 */
span.button, span.button input{
	cursor:pointer;
}

/** ボタン共通部分設定 */
span.button,
span.button input,
span.button span,
span.disable,
span.disable input,
span.disable span,
span.dis,
span.dis input{
	border: none;
	display: inline-block;
	_display: inline-block;
	background-image:url(../img/baseimg/btn_bk2.png);
	_background-image:url(../img/baseimg/btn_bk2.png);
	background-repeat: no-repeat;
}

span.button,
span.disable,
span.dis{
	margin:0 5px 0px 0;
	padding-right: 3px;
	_padding-right: 0px;
	height: 24px;
}
span.button,
span.dis{
	background-position: 0px 0px;
}

span.disable{
	background-position: 0px -24px;
}

span.dis{
	color: #aaaaaa;
}

span.button input,
span.disable input,
span.dis input{
	margin-right: -8px;
	_margin-right: -5px;
	margin-left: 4px;
	padding-right: 3px;
	_padding-right: 2px;
	_position: relative;
	_top: 0px;
	_right: -5px;
	height: 24px;
	background-color:transparent;
}

span.button span,
span.disable span{
	margin-right: -8px;
	_margin-right: -8px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 8px;
	_padding-right: 3px;
	_position: relative;
	_top: 0px;
	_right: -5px;
	height: 21px;
	background-color:transparent;
}

span.button input,
span.button span,
span.dis input{
	background-position: 100% 0px;
}

span.disable input,
span.disable span{
	background-position: 100% -24px;
}

/* タイトル部ダムボタン非表示処理 */
/*#btn{
	display:none;
}
*/
