@CHARSET "UTF-8";

ul.listi_voice{
	line-height:20px;
	font-size:10pt;
	color: #4d4d4d;
	margin:10px 10px 10px 40px;
	font-weight:bold;
	list-style-image:url('./images/listi_voice.gif');
}

li.listi_voice{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.line_list {
	background:url(./images/package_list_title_line.gif) no-repeat left bottom;
	height:28px;
	margin:0px 0px 5px 0px;
}



.notice {
	width: 520px;
	padding: 10px;
	background-color: #F1F5F9;
	border: solid 3px #D0E1F6;
}



/* TITLE */

h2.ptitle{
	background: #ffffff url(./images/list_book.png) no-repeat left center;
	background-position: 5px 2px;
	padding: 10px 0px 10px 42px;
	margin: 10px 0px;
	font-weight: bold;
	color: #404040;
	font-size: 14pt;
}

h2.title{
	background: #CCDFF2 url(./images/list_check1.png) no-repeat left center;
	padding: 7px 0px 6px 32px;
	margin: 10px 0px;
	font-weight: bold;
	color: #0063a4;
	border-bottom: solid 1px #55A2F1;
}

h3.title{
	background: #CCDFF2 url(./images/list_arrow1.png) no-repeat left center;
	padding: 6px 0px 6px 35px;
	margin: 10px 0px;
	font-weight: bold;
	color: #0063a4;
	border-bottom: solid 1px #55A2F1;
}

h3.title_s{
	margin: 0px;
	padding: 3px;
	background: #fce8dd;
	font-weight: bold;
	font-size: 110%;
}
/* TITLE */


/* PAGE LINK */
div.pgLink{
	width: 100%;
	margin: 0 0 30px 20px;
	padding: 0;
	text-align: left;
}

div.pgLink ul{
	font-size: 11pt;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}
div.pgLink ul li{
	width: auto;
	white-space: nowrap;
	list-style-type: none;
	background-image: url(./images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 20px;
	margin: 5px 30px 0px 0px;
	padding: 2px 0px 2px 0px;
	float: left;
	display: block;
}

/* PAGE LINK */


/* TEXT FIELD */
.text_field {
	margin: 20px 5px 40px 0px;
	padding: 8px;
	background-color: #eff7f7;
	border: 3px solid #e2f4f2;
	overflow: auto;
}
.text_field p{
	font-size: 10pt;
	margin: 10px 0px;
}

.text_field_nc{
	margin: 20px 5px 40px 0px;
	padding: 8px;
	overflow: auto;
}
.text_field_nc p{
	font-size: 10pt;
	margin: 10px 0px;
}

/* TEXT FIELD */

