/* ------------------------------------------------------- general */
#main-contents {
}
#foundation {
	font-family: Arial, Helvetica, sans-serif;
}
h1.header1 {
	font-weight: bold;
	font-size: 110%;
	color: #FFCC00;
	background-color: #FFFFCC;
	border-bottom: 1px solid #FFCC00;
	padding: 7px 4px 4px 4px;
	text-align: center;
}
h2.header2 {
	font-weight: normal;
	font-size: 100%;
	border-bottom: solid dotted #ccc;
	padding: 7px 4px 4px 4px;
}

p {
	margin-top: 5px;
}

dl {
	margin: 0px 10px;
}
dt {
	font-size: 85%;
}
dd {
	margin-bottom: 5px;
	font-size: 85%;
}

.description {
	font-size: 85%;
}

/* ------------------------------------------------------- cart */
.cart_table {
	border-collapse: collapse;
	
}
.cart_table th {
	font-weight: normal;
	font-size: 80%;
}
.cart_table th,.cart_table td {
	border: 1px solid lightblue;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: xx-small;
}
.title {
	margin-top : 20px;
	margin-left : 20px;
	width : 95%;
	padding-top: 4px;
	padding-left: 15px;
	padding-bottom: 4px;
	font-size: 110%;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #006E00;
	color: #006F2C;
	background-color: #ECFFEC;
}
/* ------------------------------------------------------- payment */
#payment {
	margin: 10px 0;
	color: #555;
	text-align: left;
}
#payment h3 {
	margin-top : 20px;
	width : 100%;
	padding-top: 4px;
	padding-left: 15px;
	padding-bottom: 4px;
	font-size: 110%;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #006E00;
	color: #006F2C;
	background-color: #ECFFEC;
/*	font-weight: normal;
	background-color: #eee;
	padding: 3px 4px;
	border-bottom: 1px solid forestgreen;
*/
}
#payment h4 {
	font-weight: normal;
	font-size: 100%;
	color: #fff;
	padding: 3px 4px 3px 10px;
	background-color: forestgreen;
	width: 95%;
}
#payment .description {
	font-size: 75%;
	color: #888;
}
#payment dl.form dt {
	font-size: 90%;
	margin: 5px 0 2px 10px;
}

/* ------------------------------------------------------- comment */
.comment_table {
	border-collapse: collapse;
	margin:30px;
	
}
.comment_table th {
	font-weight: normal;
	background-color: lightblue;
}
.comment_table th, .comment_table td {
	border: 1px solid lightblue;
	font-size: 150%;
	padding:5px;
}

.comment_table td.num {
	text-align:center;
}

/* ------------------------------------------------------- tables */

.td_left_x {
	padding: 5px 8px;
}

.td_right_x {
	background-color: #ffc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fc0;
	padding: 3px 5px;
	text-align: right;
	font-size: 70%;
}

.mycart {
	font-size: 90%;
}
.mycart td {
	border-bottom: 1px dotted #FFCC00;
	padding-left: 10px;
}

.td_y_color {
	background-color: #FFFFCC;
}
#n-s-box{
	float: left;
	font-size:10pt;
	font-weight:bold;
	margin: 2px 0px 0px;
	padding:0px;
	visibility: hidden;
}
#footer {
	margin-top: 40px;
}

/* ------------------------------------------------------- mypage */
#weight-graph {
	width:450;
	height:375;
	background-color: #FFFFFF;
}

#weight-table {
	background-color: #FFFFFF;
	text-align: left;
}
#weight-table div.weight-table-first {
	float:left;
	text-align: left;
	margin-left: 0px;
	padding:1px 0px;
	background-color:#ffffff;
}
#weight-table div.weight-table-first table {
	border-collapse:collapse;
}
#weight-table div.weight-table-other {
	float:left;
	text-align: left;
	margin-left: 2px;
	padding:1px 4px;
	background-color:#ffffff;
}
#weight-table div.weight-table-other table {
	border-collapse:collapse;
}
#weight-table th, #weight-table td {
	background-color:#ffffff;
	padding:1px 4px;
	border:1px solid #cccccc;
	font-size: x-small;
}


