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

#contents .main p {
	margin-bottom: 20px;
	font-size: 14px;
}

#contents .images {
	position: relative;
	width: 100%;
	height: 569px;
	overflow: hidden;
	margin-bottom: 40px;
	background: url(../../images/about/index/star.png) no-repeat center 225px;
}

#contents .images a {
	color: #444;
	text-decoration: none;
}

#contents .images li {
	width: 210px;
	height: 210px;
}

#contents .images li span {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}

#contents .images .menu_01 span {
	margin-top: -70px;
}
#contents .images .menu_02 span,
#contents .images .menu_03 span,
#contents .images .menu_04 span {
	margin-top: -75px;
}
#contents .images .menu_05 span {
	margin-top: -85px;
}

#contents .images .menu_01 {
	position: absolute;
	top: 0;
	left: 195px;
}

#contents .images .menu_02 {
	position: absolute;
	top: 137px;
	left: 10px;
}

#contents .images .menu_03 {
	position: absolute;
	top: 137px;
	left: 380px;
}

#contents .images .menu_04 {
	position: absolute;
	top: 360px;
	left: 60px;
}

#contents .images .menu_05 {
	position: absolute;
	top: 360px;
	left: 329px;
}

#contents .main table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #CCC;
	font-size: 14px;
}

#contents .main table tr{
	border-bottom: 1px solid #CCC;
}

#contents .main table tr .left {
	width: 153px;
	padding: 6px 20px;
	background-color: #DDD;
	border-left: 1px solid #CCC;
	font-weight: bold;
}

#contents .main table tr .right {
	width: 344px;
	padding: 6px 30px;
	background-color: #FFF;
}

#contents .main table tr .right ul li {
	list-style: inside;
}

#contents .main .image-left .caption {
	display: block;
	font-weight: bold;
}

#contents .main p strong {
	display: block;
	margin: 10px 0 20px 0;
	color: #E60077;
	font-size: 18px;
	font-weight: bold;
}

#contents .main p.block-left {
	float: left;
	width: 185px;
}
#contents .main p.block-right {
	text-align: left;
	padding-left: 205px;
}