	body {
	    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	    line-height: 1.6;
	    letter-spacing: 0;
		margin: 25px;
	}


	.min{
	    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
		font-size: 11px;
	}
	.min2{
	    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
		font-size: 9px;
		color: gray;
	}
	.min3{
	    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
		font-size: 9px;
		color: blue;
	}

	.demoHeaders {
		margin-top: 2em;
	}
	.message {
		font-color:darkgray; 
		background-color:#dce9f9;
		border-color: #c5dbec;
		border-width: 1px;
		border-style: solid;
		padding: 3px;
	    border-radius: 5px;        /* CSS3草案 */  
	    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	    -moz-border-radius: 5px;   /* Firefox用 */  
	}
	.dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
	.dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}
	.icons {
		margin: 0;
		padding: 0;
	}
	.icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	.icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}
	.fakewindowcontain .ui-widget-overlay {
		position: absolute;
	}


	/* リンクのアンダースコアを消す */
	a {
	    color:#4169e1;
		text-decoration: none;
		outline:none;
	}
	a:link {/*未訪問のリンク*/
	    color:#4169e1;
		text-decoration: none;
		outline:none;
	}
	a:visited {/*訪問後のリンク*/
	    color:#4169e1;
		text-decoration: none;
		outline:none;
	}

	/* 画像リンクの枠線を消す */
	a img {
	    color:0000ff;
	    border-style:none;
		outline:none;
	}
	.icon3{
		width: 30px;
	}
	/* イメージボタンの透過 */
	a:hover img {
		opacity: 0.6;
		filter: alpha(opacity=60);
	}

	/* 入力ボックスの角丸 */
	.input {
		padding-top: 0px; /* 余白 */
		padding-right: 5px; /* 余白 */
		padding-bottom: 0px; /* 余白 */
		padding-left: 5px; /* 余白 */
		height: 27px; /* 高さ */
		vertical-align: middle;
	    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
		font-size: 12px;
		*border-collapse: collapse; /* IE7 and lower */
		border-spacing: 0;

		border: solid #C5DBEC 1px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}


	/* テーブルの角丸 */
	.table, 
	.vtable {
	    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
		font-size: 12px;
		*border-collapse: collapse; /* IE7 and lower */
		border-spacing: 0;

		border: solid #C5DBEC 1px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

	.table tr:hover, 
	.vtable tr:hover {
		background: #fbf8e9;
		-o-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;     
	}    
		
	.table td, .table th, 
	.vtable td, .vtable th {
		border-left: 1px solid #C5DBEC;
		border-top: 1px solid #C5DBEC;
		padding: 3px;
		text-align: left;    
		vertical-align: top;
	}

	.table th, 
	.vtable th {
		color: #1D5987;
		padding: 7px;
		background-color: #dce9f9;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
		background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
		background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
		background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
		background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
		background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
		-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
		box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
		text-shadow: 0 1px 0 rgba(255,255,255,.5); 
		vertical-align: top;
	}

	.table th {
		border-top: none;
	}

	.vtable tr:first-child td:last-child, .vtable tr:first-child th:first-child {
		border-top: none;
	}

	.vtable tr:first-child th:first-child {
		-moz-border-radius: 6px 0 0 0;
		-webkit-border-radius: 6px 0 0 0;
		border-radius: 6px 0 0 0;
	}

	.table td:first-child, .table th:first-child, 
	.vtable td:first-child, .vtable th:first-child {
		border-left: none;
	}

	.table th:first-child {
		-moz-border-radius: 6px 0 0 0;
		-webkit-border-radius: 6px 0 0 0;
		border-radius: 6px 0 0 0;
	}

	.table th:last-child, .table th:last-child, 
	.vtable th:last-child, .vtable th:last-child {
		-moz-border-radius: 0 6px 0 0;
		-webkit-border-radius: 0 6px 0 0;
		border-radius: 0 6px 0 0;
	}

	.table th:only-child,
	.vtable th:only-child {
		-moz-border-radius: 6px 6px 0 0;
		-webkit-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}

	.table tr:last-child td:first-child,
	.vtable tr:last-child td:first-child {
		-moz-border-radius: 0 0 0 6px;
		-webkit-border-radius: 0 0 0 6px;
		border-radius: 0 0 0 6px;
	}

	.table tr:last-child td:last-child,
	.vtable tr:last-child td:last-child {
		-moz-border-radius: 0 0 6px 0;
		-webkit-border-radius: 0 0 6px 0;
		border-radius: 0 0 6px 0;
	}


	.skelton {
		border-spacing: 0;
		border: 0;
	}
	.skelton td{
		border-spacing: 0;
		border: 0;
	}




	.button2{
		background: #EEE;
		border: 1px solid #DDD;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px 8px;
		color: #1D5987;
		font-weight: bold;
	}
	.button2[disabled], .button2[disabled]:hover, .button2[disabled]:active{
		border-color: #eaeaea;
		background: #fafafa;
		cursor: default;
		position: static;
		color: #bbb;
	}
	.button2:hover, .button2:active{
		border-color: #eaeaea;
		background: #fafafa;
		cursor: default;
		position: static;
	}

	.button3{
		background: #EEE;
		border: 1px solid #DDD;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 2px 4px;
		color: #1D5987;
		font-weight: bold;
	}
	.button3[disabled], .button2[disabled]:hover, .button2[disabled]:active{
		border-color: #eaeaea;
		background: #fafafa;
		cursor: default;
		position: static;
		color: #bbb;
	}
	.button3:hover, .button2:active{
		border-color: #eaeaea;
		background: #fafafa;
		cursor: default;
		position: static;
	}


.usu img:active, .usu img:hover {
text-decoration:none;
filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}


.ui-tabs .ui-tabs-panel {
padding: 10px 5px 0px 0px;
}

