@charset 'UTF-8';

/**
 * zip_search.css
 * 100406
 */

/* element */
/*
body {
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', 'Hiragino Kaku Gothic Pro', 'Osaka', sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #000000;
	background: #ffffff;
	padding: 0;
	margin: 0;
}


html{
	overflow-x: hidden;
}

a {
	color: #0000cc;
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: middle;
	border: none;
}

p {
	font-size: 12px;
	line-height: 1.4;
	padding: 10px 0 0;
	margin: 0;
}

table {
	font-size: 12px;
	border-collapse: collapse;
	margin: 0;
}

th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

input,
select,
textarea {
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', 'Hiragino Kaku Gothic Pro', 'Osaka', sans-serif;
	font-size: 12px;
	vertical-align: baseline;
	margin: 0;
}
*/

/* class */

.zipsearch_body {
	margin: 10px 10px;
}

.zipsearch_content {
	margin: 10px 10px 20px;
}

.zipsearch_hr {
	color: #aaaaaa;
	border-style: solid none none;
	border-width: 1px;
	border-color: #aaaaaa;
	padding: 2px;
	margin: 10px 0 0;
}

.zipsearch_bold {
	font-weight: bold;
}

.zipsearch_notice {
	color: #0066cc;
}

.zipsearch_error {
	color: #ee0000;
}

.zipsearch_require {
	color: #ff0000;
}

.zipsearch_arrow {
	font-size: 11px;
	color: #cccccc;	
}

.zipsearch_disable {
	color: #cccccc;
}

.zipsearch_disableUser {
	color: #cccccc;
}

.zipsearch_deleteUser {
	color: #cccccc;
	text-decoration: line-through;
}

.zipsearch_button {
	font-size: 12px;
	text-decoration: none;
	color: #444444;
	background-image: url('../images/button_bg.png');
	background-position: 50% 50%;
	border: 1px solid #888888;
	padding: 2px 10px;
	margin: 0;
}

.zipsearch_button:hover {
	text-decoration: none;
	color: #000000;
	background-image: url('../images/button_bg2.png');
	background-position: 50% 50%;
	border: 1px solid #0088cc;
}

input.zipsearch_submit_button,
input.zipsearch_submitButton {
	font-size: 12px;
	text-decoration: none;
	color: #444444;
	background-image: url('../images/button_bg.png');
	background-position: 50% 50%;
	border: 1px solid #888888;
	padding: 5px 0;
	margin: 0;
	width: 120px;
}

input.zipsearch_submit_button:hover,
input.zipsearch_submitButton:hover {
	text-decoration: none;
	color: #000000;
	background-image: url('../images/button_bg2.png');
	background-position: 50% 50%;
	border: 1px solid #0088cc;
}

.zipsearch_button2 { /* for IE */
	font-size: 12px;
	text-decoration: none;
	color: #444444;
	background-image: url('../images/button_bg.png');
	background-position: 50% 50%;
	border: 1px solid #888888;
	padding: 2px;
	margin: 0;
}

.zipsearch_button2:hover { /* for IE */
	text-decoration: none;
	color: #000000;
	background-image: url('../images/button_bg2.png');
	background-position: 50% 50%;
	border: 1px solid #0088cc;
}

.zipsearch_disableButton {
	font-size: 12px;２
	text-decoration: none;
	color: #cccccc;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 2px 10px;
	margin: 0;
}

/* element.class */

h1.zipsearch_titlebar {
	font-size: 14px;
	background: #eeeeee;
	background-image: url('../images/data_table_th_bg.png');
	background-position: 100% 100%;
	background-repeat: repeat-x;
	border: 1px solid #aaaaaa;
	padding: 10px;
	margin: 10px 0 0;
}

p.zipsearch_navibar {
	font-size: 12px;
	line-height: 1.2;
	background: #eeeeee;
	background-image: url('../images/navibar_bg.png');
	background-position: 50% 50%;
	border-style: none solid solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 2px 10px;
	margin: 0;
}

p.zipsearch_logoutbar {
	font-size: 12px;
	line-height: 1.4;
	text-align: right;
	padding: 2px 0;
	margin: 0;
}

pre.zipsearch_code {
	font-family: 'ＭＳ ゴシック', 'MS Gothic', monospace;
	font-size: 11px;
	border: 1px solid #dddddd;
	padding: 4px;
	margin: 0;
}

ul.zipsearch_tabbar {
	border-style: none none solid;
	border-width: 1px;
	border-color: #0088cc;
	padding: 0 10px 22px 10px;
	margin: 10px 0 0;
	list-style: none;
}

ul.zipsearch_tabbar li {
	background-image: url('../images/tab_bg.png');
	background-position: 100% 0px;
	border-style: none none solid;
	border-width: 1px;
	border-color: #0088cc;
	padding: 0 10px 0 0;
	margin: 1px 1px 0 0;
	height: 21px;
	float: left;
}

ul.zipsearch_tabbar li.active {
    background-position: 100% 32px;
    border-color: #88ccff;
    border-style: none;
    padding: 0 10px 0 0;
    margin: 0 1px 0 0;
    height: 23px;
}

ul.zipsearch_tabbar li span {
	color: #000000;
	background-image: url('../images/tab_bg.png');
	background-position: 0% 0px;
	padding: 5px 0px 0px 10px;
	margin: 0;
	height: 16px;
	float: left;
	cursor: pointer;
}

ul.zipsearch_tabbar li span.active {
	color: #000000;
	background-position: 0% 32px;
    height: 18px;
}

div.zipsearch_tabbar {
	background-image: url('../images/tab_bg_line.png');
	background-repeat: repeat-x;
	margin: 0;
	height: 1em;
	clear: both;
}

div.zipsearch_tabInner {
	border-style: none none solid;
	border-width: 1px;
	border-color: #aaaaaa;
	padding: 0 10px 10px;
}

/* formTable, dataTable */

table.zipsearch_formTable,
table.zipsearch_formTable2 {
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	margin: 10px 0 0;
}

table.zipsearch_formTable  th,
table.zipsearch_formTable2 th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	background: #eeeeee;
	background-image: url('../images/data_table_th_bg.png');
	background-position: 100% 100%;
	background-repeat: repeat-x;
	border: 1px solid #aaaaaa;
	padding: 5px;
}

table.zipsearch_formTable  td,
table.zipsearch_formTable2 td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background: #ffffff;
	background-image: url('../images/data_table_tr_bg.png');
	background-position: 100% 100%;
	background-repeat: repeat-x;
	border: 1px solid #aaaaaa;
	padding: 5px;
}

table.zipsearch_dataTable {
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	margin: 10px auto 0;
}

table.zipsearch_dataTable tr {
	background: #ffffff;
	background-image: url('../images/data_table_tr_bg.png');
	background-position: 100% 100%;
	background-repeat: repeat-x;
}

table.zipsearch_dataTable tr.zipsearch_even {
	background: #f4faff;
	background-image: url('../images/data_table_tr_bg2.png');
	background-position: 100% 100%;
	background-repeat: repeat-x;
}

table.zipsearch_dataTable th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	background: #eeeeee;
	background-image: url('../kanri/img/data_table_th_bg.png');
	background-position: 100% 100%;
	background-repeat: repeat-x;
	border: 1px solid #aaaaaa;
	padding: 5px;
}

table.zipsearch_dataTable td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #aaaaaa;
	padding: 5px;
}

/* msg table */

table.zipsearch_noticeTable {
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #0066cc;
	margin: 10px 0 0;
}

table.zipsearch_noticeTable td {
	color: #0066cc;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
	background: #f0f8ff;
	padding: 5px;
}

table.zipsearch_warnTable {
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #ee0000;
	margin: 10px 0 0;
}

table.zipsearch_warnTable td {
	color: #ee0000;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
	background: #fff0f0;
	padding: 5px;
}

table.zipsearch_errorTable {
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #ff0000;
	margin: 10px 0 0;
}

table.zipsearch_errorTable td {
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
	background: #ff0000;
	padding: 5px;
}

/* nostyle */

table.zipsearch_nostyle {
	color: inherit;
	background-color: transparent;
	background-image: none;
	margin: 0;
}

table.zipsearch_nostyle tr {
	background-color: transparent;
	background-image: none;
}

table.zipsearch_nostyle th {
	color: inherit;
	background-color: transparent;
	background-image: none;
	border-style: none;
	padding: 0;
}

table.zipsearch_nostyle td {
	color: inherit;
	background-color: transparent;
	background-image: none;
	border-style: none;
	padding: 0;
}

#mask {
	position:absolute;
	left:0; top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

#boxes .window {
	position:absolute;
	width:550px;
	height:450px;
	display:none;
    z-index:9999;
    padding:20px;
    overflow: auto;
}

/* Customize your modal window here, you can add background image too */

#boxes #dialog {
    width:550px;
    height:450px;
    background-color:#FFFFFF;
}