@charset "UTF-8";
/* CSS Document */
	th, td, form {
	 /* 2007/12/18  shino  tableのpaddingが欲しかったためコメントアウトしました*/
	 /* margin: 0;
		padding: 0;
		background-color: transparent;*/
		color: #333333 !important;
		font-size: 14px;
		/**font-size: small;
		*font: x-small;*/
		font-family: "Hiragino Kaku Gothic Pro";
	}

/*
	10px: 77% / 11px: 85% / 12px: 92% / 14px: 107% / 16px: 122% / 18px: 136% / 20px: 152% / 24px: 182%
*/
	form{
		margin: 0;
		padding: 0;
	}
	body, th, td, form {
		font-size: 92%;
		line-height: 1.5;
	}

	h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
		margin: 0;
		padding: 0;
	}	
	.hidden {
		/*visibility: hidden;*/
		height: 0;
		overflow: hidden;
	}
	
	.displayNone {
		display: none;
	}
	
	img {
		border: none;
		margin: 3px;
	}
	
	/*2007/12/13 add shino*/
	.border {
		border:1px solid #666666 !important;
	}
	
	
	.clearBoth {
		clear: both;
	}
	
	.clearfix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
	}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */