@media screen {
	body {
		background-color: #FFFFFF;
		background-image: url(../basic_img/back_body.gif);
		background-repeat: repeat-x;
	}
	h2 {
		font-size: 16px;
		font-weight: bold;
		background-image: url(../kaisya/img/title.gif);
		margin: 0px;
		padding: 8px 0px 10px 25px;
		background-repeat: no-repeat;
		width: 579px;
		height: 34px;
	}
	#mainDiv {
		width: 820px;
		margin-right: auto;
		margin-left: auto;
		background-image: url(../basic_img/back_maindiv.gif);
		background-repeat: repeat-y;
		padding: 0px;
	}
	#mainDiv:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	#headDiv {
		background-image: url(../basic_img/back_headdiv.gif);
		background-repeat: no-repeat;
		background-position: center top;
		width: 798px;
		padding: 0px 11px;
	}
	#headDiv:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.naviCL {
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	#naviUL {
		padding: 2px 0px 0px 3px;
		margin: 0px;
		list-style-type: none;
	}
	#naviUL li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		float: left;
		font-size: 1px;
		line-height: 0px;
		display: inline;
	}
	#footerDiv {
		clear: both;
		margin-right: 12px;
		margin-left: 10px;
		padding: 10px;
		margin-top: 10px;
		background-image: url(../basic_img/back_bottomdiv.gif);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: #EAEAEA;
		text-align: center;
		font-size: 10px;
		width: 778px;
	}
	#footerDiv:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
}
@media print {
	#naviUL,.naviCL {
		display: none;
	}
	h2 {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	}
	.noprintCL {
		display: none;
	}
	#footerDiv {
		clear: both;
		text-align: center;
	}
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	line-height: 170%;
}
a {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #009999;
}

h1 {
	margin: 0px;
	padding: 0px;
}
h5 {
	background-image: url(../basic_img/back_h5.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #EBF7FD;
}
h3 {
	color: #173996;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #173996;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 14px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.txt10 {
	font-size: 10px;
	line-height: 1.5em;
}
.top13 {
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clearCL {
	clear: both;
}
.leftCL {
	float: left;
}
.rightCL {
	float: right;
}
.rightSide {
	text-align: right;
}
#tellNumberID {
	margin-bottom: 9px;
}
.img_sen td img {
	border: 1px solid #333333;
}.aline-right {
	text-align: right;
}
.aline-center {
	text-align: center;
}

/*======================================
	.clrFix関係
======================================*/
.clrFix{
  overflow:hidden;
}
.clrFix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
* html .clrFix{
  zoom:1;/* for hasLayout */
  overflow:visible;
}

