@charset "UTF-8";

/*---import CSS-----------------------------------*/
@import "base.css";
@import "parts.css";
/*---import CSS-----------------------------------*/

/* main styles
---------------------------------------*/
#main h2.hello {
	width: 573px;
	height: 40px;
	background-image: url(../img/title/title_hello.jpg);
	margin-bottom: 15px;
	text-indent: -9999px;
}

#main h2.news {
	width: 573px;
	height: 40px;
	background-image: url(../img/title/title_news.jpg);
	margin-bottom: 15px;
	text-indent: -9999px;
}

#main h2.ninki {
	width: 573px;
	height: 40px;
	background-image: url(../img/title/title_pop.jpg);
	margin-bottom: 15px;
	text-indent: -9999px;
}

#main #sadako {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
}

/* sidebar styles
---------------------------------------*/
#sidebar h2.shoukai {
	width: 225px;
	height: 40px;
	background-image: url(../img/title/title_goods.jpg);
	margin-bottom: 15px;
	text-indent: -9999px;
}
#sidebar dl dt a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar dl dd.title {
	font-weight: bold;
	margin-bottom: 0px;
}
#sidebar dl dd.title a {
	color: #FF0000;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(../img/common/arrow_hover.gif);
}

/* goods
---------------------------------------*/
#main div.ppl {
	float: left;
	width: 170px;
	margin-right: 19px;
	margin-bottom: 15px;
	display: inline;
}
#main div.ppl h3 {
	margin: 10px 0px 5px;
}
#main div.ppl h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #CC0000;
}
#main  div.ppl  img {
	border: 1px solid #999999;
}
#main  div.ppl  p.kakaku {
	font-weight: bold;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333333;
}
#main div.ppl p.setumei {
	margin-bottom: 5px;
}
#privacy #main p.setumei {
	margin-left: 15px;
}
#privacy #main ol {
	margin-bottom: 15px;
	margin-left: 75px;
	list-style: decimal outside;
}

/* table
---------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-collapse:collapse;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
