@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	color: #444444;
}
img {
	border: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
/* end general settings 
-------------------------------------------------------------------- */



/* begin #h1_title
-------------------------------------------------------------------- */
#h1_title {
	display: none;
}
/* end #h1_title
-------------------------------------------------------------------- */

/* begin #item
-------------------------------------------------------------------- */
.item {

}
.item table {

}
.item table td table {
	background: none;
}
tr.first td {

}
tr.second td {
	padding-bottom:0px;
}
tr.first td table {
	width: auto;
}
tr.first td table td {
	width: auto;
}


/* begin .image
-------------------------------------------- */
.firstimage, .image, .endimage {
	width: 225px;
	height: auto;
	margin-top: 0px;
	margin-bottom:5px;
	text-align: center;
	padding: 0 27px 0 0;
}

/* first .image
-------------------------------------------- */
.firstimage{
	padding-right:28px;
}
/* end .image
-------------------------------------------- */
.endimage{
	padding-right:0px;
}

/* begin .message
-------------------------------------------- */
.firstmessage, .message, .endmessage {
	width: 225px;
	margin: 2px 0;
	padding: 0 27px 0 0;
	font-size: 10px;
	line-height: 16px;
}
/* first .message
-------------------------------------------- */
.firstmessage{
	padding-right:28px;
}
/* end .message
-------------------------------------------- */
.endmessage{
	padding-right:0px;
}

/* begin .price
-------------------------------------------- */
.firstprice, .price, .endprice {
	width: 225px;
	margin: 2px 0 20px;
	padding: 0 27px 0 0;
	overflow: hidden;
	font-size: 10px;
	line-height: 16px;
	color: #444444;
}
/* first .price
-------------------------------------------- */
.firstprice{
	padding-right:28px;
}
/* end .price
-------------------------------------------- */
.endprice{
	padding-right:0px;
}

/* end item 
-------------------------------------------------------------------- */
