@charset "utf-8"; 

/** {margin: 0px; padding: 0px; font-size: 100%; font-weight: normal; font-style:normal;}*/

/***body要素*********************************/
/*body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; 
	font-size: 75%;
	line-height: 1.6;
	margin: 0px;
	text-align: center;


}*/

/*ページ全体を包む要素*/

#Swrap {
		width: 900px;
	margin: 0px auto;
	background: url(../images/senyo_back.jpg) repeat-x #f05d2f;
	text-align: center;
	}

/****************************/

h2 {	
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	}

			* html h2 img{ /* IE-expression (fix png alpha) */
				behavior: expression(
				this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
				this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
				this.style.behavior = "none"
				);}	

								
h3 {
	width: 740px;
	clear: both;
	margin-bottom: 10px;
}

h4 {
}

/*汎用***************************/
em{	
	font-style: normal; 
	font-weight: bold; 
	color: #f05d2f;
	 } 
strong{ 
	color:#f20517;
	font-weight:bold;
	}

img { border: none;}

/*フロート**/
.imgL {
	float: left;
	margin: 0px 15px 15px 0px;
	}
.imgR {
	float: right;
	margin: 0px 0px 15px 15px;
	}

/***********************************/
.boxHalf {
	width: 49%;
	float: left;
	overflow: hidden;
/*	width: 370px;
	padding-top: 5px;
	float: left;*/
	}
/***********************************/
.boxA {
	clear: both;
	margin-left: 10px;
	}
	.boxA div {
	width: 450px;
	float: right;
	}


/*メインボディ****************************/
#SmainCont {
	width: 740px!important;
	width /**/: 800px;
	margin: 0px auto;
	padding: 0px 30px;
	overflow: hidden;
	background: url(../images/sen_main.gif) repeat-y 0px 0px;
/*	width: 740px;
	margin: 0px auto;
	padding: 0px 30px;
	background: url(../images/sen_main.gif) repeat-y #FFF;*/

}

/*各ページの設定****************************/
	.Sunit {
	width: 740px!important;
	width /**/: 800px;
	margin: 0px auto;
	padding: 30px 0px 5px;
	overflow: hidden;
	background: url(../images/senyo_dot.gif) repeat-x bottom;
	zoom:1;/*for IE 5.5-7*/
	text-align: left;
	}
		div.Sunit:after {
		content:".";
		height:0;
		clear:both;
		display:block;
		visibility:hidden;
	}
		.Sunit p {
		padding: 10px 20px 20px;
		}

/***************/

#typeA {
	position: relative;
	z-index: 1;
	height: 200px;
}

	#typeA img {
	position: absolute;
	z-index: 10;
	left: 450px;
	top: -90px;
	}

			* html #typeA img{ /* IE-expression (fix png alpha) */
				behavior: expression(
				this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
				this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
				this.style.behavior = "none"
				);}	
	
/*トップリンク**********************/	
#topLink {
	text-align: right;
	padding: 10px 0px;
}

/*NO考リンク**********************/	
#nokoLink {
	margin-top: 30px;
	height: 48px;
	text-align: right;
	background: url(../images/senyo_noko_link.gif) no-repeat;
}

/*フッタ****************************/
#Sfooter {
	width: 800px;
	height: 85px;
	margin: 0px auto;
	clear: both;
	text-align: right;	
	background: url(../images/senyo_footer.gif) no-repeat;
}
	#Sfooter img {
		margin:50px 30px 15px 0px;
	}

			* html #Sfooter img{ /* IE-expression (fix png alpha) */
				behavior: expression(
				this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
				this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
				this.style.behavior = "none"
				);}	

