/*----------general----------*/

body {
	font-size: 90%;
	_font-size: 80%;
	font-family: Osaka,geneva,verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

p,img,ul,li,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

input.ipt400 {
	width: 400px;
}

input.ipt300 {
	width: 300px;
}

input.ipt250 {
	width: 250px;
}

input.ipt200 {
	width: 200px;
}

input.ipt150 {
	width: 150px;
}

input.ipt30 {
	width: 30px;
}

input.ipt40 {
	width: 40px;
}

/*----------text-decolation----------*/
span.si_l {
	font-size: 21px;
}

span.si_m {
	font-size: 16px;
}

span.si_s {
	font-size: 11px;
}

span.co_r {
	color: red;
}

span.co_b {
	color: blue;
}

span.co_y {
	color: yellow;
}

span.co_g {
	color: green;
}

span.co_pi {
	color: pink;
}

span.co_pu {
	color: purple;
}

span.st_b {
	font-weight: bold;
}

span.st_i {
	font-style: italic;
}


/*----------layout----------*/

div#header {
	height: 60px;
}

div#footstamp {
	padding: 7px 0px 7px 7px;
	margin: 20px 0px;
	background: url("../system_images/slash_footstamp.gif");
}

div#username {
	color: #666;
	font-size: 12px;
	text-align: right;
}

div#username img{
	vertical-align: middle;
	margin-right: 5px;
}

div#box {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 100px;
}

div#contents {
}

div#side {
	float: left;
	width: 200px;
}

div#main {
	margin-left: 200px;
	width: 600px;
	_width: 597px;
}

/*----------design----------*/
div#header {
	background: url("../system_images/header_back.gif") repeat-x;
}

div#header h1 {
	width: 800px;
	margin: 0px auto;
	color: #fff;
	font-size: 16px;
}

#side h2 {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

#side ul {
	margin-bottom: 30px;
}

#side ul img {
	vertical-align: middle;
	margin-right: 5px;
}

#side ul li {
	display: block;
	margin-bottom: 10px;
}

div#main p.message {
	color: 333;
	padding: 15px;
	margin-bottom: 15px;
	background: #ffffcc;
	border: 1px solid #3399cc;
	line-height: 160%;
}

div#main p.sub_message {
	padding: 10px 0px;
}


div#main p.paging {
	text-align: center;
	margin-bottom: 15px;
}

div#main form.sort {
	margin-bottom: 15px;
}


/*----------login----------*/
div#login {
	width: 290px;
	margin: 0px auto;
	margin-top: 110px;
}

div#form {
	background: url("../system_images/sideback.jpg") no-repeat;
	height: 200px;
	padding: 20px;
	padding-top: 65px;
}

div#form span {
	display: block;
	margin-top: 10px;
}

div#form span.btn {
	display: block;
	margin-top: 20px;
	text-align: right;
}

div#form label {
	display: block;
	float: left;
	width: 85px;
	font-size: 12px;
	color: #666;
}

div#form input.textipt {
	width: 150px;
	border: 1px solid #666;
	padding: 2px;
	background: #f6f6f6;
}


div#login p.login_msg {
	font-size: 12px;
	color: #666;
	padding: 10px;
	line-height: 170%;
}

div#login p.login_errmsg {
	font-size: 12px;
	color: red;
	padding: 10px;
}


/*----------main----------*/

#main h2.ent_tit {
	color: #333;
	font-size: 14px;
	margin-bottom: 5px;
}

#main table.opt_tbl {
	margin-bottom: 10px;
}

#main table.opt_tbl th{
	background: #e5e5e5;
}

#main table.opt_tbl th.opt_header{
	background: #ccc;
}


div#from_system h2{
	color: #333;
	background: #e5e5e5;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #ccc;
}

div#from_system p{
	padding: 15px 10px 15px 10px;
	line-height: 170%;
}

div#from_system ul{
	padding: 15px 10px 15px 10px;
}
div#from_system li{
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 5px 0px;
}

div#from_system p.moreinfo {
	padding: 0px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 90%;
}

div#from_system img.pr {
	margin: 10px 0px;
	_width: 100%;
}


div#from_system table.link_listtbl {
	width: 100%;
	margin: 10px 0px 30px 0px;
}

div#from_system table.link_listtbl td{
	border: 1px solid #ccc;
	padding: 3px;
}

div#from_system table.link_listtbl tr.bg0{
	background: #f5f5f5;
}

div#from_system table.link_listtbl tr.header{
	background: #666;
	color: #fff;
}
	


/*----------list_tbl----------*/
table.listtbl {
	margin-bottom: 20px;
}

table.listtbl h3{
	color: red;
	font-size: 14px;
	text-align: right;
}

table.listtbl td {
	border: 1px solid #ccc;
	padding: 3px;
}

table.listtbl td.listheader {
	background: #f5f5f5;
	font-size: 90%;
}

table.listtbl td.listheader img{
	vertical-align: middle;
}

table.listtbl td.listfooter {
	background: #f5f5f5;
	text-align: right;
	font-size: 90%;
}

table.listtbl td.imgtd {
	padding: 0px;
}

table.listtbl td.imgtd a{
	display: block;
	padding: 5px;
}

table.listtbl td.imgtd a:hover{
	background: #ffffcc;
}

/*----------main_tbl(form)----------*/

table.main_tbl {
	width: 600px;
	_width: 597px;
}

table.main_tbl td,th {
	border: 1px solid #ccc;
	padding: 6px;
}

table.main_tbl th {
	width: 130px;
	text-align: left;
	font-weight: normal;
	background: #f5f5f5;
	color: #333;
}

table.main_tbl td {
	color: #333;
}

table.main_tbl td.keisai_td {
	background: #cccccc;
}

table.main_tbl td.price_td{
	width: 110px;
}


table.main_tbl td input.txtipt {
	width: 300px;
}	

table.main_tbl td.btn_td {
	text-align: center;
}					

table.main_tbl p.ex {
	font-size: 80%;
	color: #666;
	line-height: 170%;
}

table.main_tbl p.errmsg {
	font-size: 11px;
	color: red;
}

table.main_tbl textarea {
	width: 420px;
	height: 200px;
}

table.main_tbl textarea.soubi {
	width: 420px;
	height: 50px;
}

table.main_tbl h3{
	color: red;
	font-size: 14px;
	text-align: right;
}

table.main_tbl div.soubi_img img {
	border: 1px solid #81A4BD;
	cursor: pointer;
	padding: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}


div.img_ipt {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 90%;
}

div.img_ipt span{
	display: block;
	float: left;
	width: 95px;
}

div.img_ipt img {
	vertical-align: middle;
	margin: 0px 10px;
	border: 1px solid #666;
}


/*----------stock_tbl----------*/

table.stock_img_tbl {
	border: 1px solid #ccc;
	width: 600px;
	_width: 597px;

}

table.stock_img_tbl img.mainimg{
	width: 240px;
	_width: 235px;
}

table.stock_img_tbl img.mainimg_parts{
	width: 200px;
	_width: 150px;
}

table.stock_img_tbl td{
	padding: 0px;
}

table.stock_img_tbl td.header_td{
	padding: 5px;
	background: #f5f5f5;
}

table.stock_img_tbl td.header_td img{
	vertical-align: middle;
	margin-right: 10px;
}

table.stock_img_tbl td.price_td{
	color: #990000;
	padding-top: 10px;
	text-align: center;
	background: url("../system_images/price_back.jpg") no-repeat;	
	_background: url("../system_images/price_back_ie.jpg") no-repeat;	
}


table.stock_spec_tbl {
	width: 601px;
	_width: 597px;
}

table.stock_spec_tbl td{
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 170%;
}

table.stock_spec_tbl h1{
	text-align: right;
	color: red;
	font-size: 16px;
}


#option_tbl table {
	width: 601px;
	_width: 597px;
	margin-bottom: 10px;
}

#option_tbl th{
	width: 150px;
	background: #F5F5F5;
	text-align: left;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 5px;
}


#option_tbl td{
	border: 1px solid #ccc;
	padding: 5px;
}



#option_tbl td.tit{
	border: 1px solid #ccc;
	padding: 5px;
	background: #e5e5e5;
}

#main h3.stockpage_tit {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
}

#option_tbl h4 {
	font-size: 13px;
	color: #666;
}

#option_tbl p{
	font-size: 11px;
	text-align: right;
}

/*----------counter_tbl(form)----------*/
table.counter_tbl{
	width: 100%;
	margin-bottom: 40px;
}

table.counter_tbl tr.header{
	background: #666;
	color: #fff;
}

table.counter_tbl tr.tr0{
	background: #e5e5e5;
}

table.counter_tbl td{
	border: 1px solid #ccc;
	padding: 3px;
}


/*----------category window----------*/
div#box_liquid {
	width: 90%;
	margin: 10px auto;
}

div#box_liquid p.message {
	color: 333;
	padding: 15px;
	margin-bottom: 15px;
	background: #ffffcc;
	border: 1px solid #3399cc;
	line-height: 160%;
}

div#box_liquid p.category_input {
	padding: 15px;
	background: #e5e5e5;
}

div#box_liquid div.parts_category_input {
	padding: 15px;
	background: #e5e5e5;
}

div#box_liquid table {
	width: 100%;
}

div#box_liquid table td{
	padding: 5px;

}

div#box_liquid h1 {
	font-size: 14px;
	font-weight: normal;
	padding: 20px 0px 10px;
}

div#box_liquid table.cattbl {
	width: 100%;
}

div#box_liquid table.cattbl td{
	border: 1px solid #ccc;
	padding: 4px;
}

div#box_liquid textarea {
	width: 100%;
	height: 140px;
}

div#box_liquid p.sbt_btn {
	margin-top: 10px;
	text-align: center;
}


/*---------------add_user-----------------*/
div#main p.sub_navi, 
div#main form.sort  {
	font-size: 90%;
	padding: 10px 0px;
}

div#main p.sub_navi img {
	vertical-align: middle;
	margin-right: 5px;
}


table.add_user_list_tbl {
	width: 100%;
	margin-bottom: 2px;
}

table.add_user_list_tbl td,
table.add_user_list_tbl th{
	border: 1px solid #ccc;
	padding: 4px;
}

table.add_user_list_tbl th{
	background: #f5f5f5;
	color: #666;
	text-align: left;
	font-weight: normal;
}

table.add_user_list_tbl tr.bg0{
	background: #e5e5e5;
}

table.add_user_list_tbl tr.bg2{
	background: #ffffcc;
}


/*---------------design_tmp-----------------*/
#design_tmp img{

}

#design_tmp div.img_box {
	border: 1px solid #ccc;
	width: 120px;
	height: 120px;
}

#design_tmp td.tmp_img {
	padding-bottom: 10px;
	padding-right: 10px;

}

#design_tmp p.tmp_name {
	padding-top: 10px;
	text-align: center;
}

#design_tmp p.sbt_btn {
	text-align: center;
	background: #f5f5f5;
	padding: 10px;
}




/*---------------main_contact_form---------------*/
#contact_form {
	width: 90%;
	margin: 0px auto;
}

#contact_form p.message{
	border: 1px solid #666;
	background: #e5e5e5;
	padding: 10px;
}

#contact_form table {
	margin-top: 10px;
	width: 100%;
}

#contact_form table td {
	border: 1px solid #ccc;
	padding: 5px;
}

#contact_form table td.header {
	background: #e5e5e5;
	color: #333;
}

#contact_form table input.input1 {
	width: 300px;
}

#contact_form table textarea {
	width: 300px;
	height: 200px;
}


/*---------------ad_imp---------------*/

#ad_imp table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#ad_imp table.all {
	width: 350px;
	margin-bottom: 20px;
}

#ad_imp table td.int{
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}

#ad_imp table tr.header{
	background: #666;
	color: #fff;
}

#ad_imp table td{
	border: 1px solid #ccc;
	padding: 5px;
}

#ad_imp form {
	border: 1px solid #ccc;
	background: #e5e5e5;
	padding: 10px;
	margin: 10px 0px 20px 0px;
}

	