@charset "UTF-8";

@import url("common.css");


/* ------------ main contents ------------ */

#pageTitle {
	width: 560px;
	margin: 15px auto 0;
}

#pageTitle h3 {
	display: inline;
	padding: 2px 5px 2px 11px;
	background-image: url(../img/detail_ttl_icon1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #7281A8;
	font-size: 95%;
	font-weight: bold;
	color: #fff;
	line-height: 1.5em;
}


.detailCont {
	width: 560px;
	margin: 10px auto 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #BDBDBD;
}

.end {
	width: 560px;
	margin: 10px auto 0;
	padding-bottom: 0;
	border-bottom: none;
}

.detailCont h4 {
	padding-left: 11px;
	background-image: url(../img/detail_ttl_icon2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 95%;
	font-weight: bold;
}

.detailCont .imgBlock,
.detailCont .txtBlock
{
	margin-top: 10px;
}


/**** image block ****/

.detailCont .imgBlock {
	width: 240px;
}

.detailCont .type1 .imgBlock { float: left;}
.detailCont .type2 .imgBlock { float: right;}

/**** text block ****/

.detailCont .txtBlock {
	width: 305px;
}

.detailCont .type1 .txtBlock { float: right;}
.detailCont .type2 .txtBlock { float: left;}

