@charset "UTF-8";

/*〓〓 ◇初期化 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

*{ margin: 0; padding: 0; }


/*〓〓 ◇規定タグ 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

body {
	text-align: left;
	font-size: 9pt;
	color: #333;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background: #f5f5f5;
}

h1 {
	float: left;
	padding-top: 8px;
	padding-left: 5px;
}


h2 {
	color:#333;
	font-size: 10.5pt;
	margin-bottom: 20px;
	padding: 8px 5px 6px 10px;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(198,198,198,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(198,198,198,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(198,198,198,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(198,198,198,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(198,198,198,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(198,198,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c6c6c6',GradientType=0 );
	box-shadow: 1px 1px 0px 0px #fff inset;	    
	border: 1px solid #999;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
}

h3 {
	font-size: 12pt;
	margin-bottom: 5px;
	font-weight: normal;
}

h4 {
}


p {	
	line-height: 130%;
	margin: 0px 0px 20px 0px;
}

img { 
	border-style: none; 
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	border: 1px solid #c0c0c0;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	font-weight: normal;
	font-size: 9pt;
}

th{
	background: #f5f5f5;
}

a { 
	color: #0060FF;
	text-decoration: none;
}

a:hover{ 
	color: #F25B00;
}

li{ 
	list-style:none;
}

input[type="text"],input[type="password"],select,textarea{
	padding: 3px;
	font-size:9pt;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	border:0;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 1px 1px 3px 0px #dcdcdc inset;
}

input[type="text"]:focus,input[type="password"]:focus,select:focus,textarea:focus{
	background: #ffffe0;
}


input[type="radio"]{
	position: relative;
	top:1px;
	margin-right: 2px;
}

input[type="checkbox"]{
	position: relative;
	top:0px;
	margin-right: 2px;
}

input[type="submit"],input[type="button"],button{
	font-size:9pt;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #808080;
	padding:9px 18px;
	text-decoration:none;
	background: #e0e0e0;
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#fcfcfc 100%);
	background: -o-linear-gradient(top,  #e0e0e0 0%,#fcfcfc 100%);
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#fcfcfc 100%);
	background: linear-gradient(to bottom,  #e0e0e0 0%,#fcfcfc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#fcfcfc',GradientType=0 );
	box-shadow:1px 1px 0 0 #fff inset;
	color:#333;
	display:inline-block;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;

}

input[type="submit"]:hover,input[type="button"]:hover,button:hover{
	background: #baddf4;
	background: -moz-linear-gradient(top,  #baddf4 0%, #f4f9ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#baddf4), color-stop(100%,#f4f9ff));
	background: -webkit-linear-gradient(top,  #baddf4 0%,#f4f9ff 100%);
	background: -o-linear-gradient(top,  #baddf4 0%,#f4f9ff 100%);
	background: -ms-linear-gradient(top,  #baddf4 0%,#f4f9ff 100%);
	background: linear-gradient(to bottom,  #baddf4 0%,#f4f9ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baddf4', endColorstr='#f4f9ff',GradientType=0 );
	cursor: pointer;
	box-shadow:1px 1px 0 0 #EFF6FF inset;
	border-color:#1e90ff;
}


