@charset "utf-8";

/*
	Site Name: Pioneer
	Description: summarycontents setting
*/

/*
===== CONTENTS ===========================================

	1: subject
	2: sumarry
	
==========================================================
*/

/*
===== 1: subject =================================
*/

div#subject {
	width:768px;
	margin: 0 auto 25px auto;
	padding:25px;
	background:#fff;
	border: 1px solid #adadad;
}

div#subject div#s_txt {
	width:387px;
	float:left;
	line-height:1.4em;
	vertical-align:top;
}

div#subject div#s_imgbox{
	width:356px;
	float:right;
}

div#subject p#s_img {
	width:356px;
	height:203px;
	background:url(../../summary/img/pct_summary01.jpg) no-repeat;
}

div#subject p#s_img img {
	width:83px;
	height:26px;
	margin:161px 17px 0 0;
	float:right;
}

div#subject p#simg_cap1 {
	width:150px;
	float:right;
	display:inline;
	text-align:right;
	padding-right:2px;
	margin:2px 0 0 0;
	font-size:85%;
	color:#808080;
}

div#subject p#simg_cap2 {
	width:356px;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
}

/*
===== 2: sumarry =================================
*/

div#sumarry {
	width:818px;
	margin: 0 auto;
	padding:10px 0 20px 0;
	border: 1px solid #adadad;
	background:#fff;
}

div#s-box {
	width:775px;
	margin:0 auto;
	background:#fff;
	line-height:1.2em;
}

div#s-box p {
	margin:10px 0 0 10px;
}

div#s-box h3 {
	margin:10px 0 0 0;
}

div#s-box div#name {
	width:370px;
	float:left;
}

div#s-box div#period {
	width:370px;
	float:right;
}

div#s-box div#place {
	width:775px;
	margin-bottom:20px;
}

div#sumarry dl {
	float:left;
	margin:15px 0 0 0;
	padding:0 0 0 10px;
}

div#sumarry dt {
	margin-bottom:3px;
}

div#sumarry dd#route {
	width:331px;
	background:url(../../summary/img/pct_route_bk.gif) bottom no-repeat;
	margin:0 10px 0 0;
	height:221px;
}

div#sumarry dd#access {
	width:374px;
	height:221px;
	background:url(../../summary/img/pct_access_bk.gif) bottom no-repeat;
}

div#s-box div#admission {
	width:370px;
	float:left;
}

div#s-box div#sponsor {
	width:370px;
	float:right;
}

div#sumarry dd#route img.btn {
	width:83px;
	height:26px;
	margin:0 14px 0 0;
	float:right;
}
div#sumarry dd#access img.btn {
	width:83px;
	height:26px;
	margin:0 12px 0 0;
	float:right;
}

