﻿
/*------- タグ標準 ------*/
form {
	padding : 0px;
	margin : 0px;
}

input.txt{
	font-size : 10pt;
	font-weight		: bold;
	font-family : 'ＭＳ ゴシック','Osaka-等幅','MS UI GOTHIC','Osaka', sans-serif;
	background-color: #EEFFFF;
	color:#333333;
	border: 1px solid #006699;
/*	padding: auto; */
	text-align: center;
	line-height		: 16px;
	height:16px;
}

textarea.txt{
	font-size : 10pt;
	font-weight		: bold;
	font-family : 'ＭＳ ゴシック','Osaka-等幅','MS UI GOTHIC','Osaka', sans-serif;
	background-color: #EEFFFF;
	color:#333333;
	border: 1px solid #006699;
	padding: 3px;
	line-height		: 16px;
}

textarea.txt2{
	font-size : 10pt;
	font-weight		: bold;
	font-family : 'ＭＳ ゴシック','Osaka-等幅','MS UI GOTHIC','Osaka', sans-serif;
	background-color: #FFFFEE;
	color:#333333;
	border: 1px solid #333333;
	padding: 3px;
	line-height		: 16px;
}

select{
	font-size : 10pt;
	font-weight		: bold;
	font-family : 'ＭＳ ゴシック','Osaka-等幅','MS UI GOTHIC','Osaka', sans-serif;
	background-color: #EEFFFF;
	color:#333333;
	border: 1px solid #006699;
	padding: auto;
	text-align: left;
	height:20px;
}


.noteDL dl {
	margin: 0;
	padding: 0;
}


.noteDL dt {
	margin: 0;
	padding-left: 18px;
	background-image	: url(../image/dd_mark1.gif);
	background-repeat	: no-repeat;
	background-position	: 1px;
	font-weight : bold;
}

.noteDL dd {
	margin: 3px 5px 15px 20px;
}


/*------------- エラーメッセージ --------------*/
.err-msg {
	font-weight : bold;
	color : red;
	background-color : #ffddee;
	margin : 5px;
	padding : 5px;
	border: 2px solid red;
	text-align: left;
}

/*------------- cman参照リンク --------------*/
.sansho a{
	padding-left:17px;
	margin:0;
	text-align: left;
	background-image: url(../image/com_ya1.gif);
	background-repeat	: no-repeat;
	background-position	: 2px 2px;
}

