/*----------------------------------------------------
	コンテンツページ用スタイル
----------------------------------------------------*/

#web_contentsarea{
	padding: 0;
	}

#web_contentsarea .maincontent_left{

	}

#web_contentsarea .maincontent_left #contents_title{
	padding-left:5px;
	}

#web_contentsarea h2{
	margin-bottom:15px;
	}

/* コンテンツページ下部　トップページへのリンク */
#web_contentsarea #contents_end_home{
	margin:40px 0;
	text-align:center;
	clear:both;
	}
	

/* トップに戻るリンク */
#web_contentsarea .top_link{
	border-top:solid 3px #ff8080;
	padding:7px 0px 3px 5px;
	margin-top: 30px;
	}

#web_contentsarea .top_link a{
	color: #ff8080;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0px 5px 20px;
	background-image:url(../images/arrow_pink_circle.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	}


/*----------------------------------------------------
	コンテンツページ　執筆者プロフィール
----------------------------------------------------*/
.maincontent_left .profile{
	margin-top:15px;
	}
	
.maincontent_left .profile h4{
	margin-bottom:5px;
	}
	
.maincontent_left .profile .inner{
			border:1px solid #cccccc;
			padding:10px;
			margin-bottom:15px;
	}

.maincontent_left .profile dl{
	width:530px;
	clear:both;
	}

.maincontent_left .profile dl.other dt{
	width:130px;
	float:left;
	clear:both;
	}
	
.maincontent_left .profile dl.other dd{
	width:380px;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	}

/* 関連書籍等イメージ回り込み */	
.maincontent_left .profile dl.other dd img{
	width:auto;
	float:left;
	clear:both;
	margin-right:10px;
	}
	
.maincontent_left .profile dl.other dd p{
	}
	
/*kiyaku*/

#kiyaku dl dt{
		font-weight: bold;
		margin: 10px 10px 10px 20px;
	}
#kiyaku dl dd{
		margin: 2px 10px 30px 20px;
		line-height: 1.5em;
	}
#kiyaku dl ul{
		margin: 10px 0;
	}
#kiyaku dl ul li{
		margin-left: 10px;
		/*background:url(/images/icon/dot.png) 12px 7px no-repeat;*/
		padding: 0 5px 0 0;
		line-height:130%;
		font-size:100%;
		margin:0 0 10px 32px;
		list-style:decimal;
	}
#kiyaku dd ul.first{
	    list-style-type: decimal;
	}
