@charset "utf-8";
/* CSS Document */


#contents {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

img a {
	decolation:none;
}

#cnt1 {
	overflow: hidden;
	margin-top:40px;
	margin-bottom:20px;
	clear: both;
}
#cnt1_left {
	float: left;
	width: 300px;
	background-color: #F7F7F7;
}

#cnt1_left table {
	width:92%;
	margin:0px auto 8px auto;
}

#cnt1_center {
	float: left;
	margin:auto 25px;
	width: 300px;
	background-color: #F7F7F7;
}

#cnt1_center table {
	width:92%;
	margin:0px auto 8px auto;
}


#cnt1_right {
	float: left;
	width: 300px;
	background-color: #F7F7F7;
}

#cnt1_right table {
	width:92%;
	margin:0px auto 8px auto;
}
.banner {
	margin-top: 50px;
	margin-bottom:60px;
}



h2 {
	font-size: 24px;
	color: #333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F69;
	padding-bottom: 7px;
}
h3 span.pink {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F69;
	padding-bottom: 3px;
}

h3 span.blue {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1B94D3;
	padding-bottom: 3px;
}

h3 span.green {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AEC71B;
	padding-bottom: 3px;
}



.pt25 {
	padding-top:25px;
}
