@charset "euc-jp";

@import "top_style.css";

@import "bascket_3_style.css";
@import "bascket_4_style.css";
@import "bascket_5_style.css";
@import "bascket_6_style.css";
@import "order_style.css";
@import "login_style.css";

@import "form_table_style.css";

@import "kiyaku_style.css";
@import "cost_style.css";
@import "buy_style.css";
@import "pawn_style.css";
@import "column_style.css";

@import "profile_style.css";
@import "link_style.css";



/*
-----------------------------------------------------------------
    BASE ELEMENTS

	background-image: url(../images/bg.gif);
-----------------------------------------------------------------
body{

	background-repeat: repeat-x;
	background-color: #463011;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: OSAKA,MS UI GOTHIC,Arial,Helvetica,sans-serif;
}
*/

p{
	margin: 0;
	padding: 0;
}


table {
	border-collapse: collapse;
}

/*
td {
	padding: 0;
}

*/

#container {
	width: 725px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

/*
-----------------------------------------------------------------
    HEADER ELEMENTS
-----------------------------------------------------------------
*/

table#header {
	background-color: transparent;
	width: 750px;
	height: 133px;
	margin: 0;
}


/*
-----------------------------------------------------------------
    MAINTABLE ELEMENTS
-----------------------------------------------------------------
*/

table#mainTable {
	width: 520px;
	margin: 0;
}

table#mainTable img {
	margin: 0;
	vertical-align: bottom;
}

table#mainTable td {
	padding: 0;
	text-align: center;
}

/*
table#mainTable td.mainTop {
	background-image: url(../images/main_top.gif);
	background-repeat: repeat-x;
	width: 520px;
	height: 10px;
	padding: 0;
}

table#mainTable td.main {
	background-color: #ffffff;
}

table#mainTable td.mainBottom {
	background-image: url(../images/main_bottom.gif);
	background-repeat: no-repeat;
	width: 520px;
	height: 135px;
	padding: 0;
}

*/



/*
-----------------------------------------------------------------
    FOOTER ELEMENTS
-----------------------------------------------------------------
*/

#footer {
	clear: both;
	width: 722px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
}

#footer p.pagetop {
	width: 722px;
	margin: 0;
	padding: 0px;
	text-align: right;
}

#footer img {
	vertical-align: bottom;
}



/*
-----------------------------------------------------------------
    PAGE ELEMENTS
-----------------------------------------------------------------
*/

/* PAGE TITLE ELEMENTS */

p#pageTitle {
	width: 694px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}


/* CART FONT */

.size3 {
	//padding: 3px;
	font-size: 12px;
	color: #666666;
	font-family: OSAKA,MS UI GOTHIC,Arial,Helvetica,sans-serif;
}


/* COMMON STYLE ELEMANT */

table#comStyle {
	width: 700px;
	margin: auto;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	font-family: OSAKA,MS UI GOTHIC,Arial,Helvetica,sans-serif;
}

table#comStyle td {
	padding: 3px;
}

table#comStyle input {
	margin: 0;
}

/* COMMON STYLE ELEMANT(New) */

table#lstStyle {
	width: 520px;
	margin-top: 10px;
	text-align: left;
}

table#lstStyle_in {
	width: 520px;
	margin: 0px;
	text-align: left;
}

table#lstStyle_in td.pic {
	width: 165px;
	padding: 5px 0 0 16px;
	vertical-align: top;
}

table#lstStyle_in td.right {
	vertical-align: top;
	width: 354px;
	padding: 10px 0 0 10px;
}

table#lstStyle_detail {
	width: 335px;
	text-align: left;
	font-size: 10px;
}

table#lstStyle_detail td.left {
	padding: 3px 6px 3px 3px;
	width: 60px;
	text-align: right;
}

table#lstStyle_detail td.d_right {
	width: 260px;
	padding: 3px ;
}

table#lstStyle_detail td.price {
	color: #CC0000;
	width: 270px;
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
}

table#lstStyle_detail td.button {
	color: #CC0000;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;

}
