﻿@charset "utf-8";
/*------------------------------------------------
/* Copyright(C) 2012 System Consultant Co., Ltd. All Rights Reserved.
/* ImageButtons.css
------------------------------------------------*/
/*
-------------------------------------------------------
* イメージ付ボタンのUrl部分
*  urlのpathはcssファイルからの相対パス
-------------------------------------------------------
*/
/* collapse */
/* expand */

/* search */
/* 編集 */
/* 編集（モーダルダイアログ） */
/* 追加 */
/* 削除 */
/* 表示 */
/* ClearSort */
/* ClearFilter */
/* SelectColumn */
/* SaveColumn */

/* Upload */
/* Download */
/* Excel */
/* csv */
/* PDF */
/* そのほか */

/* grid直接編集・開始/Ok/Cancel */

/*
-------------------------------------------------------
* イメージ付ボタン
*   ※定義順に依存するので注意(hoverを最後に)
-------------------------------------------------------
*/
.ico_btn 
{
	white-space:nowrap;
	background-color:#ededed;
	/*color:#000;*/
	border:solid 1px #707070;
	margin:1px 0 0 0;
	padding:2px 7px 2px 7px;
	font-weight:normal;
	color:#000000;
	/*padding:0 0 0 12px;		/* IE7 CSS Hack */
	/*
	min-width:70px;
    width: auto !important;
    width: 70px;
    */
	/padding:2px 2px;
}
.ico_btn_help 
{
	white-space:nowrap;
	background-color:#ededed;
	/*color:#000;*/
	border:solid 1px #707070;
	margin:1px 0 0 0;
	padding:2px 7px 2px 7px;
	font-weight:normal;
	color:#000000;
	height: 18px;
	/*padding:0 0 0 12px;		/* IE7 CSS Hack */
	/*
	min-width:70px;
    width: auto !important;
    width: 70px;
    */
}
.ico_btn_dl 
{
	white-space:nowrap;
	background-color:#ededed;
	/*color:#000;*/
	border:solid 1px #707070;
	margin:1px 0 0 0;
	padding:0px 7px 2px 7px;
	font-weight:normal;
	color:#000000;
	height: 18px;
	/*padding:0 0 0 12px;		/* IE7 CSS Hack */
	/*
	min-width:70px;
    width: auto !important;
    width: 70px;
    */
}
.ico_btn_hover {
	cursor:pointer;
	background-color:#d9f0fc;
	border:solid 1px #3c7fb1;
}

.next_group
{
    margin-left: 15px;
}

.fg-menu a.ico_link:link,
.fg-menu a.ico_link:visited,
.fg-menu a.ico_link:active{
	display:block;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	outline: 0 !important;
	color:#222222;
	background-color:#ffffff;
}
.fg-menu a.ico_link:hover
{
	cursor:pointer;
	background-color:#d9f0fc;
	border:solid 1px #3c7fb1;
}

