#contents {
	height: 1300px;
	width: 960px;
}

#right {
	width: 250px;
	float: right;
	margin-right: 0px;
	margin-top: 10px;
	border: 1px solid #CCC7C1;
}

#left {
	width: 667px;
	float: left;
}


h3 {
	font-family: 'Droid Serif', serif;
	font-size: 32px;
	letter-spacing: 0.1em;
	font-weight: 700;
	background-image: url(../pics/h3.png);
	background-repeat: no-repeat;
	line-height: 1.1em;
	padding-left: 44px;
	color: #46210C;
	padding-top: 2px;
	padding-bottom: 5px;
	text-shadow: 1px 1px 1px #CCCCCC;
	margin-bottom: 9px;
}

#left dl dt {
	width: 490px;
	float: left;
	line-height: 1.6em;
}

#left dl dd {
	width: 150px;
	float: right;
	margin-top: 10px;
}

#left dl dt img {
	margin-bottom: 20px;
}

#left dl {
	padding-top: 35px;
	overflow: hidden;

}

#leftt dl .pl {
	margin-top: 72px;
}

#left img {
	margin-top: 10px;

}

#left dl dt a {
	line-height: 2.5em;
	color: #B8494D;
	overflow: hidden;


}

#left dl dt a:hover {
	color: #0066CC;
	text-decoration: underline;
}

@media screen and (max-width:480px) {

	h3 {
		font-size: 1.75rem;
		padding: 0px 0 0 45px;
		margin: 0 0 10px 0;
		line-height: 1.3;
	}

	#left {
		width: 100%;
		float: none;
	}

	#left>p {
		font-size: 0.9rem;
	}

	#left dl dt {
		width: 100%;
		float: none;
		line-height: 1.5;
	}

	#left dl dt img {
		width: 100%;
		height: auto;
		margin: 0 0 15px;
	}

	#left dl dt a {
		font-size: 0.85rem;
	}

	#right {
		display: none;
	}
}