.maintext {
	font-size: 90%;
	line-height: 150%;
}
.maintextshifted {
	font-size: 90%;
	line-height: 150%;
	padding-left: 12px;
}
.marginleft {
	margin-left:50px;
	font-size:90%;
	line-height:150%;
}
.float-right {
	margin: 8px 0px 8px 8px;
	float: right;
}
#indexbox {
	background: transparent url(images/bg_indexbox.jpg) no-repeat center top;
	height: 200px;
	text-indent: -1000;
}
h3.main {
	background-color: #FFA83D;
	padding: 5px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #777;
	clear: both;
}
h4.main {
	font-size: 14px;
	clear: both;
	border-bottom: 1px dotted #963;
	padding: 4px;
	color: #600;
	clear: both;
}
div.specialbox {
	border: 1px solid #444;
	border-top-color: #bbb;
	border-left-color: #bbb;
	padding: 0px 12px;
	margin: 12px;
	background: #fff url(images/bg_specialbox.gif) repeat-x left top;
}
div.specialbox h4 {
	border-bottom: 1px dotted #aaa;
	font-size: 14px;
	padding-bottom: 3px;
}
table.price {
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}
table.price td {
	text-align:center;
	background-color:#CCCCCC;
	border: 1px solid #aaa;
	font-size: 90%;
}
table.price td.heading {
	font-weight:bold;
	text-align: left;
}
table.price td.price {
	background-color:#FFFFFF;
}
table.otoiawase
{
	border: 1px solid gray;
	padding: 12px;
	margin-bottom: 14px;
}
table.otoiawase td.heading {
	padding: 6px;
	font-size: 90%;
	color: #600;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}
table.otoiawase td.content {
	padding: 6px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
.news_box {
	background-color: #FFFFEC;
	font-size:90%;
	line-height:150%;
	margin: 5px;
	padding: 15px;
	border: 1px solid orange;
}
#whatsnew {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 90%;
	line-height: 150%;
}
#whatsnew dt {
	color: #f00;
	position: absolute;
}
#whatsnew dd {
	padding-left: 8em;
}
hr {
display: block;
clear: both;
border: none;
border-bottom: 3px dotted #BBC093;
padding-top: 20px;
margin: 0 20px 20px 20px;
}

div.pickup_box {
	margin-bottom: 60px;
}
div.pickup_box a.detail {
	float: right;
	font-size: 80%;
}
div.pickup_box a img{
	border-color: #456;
}
div.pickup_box a:hover img{
	border-color: #f00;
}