@charset "utf-8";
@import "/css/template.css";

/*------------------------------------------------------------
	媒介契約について
------------------------------------------------------------*/
#main {
	margin: 7px 0 10px 0;
	background: url(/img/manual/moving/index/main_bg.gif) repeat-y left top;
}

#conts {
	width: 540px;
}

#conts h2 {
}

#conts h2 {
	margin: 0 0 10px;
	
	clear: both;
}

#conts h3 {
	margin: 0 0 5px 18px;
	padding: 8px 0 10px 10px;
	background: url(/img/manual/moving/index/h3_bg.gif) no-repeat left center;
	
	clear: both;
	
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

#conts h4 {
	margin: 0 15px 5px;
	padding: 0 0 0 18px;
	background: url(/img/manual/moving/index/icon.gif) no-repeat left 1px;

	color: #41709A;
	font-weight: bold;
}

	* html #conts h4 {
		background: url(/img/manual/moving/index/icon.gif) no-repeat left top;
		/*Mac IE用ハック*/
		/*\*//*/
		background: url(/img/manual/moving/index/icon.gif) no-repeat left 1px;
		/**/ 
	}

#conts p.top {
	padding: 0 140px 15px 3px;
	
	line-height: 1.7;
}

#conts p.top1 {
	padding: 0 140px 30px 3px;
	
	line-height: 1.7;
}

#conts p {
	padding: 0 0 30px 18px;
	
	line-height: 1.7;
}

#conts p.mid {
	padding: 0 0 20px 18px;
	
	line-height: 1.7;
}

#conts p.btm {
	padding: 0 0 10px 18px;
	
	line-height: 1.7;
}

#conts img.right {
	margin: 0 0 0 20px;
	
	float: right;
}

#conts img.left {
	margin: 0 20px 0 15px;
	
	float: left;
	
	display: inline; /* IE6hack */
}

#conts p.clear {
	clear: both;
}

