/* CSS Document by cryastalvision*/
/* Initialization */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,table,th,td,caption,form{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;font-size:100%;list-style:none;}
input,textarea{margin:0;padding:0;font-style:normal;font-weight:normal;font-size: 100%;text-align: left;}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal;}
ol, ul{list-style:none;}
caption, th{text-align:left;}
abbr, acronym{border:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}

body{
	font-size: smaller;
	color: #666666;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif;
	line-height: 150%;
}
img{border:none;vertical-align: bottom;}

/* clearfix */
.clearfix:after {
	content: ".";/* 新しい要素を作る */
	display: block;/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* ie6でpngを正常に表示・用のcss */
.iepngfix{ behavior: expression(IEPNGFIX.fix(this));}

/* ------基本パーツstyle---------------------------- */
/*基本的なテキストカラーとサイズの設定*/
a{color: #004CF9;text-decoration: underline;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition:1s;
}
a:hover{color: #FD3000;text-decoration: none;}
a:active {color: #C804CA;}


strong{color: #8A6409;font-size: 120%;}
em{color: #00125E;font-size: 110%;font-weight: bold;font-style: normal;}
b{color: #FF0000;}

hr{
	border-top: 1px dashed #868686;
	border-bottom:none;
	border-left:none;
	border-right:none;	
}
* html hr{border-bottom: 1px dashed #ffffff;}


/*　テーブル */
table.table{
	margin: 10px 0px 10px 0px;
	width: 100%;
	border-collapse:collapse;
}

table.table th{
	padding: 5px 10px 5px 10px;
	background: url("/img/th_bac.jpg");
	color: #000000;
	border: 1px solid #484848;
}
table.table td{
	padding: 5px 10px 5px 10px;
	border: 1px solid #A2A2A2;
}

table.table th dl{clear: both;}
table.table th dl dd{
	float:left;
	text-align: center;
}
table.table td dl{clear: both;}
table.table td dl dd{
	float:left;
	text-align: center;
}

/*　インプットパーツ */
input.long{width: 95%;padding: 2px;border: 1px solid #5D5D5D;margin: 2px 0px 2px 0px;}
input.midd{width: 70%;padding: 2px;border: 1px solid #5D5D5D;margin: 2px 0px 2px 0px;}
input.half{width: 50%;padding: 2px;border: 1px solid #5D5D5D;margin: 2px 0px 2px 0px;}
input.short{width: 20%;padding: 2px;border: 1px solid #5D5D5D;margin: 2px 0px 2px 0px;}
input.zip{width: 60px;padding: 2px;border: 1px solid #5D5D5D;margin: 2px 0px 2px 0px;}
input.zip1{width: 30px;padding: 2px;border: 1px solid #5D5D5D;margin: 2px 0px 2px 0px;}
input.zip2{width: 40px;padding: 2px;border: 1px solid #5D5D5D;margin: 2px 0px 2px 0px;}
select{margin: 2px 0px 2px 0px;border: 1px solid #5D5D5D;}
textarea{width: 95%;height: 150px;padding: 2px;border: 1px solid #5D5D5D;margin: 2px 0px 2px 0px;}
input.submit{margin:0px 0px 5px 5px;}

input.ye{padding: 2px;border: 1px solid #2A456D;width: 35px;text-align: center;}
input.md{padding: 2px;border: 1px solid #2A456D;width: 20px;text-align: center;}

input.ip{width: 30px;padding: 2px;border: 1px solid #5D5D5D;margin: 2px 0px 2px 0px; text-align: center;}


button{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
	overflow: visible;
}



/*--ページ送り-----------------------------*/
div.page_turn{
	float:right;
	padding: 5px 0px 5px 0px;
	text-align: right;
}

.page_turn a{
	float:left;
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #969DA9;
	width: 26px;
	height: 20px;
	text-align: center;
}
.page_turn a:hover{
	background-color: #FEF1C8;
}

.page_turn_on{
	float:left;
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #969DA9;
	width: 26px;
	height: 20px;
	text-align: center;
	background-color: #FFDDDD;
}

.page_turn_off{
	float:left;
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #969DA9;
	width: 26px;
	height: 20px;
	text-align: center;
	background-color: #E8E8E8;
}

/* その他 */
.clear{clear: both;}
.small{font-size: 80%;}
.center{text-align: center;}
.right{text-align: right;}
.ft_lt{float:left;}
.ft_rt{float:right;}

h2{
	margin: 10px 10px 0px 0px;
	padding: 7px 10px 7px 15px;
	border-bottom: 1px solid #002579;
	font-size: 20px;
	font-weight: bold;
	color: #002211;
}

h3{
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #001255;
	background-color: #DFE7EE;
	border-top: 1px solid #F5F6F7;
	border-left: 1px solid #F5F6F7;
	border-bottom: 1px solid #002579;
	border-right: 1px solid #002579;
}

h4{
	margin: 0px 0px 5px 0px;
	padding: 3px 10px 3px 15px;
	font-size: 14px;
	color: #684C01;
	background-color: #FFF7D7;
}


/* ------基本レイアウト------ */
/* ///////////ヘッダー///////////////// */
div#header-wrapper{
	display: none;
}

/* ///////////フッター///////////////// */
div#footer{
	display: none;
}

/* ///////////main基本構成///////////////// */
div#wrapper{
	float:left;
	width: 100%;
}

div#left-side{
	display: none;
}

div#main{
	float:right;
	width: 100%;
	margin-left: -216px;
}

div#contents{
	margin-left: 0px;
}
div#contents-body{
	padding: 10px 20px 10px 10px;
}


/* ----グローバルナビ----*/


/* ログイン */
table.login{
	margin: 30px 0px 10px 0px;
	width: 100%;
	border-collapse:collapse;
}

table.login th{
	padding: 5px 5px 5px 0px;
	color: #000000;
	width: 25%;
}
table.login td{
	padding: 5px 45px 5px 0px;
	width: 75%;
}

table.login caption{
	padding: 10px 0px 10px 0px;
	text-align: center;
}

table.login td input{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition:1s;
}

table.login td input:focus{
	background-color:#F4F4F4;
	color: #000000;
}

div#login_wrapper{
	margin: 0px auto;
	width: 560px;
}
div#login{
	margin: 100px 0px 0px 0px;
	padding: 30px 50px 0px 50px;
	text-align: center;
	background: url("/img/login_back.jpg") no-repeat top left;
	width: 460px;
	height: 300px;
}

div#totalpiking_area{
	margin: 10px 0px 10px 0px;
	position:relative;
}

div#totalpiking_back_bn{
	position:absolute; top:181px; left:180px;
}

div#search_field{
	display: none;
}

div.result_field{
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #CACACA;
}

table.result{
	width: 100%;
	border-collapse:collapse;
}
table.result th{
	padding: 5px 0px 5px 0px;
	width: 15%;
	background-color: #E3E3E3;
}
table.result td{
	padding: 5px 0px 5px 0px;
	width: 35%;
}


div#list_field{
	padding: 10px;
	width: 500px;
	border: 1px solid #444444;
	background-color: #E2FFE1;
}
