﻿/*--------------------------------------------------------------*/
/*	IE標準　StyleSheet                                          */
/*	作成日	2010/12/20                                          */
/*	作成者	K.Matsuo                                               */
/*--------------------------------------------------------------*/


	/*-----------------------------------*/
	/*	基本項目形式指定                 */
	/*-----------------------------------*/
	body{
		color		:black;
		background	:#E6F5CA;
		/* background	:#99CCFF; */
	}
	.shiftframe {
		background	:#555555;
		scrollbar-3dlight-color		: silver;
		scrollbar-arrow-color		: ;
		scrollbar-base-color		: silver;
		scrollbar-darkshadow-color	: silver;
		scrollbar-face-color		: silver;
		scrollbar-highlight-color	: silver;
		scrollbar-shadow-color		: silver
	}
	.shiftframe2{
		background	:#555555;
		scrollbar-3dlight-color		: silver;
		scrollbar-arrow-color		: ;
		scrollbar-base-color		: silver;
		scrollbar-darkshadow-color	: silver;
		scrollbar-face-color		: silver;
		scrollbar-highlight-color	: ;
		scrollbar-shadow-color		: 
	}
	
	/*-----------------------------------*/
	/*	リンク                           */
	/*-----------------------------------*/
	A:link{
		color			:blue;
		text-decoration	:underline;
	}
	A:visited{
		color			:blue;
		text-decoration	:underline;
	}
	A:hover{
		color			:red;
		text-decoration	:none;
	}

	/*-----------------------------------*/
	/*	Font                             */
	/*-----------------------------------*/
	.small{
		font		:11px MS Gothic;
	}
	.tt_small{
		font		:11px MS Gothic;
	}
	.normal{
		font		:12px MS UI Gothic;
	}
	.tt_normal{
		font		:12px MS Gothic;
	}
	.middle{
		font		:15px MS UI Gothic;
	}
	.large{
		font		:17px MS UI Gothic;
	}
	.big{
		font		:21px MS UI Gothic;
	}
	.dlwindow{
		font			:12px MS UI Gothic;
		vertical-align	:top;
		text-decoration	:underline;	
		line-height		:21px;
	}

	/*-----------------------------------*/
	/*	Table                            */
	/*-----------------------------------*/
	.errortable{
		font		:12px MS UI Gothic;
		background	:yellow;
		color		:#000000;
	}
	.msgtable{
		font		:12px MS UI Gothic;
		background	:darkblue;
		color		:#ffffff;
	}
	.graytable{
		font		:12px MS UI Gothic;
		background	:white;
		color		:dimgray;
	}

	/*-----------------------------------*/
	/*	Form                             */
	/*-----------------------------------*/
	.button_normal{
		font		:12px MS UI Gothic;
		color		:black;
		background	:#dddddd;
	}
	.button_small{
		font		:11px MS Gothic;
		color		:black;
		background	:#dddddd;
	}
	.button_black_normal{
		font		:12px UI Gothic;
		border		:solid 1 silver;
		color		:white;
		background	:#333333;
	}
	.text_normal{
		font		:12px MS UI Gothic;
		border:solid 1 silver;
		background-color:FFFFFF;
		color:#000000;
	}
	.text_black_normal{
		font		:12px MS UI Gothic;
		border		:none;
		background-color:#333333;
		color		:#ffffff;
	}
	.text_silver_normal{
		font		:12px MS UI Gothic;
		border		:none;
		background-color:#cccccc;
		color		:#000000;
	}
	.text_middle{
		font-style	:normal;
		font		:15px;
		border:solid 1 silver;
		background-color:FFFFFF;
		color:#000000;
	}
	.text_tt_normal{
		font		:11px MS Gothic;
		border:solid 1 silver;
		background-color:FFFFFF;
		color:#000000;
	}
	.text_small{
		font-style	:normal;
		font		:11px;
		border:solid 1 silver;
		background-color:FFFFFF;
		color:#000000;
	}
	.text_normal_ime_off{
		font		:12px MS UI Gothic;
		border:solid 1 silver;
		background-color:FFFFFF;
		color:#000000;
		ime-mode:disabled;
	}
	/*-----------------------------------*/
	/*	Button                           */
	/*-----------------------------------*/
	input.button_search{
		width		:60px;
		height		:30px;
	}
