/* 法人についてのページに関するもの */
.corporation_title {
	background-image: url(../image/corporation_title.jpg);
	height: 20px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.corporation_sentence {
	line-height: 20px;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.name {
	text-align: right;
	margin-top: 20px;
	margin-right: 150px;
}
.principle {
	text-align: center;
	margin-top: 50px;
	border: 1px solid #352110;
	width: 900px;
	margin-right: 50px;
	margin-left: 50px;
}
hr {
	margin-top: 30px;
}
h4.subtitle {
	font-size: 13px;
	margin-bottom: 5px;
	color: #352110;
}
a.work_management_link {
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}

/* リンクのページに関するもの */
.link_title {
	background-image: url(../image/link_title.jpg);
	height: 20px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
table {
	margin-left: 20px;
}
.link_supplementation {
	width: 960px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
	margin-right: 20px;
	color: #663300;
}

/* ご寄贈品のページに関するもの */
.present_title {
	background-image: url(../present_image/present_title.jpg);
	height: 20px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.present_sentence {
	text-indent: 10px;
}
.present_frame {
	width: 240px;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	float: left;
	border: 1px solid #6EC345;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.present_photo {
	padding: 0px;
	float: none;
	height: 240px;
	width: 240px;
	position: 0;
	margin: 0px;
}
.sideways {
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.present_name {
	text-align: center;
	width: 240px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #6ec345;
	height: 60px;
}

/* 個人情報保護についてのページに関するもの */
.privacy_title {
	background-image: url(../image/privacy_title.jpg);
	height: 20px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.privacy_sentence {
	line-height: 20px;
	padding: 0px;
	width: 950px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.privacy_sentence2 {
	line-height: 20px;
	padding: 0px;
	width: 900px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h6 {
	text-indent: 20px;
	font-size: 12px;
}