@charset "utf-8";
@import "/common/css/base.css";
@import "/common/css/frame.css"; 

/* CONTENTS */
	#contents div.photoObj {
		background: url(../images/bg_pht_main.gif) no-repeat left top;
		margin-bottom: 31px;
		padding: 4px;
	}
		#contents div.photoObj img {
			border: solid 1px #000;
		}

/* MAINCONTENTS */
	#mainContents h2 {
		margin-bottom: 19px;
		padding-left: 4px;
	}
	#mainContents p {
		margin-bottom: 40px;
		padding-left: 4px;
		line-height: 1.7;
	}


/* SUBCONTENTS */
	#subContents div.naviObj {
		background: url(../images/bg_s_area.gif) no-repeat left top;
		border-bottom: solid 1px #1f1f1f;
		margin-bottom: 30px;
		padding: 21px 20px 16px 20px;
	}
	#subContents h3 {
		margin-bottom: 13px;
	}
	#subContents p {
		margin-bottom: 12px;
		line-height: 1.7;
		color: #bfbfbf;
		font-size: 10px;
		/*\*/
		*font-size: 80%;
		/**/
	}
		#subContents div.more {
			background: url(/common/images/lin_dot.gif) repeat-x left top;
			padding: 11px 0 5px 0;
		}
		#subContents div.more p {
			margin-bottom: 0;
			text-align: right;
			font-size: 0;
		}

