﻿#page_title {
	position: relative;
	background-image: url(/images/main/serviceinfo/title.png);
	height: 112px;
}
#page_title > #page_title_text {
	position: absolute;
	top: 30%;
	left: 8%;

	font-size: 24pt;
	font-weight: bold;
}

#page_wrap {
	position: relative;
	overflow: hidden;

	margin-top: 50px;
	margin-bottom: 40px;

	padding-left: 110px;

	line-height: 25px;

	/*
	border-style: solid;
	border-width: 1px;
	border-color: #0000ff;
	*/
}

#page_wrap > h1 {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 10px;
}

#page_wrap > h2 {
	font-size: 12pt;
	font-weight: bold;
}

#page_wrap > .ptop {
	padding-top: 20px;
}


#page_wrap > ul {
	padding-left: 25px;
}

#page_wrap > ul > li {
	list-style: disc;
	padding-top: 5px;
}


#page_wrap > #btn_dn {
	margin-top: 20px;
	margin-bottom: 35px;
}
#page_wrap .btn {
	font-size: 12pt;
	font-weight: bold;

	color: #ffffff;
	background-color: #0070c0;
	line-height: 38px;
	text-align: center;

	padding: 10px 30px;

	margin-left: 25px;
}
