@charset "UTF-8";

/* contents
----------------------------------------------- */

/* summary */
#contents .summary {
	background: rgb(220,240,250) url(../../exhibition/images/summary_background.png) no-repeat bottom;
}
#contents .summary_inner {
	background: url(../../exhibition/images/summary_icon.png) no-repeat left center;
}
#contents .summary h3 {
	color: rgb(65,105,175);
}

/* gbox */
#contents .gbox h4{
	margin:0 0 10px;
}
#contents .gbox .column,
#contents .gbox .column_right {
	width: 310px;
	float: left;
	margin: 30px 35px 0 0;
}
#contents .gbox .column_right {
	margin: 30px 0 0;
}


/* service
----------------------------------------------- */
#service .service01 {
	background: url(../../exhibition/images/service01_background_middle.png) repeat-y top;
}
#service .service01 .top,
#service .service01 .bottom {
	width: 740px;
	height: 15px;
	background: url(../../exhibition/images/service01_background.png) no-repeat left top;
}
#service .service01 .bottom {
	background-position: 0 -15px;
}
#service .service02 {
	background: url(../../exhibition/images/service02_background_middle.png) repeat-y top;
}
#service .service02 .top,
#service .service02 .bottom {
	width: 740px;
	height: 15px;
	background: url(../../exhibition/images/service02_background.png) no-repeat left top;
}
#service .service02 .bottom {
	background-position: 0 -15px;
}
#service .service03 {
	background: url(../../exhibition/images/service03_background_middle.png) repeat-y top;
}
#service .service03 .top,
#service .service03 .bottom {
	width: 740px;
	height: 15px;
	background: url(../../exhibition/images/service03_background.png) no-repeat left top;
}
#service .service03 .bottom {
	background-position: 0 -15px;
}
#service .service01 li,
#service .service02 li,
#service .service03 li {
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: justify;
	background: url(../../exhibition/images/service01_list.png) no-repeat left;
	padding: 2px 0 0 20px;
}
#service .service02 li {background: url(../../exhibition/images/service02_list.png) no-repeat left;}
#service .service03 li {background: url(../../exhibition/images/service03_list.png) no-repeat left;}


/* contactarea
----------------------------------------------- */
#contactarea {
background: url(../../exhibition/images/contact_background.png) repeat left top;
}
