@charset "UTF-8";
@import "sell.css";

body {
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 76%; 
	margin: 0; 
	padding: 0;
	color: #666666;
	text-align: center;
	}
a { text-decoration: none;
    border-bottom: none;
    color: #ff9900;
    font-size: 100%;
    }
a:hover {
	border: none;
	color: #9900ff;
	}
h2 {
	color: #000000;
	font-size: 135%;
	font-weight: bold;
	clear: both;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
h3 {
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
h4 {
	color: #777777;
	font-size: 115%;
	font-weight: bold;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
img {
   border: 0;
   }
.center {
    text-align: center;
	}
.right {
	text-align: right;
	}
.s {
	text-decoration: line-through;
	}
.red {
	color: #ff4444;
	font-size: 100%;
	font-weight: bold;
	}
.blue {
    color: #4444ff;
	font-weight: bold;
	}
.grn {
	font-weight: bold;
	color : #339900;
	}
.bd {
    font-weight: bold;
	font-size: 100%;
	color: #000000;
	}

/*パン屑ここから*/
.breadcrumb a{
	background: transparent url(../images/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: #ffffff;
	}

.breadcrumb a:hover{
	color: #ffff00;
	text-decoration: none;
	}
/*パン屑ここまで*/

#container {
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
	}
	
/*header*/
#header { border-top: 1.5em solid #000000; }	
#header div {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	padding-left: 20px;
	}
#header h1 { 
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;	
	font-size: 1.9em;
	padding: 30px 0;
	margin: 0;
	}
#header h1 span { color: #999999; }	
#header h1 a {
	border: none;
	color: #000000;	
	font-weight: normal;	
	}
	
/*navigation*/
#nav {
	float: right;
	margin: 0;
	padding: 0;
	}
#nav li {
	list-style-type: none;
	display: inline;	
	float: left;
	font-weight: bold;
	}
#nav li a {
	text-decoration: none;
	border: none;
	color: #000000;
	padding-top: 5px;		
	display: block;	
	margin: 0 15px;		
	}
#nav li.on { 
	background-color: #000000;
	padding: 0.1em 2em 0.3em 2em;
	margin: 0;
	color: #ffffff;
	}
#nav li a:hover { color: #4444ff; }

/*site image*/
#strike {
	background-image:url(../images/site-strike.jpg);
	text-align: center;
	clear: both;
	margin-bottom: 35px;
	padding-left: 10px;
	}
#strike div {
	width: 420px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 30px 40px 0;
	}

#strike p {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 15px;
	letter-spacing: -1px;
	}
	
/*body*/
#body { 
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 61px;	
	}
#body:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
* html #body { height: 1%; }

/*content*/
#l, 
#l {
	width: 520px;
	float: left;
	}
#l p {
	font-size: 130%;
	font-weight: bold;
	}
#r p {
	margin-top: 10px;
	}

/*left*/
#product ul {
    clear: both;
	}
#product li {
    margin: 1em 0;
	list-style: none;
	float: left;
	}

/*right*/
#r {
	width: 190px;
	float: right;
	margin-right:15px;
	}
#r p {
	margin: 1em 0;
	padding: 0;
	}
#r ul {
	color: #ff9900;
	font-weight: bold;
	}
#r .active {
	color: #4444ff;
	font-weight: bold;
	}
#r hr {
	border-top: 1px solid #cccccc; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}

div.block {
	background-color: #f8f8f8;
	border: 1px solid #dddddd;
	padding: 20px;
	text-align: center;
	color: #999999;
	margin-top: 10px;
	}

/*footer*/
#footer {
	margin-top: -61px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 30px;
	width: 100%;
	z-index: 500;
	position: relative;	
	border-bottom: 1em solid #000000;	
	background: #ffffff;
	}
#footer div {
	width: 800px;
	background-color:#000000;
	margin: 0 auto;
	}
#footer div div {	
	padding-top: 10px;	
	padding-bottom: 2px;
	font-size: 10px;
	}