@charset "utf-8";

/*-----------------------------------------------------------
 default
-----------------------------------------------------------*/

/*------ Site Set (default) ------*/

body, table { 
	font-family: meiryo,Arial,MSGothic,osaka ,sans-serif;
	font-size: 9pt;
	line-height: 1.8em;
	color: #333;
	}
	h1,h2,h3,h4,h5,h6 { font-size: 9pt;      }
	p,ul,ol,dl        { margin: 0 0 1em 0; }
	address           { font-style: normal;  }

	/* IE6 */ * html body, * html table { line-height: 1.7em; }
	/* IE7 */ *:first-child+html body, table { line-height: 1.7em; }


	/* Anchor */
	a:link ,
	a:visited {
		color: #333;
		text-decoration: underline;
		}
	a:hover ,
	a:active {
		color: #ae0613;
		}

	/* Clear */
	.clear { clear: both; }
	
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: ".";
		clear: both;
		height: 0;
		}
		* html .clearfix { zoom: 1; } /* IE6 */
		*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*---------- Title ----------*/

h2 {
	height: 30px;
	margin: 0 0 50px;
	text-indent: -99999px
	}



/*---------- Image ----------*/

.prImage {
	float: right;
	margin-left: 20px;
	text-align: center;
	}
	
.plImage {
	float: left;
	margin-right: 20px;
	text-align: center;
	}


/*---------- table ----------*/




/*---------- Icon ----------*/

img.icoBlank {
	margin: -1px 0 0 5px;
	vertical-align: baseline;
	}

a.blankImage {
	position: relative;
	}
	a.blankImage img.icoBlankImage {
		position: absolute;
		right: 2%; top: 5%;
		}

a.pdf{
	min-height: 14px;
	display: inline-block;
	padding: 0 18px 0 0;
	background: transparent url("../images/pdf_icon.gif") no-repeat right center;
	}
	

/*---------- Share ----------*/

ul#shareSec {
	}
	ul#shareSec li {
		float: left;
		margin: 0 5px 0 0;
		}
		ul#shareSec li#snTwitter { margin: 0; }
		ul#shareSec li#snFacebook { margin: 0; }



/*---------- Form ----------*/




/*---------- Text Color ----------*/

.cautionTxt { color: red; }



/*---------- Inquiry Sec ----------*/

