﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body.bodyS {
	background-color: #000000;
	background-image: url("../img/shop_human2.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}
div.contentsDiv {
	width: 801px;
	margin: 0 auto 0 auto;
}
div.leftMenuS {
	background-color: #FFFFFF;
	color: #A72449;
	font-size: 0.9em;
}
div.leftMenuS img {
	margin: 10px 0 0 15px;
}
div.leftMenuS p {
	margin: 0 0 0 15px;
}
img {
	border: none;
}
td img {
	margin: 10px 0 10px 0;
}
td p {
	line-height: 1.5em;
	margin-bottom: 20px;
}
div.mainContentsS {
	color: #FFFFFF;
	float: right;
	width: 600px;
	background-image: url("../img/shop_background.jpg");
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-color: #000000;
}
div.mainContentsS h1 {
	background-image: url("../img/shop_title.gif");
	width: 520px;
	height: 40px;
	margin: 80px 0 20px 40px;
}
div.mainContentsS table {
	margin-left: 40px;
	border: 1px white solid;
}
div.mainContentsS h1 span {
	display: none;
}
div.mainContentsS a {
	color: #FFFFFF;
}
div.mainContentsS li {
	list-style-type: none;
	font-size: 0.8em;
}


a:visited {color#A72449;
        text-decoration: none;}
		
		
a:link {color:#A72449;
        text-decoration: none;}

		
a:active {color:#A72449;
	text-decoration: none;}

