* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body {
	color: #333333;
	text-align: center;
	font-size: 75%;
}

.clear { clear:both; }
.clear hr { display:none; }

/* wrapper ---------------------------------------------------------*/
#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* header ----------------------------------------------------------*/
#header {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* left ------------------------------------------------------------*/
#left {
	width: 210px;
	float: left;
	margin: 0 5px 0 0;
}

/* center ----------------------------------------------------------*/
#center {
	width: 370px;
	float: left;
	margin: 0 5px;
}

/* right -----------------------------------------------------------*/
#right {
	width: 180px;
	float: right;
	margin: 0 0 0 5px;
}

/* search form -----------------------------------------------------*/
#search_form_header {
	width: 210px;
	height: 18px;
	background-image:url(images/tab_menu_02t.gif);
	background-repeat: no-repeat;
}
#search_form_footer {
	width: 210px;
	height: 10px;
	background-image:url(images/tab_menu_02u.gif);
	background-repeat: no-repeat;
}

#search_form_table {
	text-align: center;
	border-left: 1px solid #7bc100;
	border-right: 1px solid #7bc100;
}

#search_form_table th {
	color: #4e7522;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
}

#search_form_table td {
	padding: 3px;
	text-align: left;
}
#search_form_table td.submit {
	text-align: right;
}
/* inquiry ---------------------------------------------------------*/
#inquiry_header {
	width: 210px;
	height: 18px;
	background-image:url(images/tab_menu_03t.gif);
	background-repeat: no-repeat;
}
#inquiry_footer {
	width: 210px;
	height: 10px;
	background-image:url(images/tab_menu_03u.gif);
	background-repeat: no-repeat;
}
#inquiry_data {
	font-size: 12px;
	padding: 3px 0;
	text-align: center;
	border-left: 1px solid #009956;
	border-right: 1px solid #009956;
}
/* list ------------------------------------------------------------*/
#list_header {
	width: 370px;
	height: 25px;
	background-image: url(images/tab_center01t.gif);
	background-repeat: no-repeat;
}
#list_footer {
	width: 370px;
	height: 13px;
	background-image: url(images/tab_center01u.gif);
	background-repeat: no-repeat;
}
#list_data {
	width: 370px;
	padding-top: 3px;
	border-left: 1px solid #1c5dff;
	border-right: 1px solid #1c5dff;
}

#list td {
	font-size: 75%;
}

#list td.col1 {
	width: 75px;
	text-align: center;
	vertical-align: middle;
}

#list td.col2 {
	width: 72px;
	padding: 0 2px;
}

#list td.col3 {
	width: 168px;
	vertical-align: middle;
}

#list td.col4 {
	vertical-align: middle;
}

/* information -----------------------------------------------------*/
#information_header {
	width: 370px;
	height: 25px;
	background-image: url(images/tab_center03t.gif);
	background-repeat: no-repeat;
}
#information_footer {
	width: 370px;
	height: 13px;
	background-image: url(images/tab_center03u.gif);
	background-repeat: no-repeat;
}
#information_data {
	padding: 5px 15px;
	font-size: 12px;
	border-left: 1px solid #d69c10;
	border-right: 1px solid #d69c10;
}

/* attention -------------------------------------------------------*/
#attention_header {
	width: 180px;
	height: 18px;
	background-image: url(images/tab_what01t.gif);
	background-repeat: no-repeat;
}
#attention_footer {
	width: 180px;
	height: 10px;
	background-image:url(images/tab_what01u.gif);
	background-repeat: no-repeat;
}
#attention_data {
	font-size: 10px;
	padding: 3px;
	text-align: left;
	border-left: 1px solid #aac5d9;
	border-right: 1px solid #aac5d9;
	background-color: #f4f4f4;
}

#attention_data h4 {
	color: #F15F62;
	font-size: 10px;
}
/* links -----------------------------------------------------------*/
#links li {
	liststyle: none;
	display: inline;
}

#links a img {
	border: none;
}
/* footer ----------------------------------------------------------*/
#footer {
	text-align: right;
	background-color: #565656;
}

/* detail ----------------------------------------------------------*/
#detail {
	width: 560px;
}

#detail p.modify {
	text-align: right;
}

#detail p.return {
}

#detail p.admin {
	text-align: right;
	font-size: 50%;
	color: white;
}
#detail p.admin a {
	color: white;
}
/* table -----------------------------------------------------------*/
.table_01 {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-collapse: collapse;
}

.table_01 th {
	width: 25%;
	padding: 4px 2px 2px 4px;
	text-align: left;
	vertical-align: top;
	color: #3366CC;
	background-color: #99CCFF;
	border: 1px solid #6699CC;
}

.table_01 td {
	padding: 4px 2px 2px 4px;
	background-color: #EEEEEE;
	border:1px solid #6699CC;
}

.table_02 {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-collapse: collapse;
}

.table_02 th {
	width: 18%;
	font-size: 75%;
	padding: 4px 2px 2px 4px;
	text-align: left;
	vertical-align: top;
	background-color: #fffff2;
	border: 1px solid #c3b7a9;
}

.table_02 td {
	font-size: 75%;
	padding: 4px 2px 2px 4px;
	background-color: #ffffff;
	border:1px solid #c3b7a9;
	color: #333333;
}

/* admin list ----------------------------------------------------- */
#admin_list {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#admin_list li {
	list-style-type: none;
}

#admin_list div.admin_line {
	width: 100%;
	height: 48px;
	padding: 3px 0;
	border-bottom: 1px solid #808080;
}

#admin_list div.admin_line li {
	text-align: left;
	float: left;
	display: block;
}

#admin_list li.col1 {
	clear: both;
	width: 20px;
}

#admin_list li.col2 {
	width: 150px;
}

#admin_list li.col3 {
	width: 100px;
}

#admin_list li.col4 {
	width: 290px;
}

#admin_list li.col5 {
	width: 180px;
}

#admin_list li.col6 {
	width: 50px;
}
/* serach result -------------------------------------------------- */
#result_header h4{
	padding: 3px 10px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: #fffad9;
}

p.jummper {
	text-align: right;
}
/* QR code -------------------------------------------------------- */
#qrcode {
}

#qrcode_header {
	width: 180px;
	height: 18px;
	background: url(images/tab_what01t.png);
	color: white;
	font-weight: bold;
}
#qrcode_footer {
	width: 180px;
	height: 10px;
	background: url(images/tab_what01u.png);
}

