﻿

body {
	margin: 1px 1px 0px 1px; 
	font-family: ＭＳ Ｐゴシック,Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

table, td {
	font-size: 12px;
}


input, select {
	border: 1px solid;
	font-size: 12px;
}

input:focus, textarea:focus, select:focus {
}
textarea {
	font-family: ＭＳ Ｐゴシック, Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid;
	font-size: 12px;
}
.checkbox, .radio {
	border: 0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
}

/*
.webTableHeader {
	background-color: #dee0ea;
	}
*/

.menu {
	/*
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr=aliceblue,EndColorStr=lightsteelblue
	);
	*/	
	margin: 0px 1px 0px 0px;
	padding: 0px 6px 0px 6px;
	display:inline-block;
	border-top-width:1px;
	border-right-width:1px;	
	border-bottom-width:0px;
	border-left-width:1px;		
	border-style: solid;
	border-color: #94c1e8;
}

.menu:visited {
	color: black;
	text-decoration: none;
}

.menu:link {
	text-decoration: none;
	color: black;
}

.menu:hover {
 	color: red;
/*	text-decoration: blink; */
}
.pickButton {
	background-image: url(../../common/img/pickButton.jpg);
	}
	
/* input[type="submit"],input[type="button"],input[type="file"] { */
input[type="submit"],.button 
{
	/*IE*/
	/*	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=aliceblue,EndColorStr=lightsteelblue); */
		/*　Safari・Chrome　*/
	/*	background: -webkit-gradient(linear, left top, left bottom, from(aliceblue), to(lightsteelblue)); */
		/*　Firefox　*/
	/*	background: -moz-linear-gradient(top, aliceblue,lightsteelblue); */

	/* IE10対応 2013/06/19	*/
	/* IE 6,7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='aliceblue', endColorstr='lightsteelblue');
	/* IE 8,9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='aliceblue', endColorstr='lightsteelblue')";
	/* IE10 */ 
	background-image: -ms-linear-gradient(top , aliceblue 0%, lightsteelblue 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top , aliceblue 0%, lightsteelblue 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top , aliceblue 0%, lightsteelblue 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, aliceblue), color-stop(1, lightsteelblue));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top , aliceblue 0%, lightsteelblue 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top , aliceblue 0%, lightsteelblue 100%);
	
	/*角丸*/
	border-radius:3px;


}

.button 
{
    width:80px; 
}
/*input[type="submit"][disabled],input[type="button"][disabled],input[type="file"][disabled] { */
/*
.button[disabled] {
	background-color : #cccccc;
	background-image: url(../../common/img/btnGray.gif);
	}
*/

/* end gantt styles */


a:visited
{
    color: #0000FF;
    text-decoration: none;
}

a:link
{
    text-decoration: none;
}
a:hover
{
    color: #000080;
    text-decoration: underline;
}

a:active
{
    /* 	      color : #FFFFFF;  	     background-color : #0000FF; 	     text-decoration : underline;	      */
}
