@charset "utf-8";
/* CSS Document */

h1 {
	width:898px;
	margin:0 auto 0 auto;
	*margin:0 auto 4px auto;/* ie7 */
	_margin:0 auto 5px 1px;/* ie6 */
}

#billboard {
	width:888px;
	margin:0 auto 15px auto;
	_margin:0 auto 15px 6px;/* ie6 */
}

#main h2 {
	margin:0 0 4px 0;
	*margin:0 0 8px 0;/* ie7 */
	_margin:0 0 4px 0;/* ie6 */
}
	
	
div.sectionLv1 {
	width:614px;
	_width:621px;/* ie6 */
	color:#1d0b00;
	margin:0 0 15px 0;
	padding:9px 0 10px 5px;
	position:relative;
	border:1px solid #000;
	background:url(/img/impression/agent/bg_aget_box_01.png) repeat top left;		
}

	
	div.sectionLv1 h3 {
		font-size:20px;
		font-weight:bold;
		line-height:1.2;
		margin-top:1px;
		letter-spacing: -2px;
	}
	
	/* 写真 */
	div.sectionLv1 .box01 {
		float:left;
		width:194px;
		height:146px;
	}
	
		div.sectionLv1 .box01 p {
		}
	
	/* 名前、星座、血液型 */
	div.sectionLv1 .box02 {
		float:left;
		width:400px;
		height:146px;
		margin:0 0 0 7px;
		
	}
	
		/* 名前 */
		div.sectionLv1 .box02 p.info01 {
			display:block;
			border-bottom:1px solid #666;
			font-weight:bold;
			line-height:1.4;
			width:260px;
			font-size:12px;
		}
	
			div.sectionLv1 p.info01 span {
				font-size:18px;
			}
	
		/* 星座 */
		div.sectionLv1 .box02 p.info02 {
			display:block;
			width:260px;
			border-bottom:1px solid #666;
			margin:16px 0 0 -1px ;
			padding:0 0 0 0 ;
		}
			div.sectionLv1 .box02 p.info02 span{
				display:block;
				float:left;
				width:37px;
				height:19px;
				background:url(/img/impression/agent/tit_agent_02.png) no-repeat center left;
				text-indent:-5000px;
				padding:0 0 0 38px;
				_margin:0 38px 0 0;/* ie6 */
			}
		
		/* 血液型 */
		div.sectionLv1 .box02 p.info03 {
			display:block;
			width:260px;
			border-bottom:1px solid #666;
			margin:3px 0 0 -1px ;
			padding:0 0 0 0 ;
		}
			div.sectionLv1 .box02 p.info03 span{
				display:block;
				float:left;
				width:55px;
				height:19px;
				background:url(/img/impression/agent/tit_agent_03.png) no-repeat center left;
				text-indent:-5000px;
				padding:0 0 0 20px;
				*padding:0 0 0 21px;/* ie7 */
				_margin:0 21px 0 0;/* ie6 */
			}
	
			div.sectionLv1 p.info04 {
				display:block;
				width:193px;
				margin:16px 0 0 210px ;
				padding:0 0 0 0 ;
				text-align:right;
			}
	
	/* 得意技 */
	div.sectionLv1 .box03 {
		width:600px;
		margin:24px 0 0 3px;
		
	}
	
		div.sectionLv1 .box03 p.title {
			clear:both;
			width:603px;
			height:19px;							
			margin:-1px 0 0 0 ;
			padding:0 0 1px 2px ;
			border-bottom:1px solid #666;
			line-height:1.2;
		}
		
			div.sectionLv1 .box03 p.title span{
					display:block;
					float:left;
					width:55px;
					height:19px;
					background:url(/img/impression/agent/tit_agent_05.png) no-repeat top left;	
					text-indent:-5000px;
					padding:0 0 0 35px;
					_margin:0 35px 0 0;/* ie6 */
			}

		div.sectionLv1 .box03 div.text {
			width:595px;
			margin:0 0 0 0 ;
			padding:10px 0 0 7px ;
		}
		

	/* 情熱コメント */
	div.sectionLv1 .box04 {
		width:600px;
		margin:10px 0 0 3px;
		
	}
	
		div.sectionLv1 .box04 p.title {
			width:603px;
			height:39px;							
			margin:0 0 0 0 ;
			padding:0 0 2px 2px ;
			border-bottom:1px solid #666;
		}
		
			div.sectionLv1 .box04 p.title span{
					display:block;
					width:140px;
					height:39px;
					background:url(/img/impression/agent/tit_agent_08.png) no-repeat center left;
					text-indent:-5000px;
					margin:0 0 2px 0 ;
			}

		div.sectionLv1 .box04 div.text {
			width:595px;
			margin:0 0 0 0 ;
			padding:10px 0 0 7px ;
		}

	
	/* 背景　漢字*/	
	div.sectionLv1 .boxBg {
		position:absolute;
		top:22px;
		_top:24px;/* ie6 */
		right:43px;
		width:72px;
		height:72px;
		margin:0 0 0 7px;
		text-indent:-5000px;
	}
	
			
		#sec01 .boxBg {
			background:url(/img/impression/agent/bg_agent_kanji_01.png) no-repeat center left;
		}
			
		#sec02 .boxBg {
			background:url(/img/impression/agent/bg_agent_kanji_02.png) no-repeat center left;
			right:42px;
		}
			
		#sec03 .boxBg {
			background:url(/img/impression/agent/bg_agent_kanji_03.png) no-repeat center left;
		}
			
		#sec04 .boxBg {
			background:url(/img/impression/agent/bg_agent_kanji_04.png) no-repeat center left;
			top:25px;
			right:44px;
			*right:43px;/* ie7 */
			_right:45px;/* ie6 */
		}
			
		#sec05 .boxBg {
			background:url(/img/impression/agent/bg_agent_kanji_05.png) no-repeat center left;
			*top:22px;/* ie7 */
			*right:42px;/* ie7 */
			_right:44px;/* ie6 */
		}
		#sec06 .boxBg {
			background:url(/img/impression/agent_qq/bg_agent_kanji_05.png) no-repeat center left;
			top:25px;
			right:44px;
			*right:43px;/* ie7 */
			_right:45px;/* ie6 */
		}
		#sec07 .boxBg {
			background:url(/img/impression/agent_qq/bg_agent_kanji_06.png) no-repeat center left;
			top:25px;
			right:44px;
			*right:43px;/* ie7 */
			_right:45px;/* ie6 */
		}
		#sec010 .boxBg {
			background:url(/img/impression/agent/bg_agent_kanji_10.png) no-repeat center left;
			top:25px;
			right:44px;
			*right:43px;/* ie7 */
			_right:45px;/* ie6 */
		}
		#sec09 .boxBg {
			background:url(/img/impression/agent_qq/bg_agent_kanji_08.png) no-repeat center left;
			top:25px;
			right:44px;
			*right:43px;/* ie7 */
			_right:45px;/* ie6 */
		}
		#sec011 .boxBg {
			background:url(/img/impression/agent/bg_agent_kanji_11.png) no-repeat center left;
			top:25px;
			right:44px;
			*right:43px;/* ie7 */
			_right:45px;/* ie6 */
		}
