/* CSS Document */



#contents {
}

#contents .section1{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	background-image: url(../succession/images/section1_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 50px;
}

#contents .section1 h3{
	font-size: 40px;
	color: #79B827;
	text-align: left;
	margin-bottom: 50px;
}

#contents .section1 p{
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 30px;
	width: 800px;
}

#contents .section1 .linkbox{
	text-align: left;
}


#contents .copy{
	margin-bottom:70px;
	background-color: #FCDF32;
}

#contents .copy .inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

#contents .copy .inner h3{
	text-align:left;
	margin-bottom:30px;
}

#contents .copy .inner p{
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 30px;
}

#contents .copy .inner .image{
	text-align:left;
	margin-bottom:30px;
}

#contents .section2{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 70px;
	position: relative;
}

#contents .section2 .title{
	text-align: left;
	margin-bottom: 20px;
}

#contents .section2 .sub_title{
	font-size: 30px;
	color: #0099CC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099CC;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: both;
}

#contents .section2 ul{
	overflow:hidden;
	margin-bottom:50px;
}

#contents .section2 li{
	float: left;
	height: 40px;
	width: 490px;
	font-size: 16px;
	text-align: left;
	line-height: 40px;
	padding-left: 10px;
}

#contents .section2 li.haikei{
	background-color: #EEE;
}

#contents .section2 p{
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 20px;
}

#contents .section2 .point{
	margin-bottom:30px;
	text-align: left;
}

#contents .section2 .comment{
	margin-bottom:50px;
	text-align: center;
}

#contents .section2 .outline {
	margin-bottom:50px;
}

#contents .section2 .outline table {
	border-collapse:collapse;
	background-color: #FFF;
	width: 100%;
}

#contents .section2 .outline table th,
#contents .section2 .outline table td {
	padding:15px;
	font-size:14px;
	line-height:24px;
	border:1px #CCC solid;
}

#contents .section2 .outline table th {
	background:#EEE;
	text-align:center;
	font-weight:normal;
	width:150px;
}
#contents .section2 .outline table .merit {
	background-color: #DFF8FF;
	text-align: center;
}
#contents .section2 .outline table .merit2 {
	background-color: #DFF8FF;
	text-align: left;
}

#contents .section2 .outline table .demerit {
	background-color: #E9F3DE;
	text-align: center;
}
#contents .section2 .outline table .demerit2 {
	background-color: #E9F3DE;
	text-align: left;
}
