*{margin:0; padding:0;}


	
	
body{
	width:100%;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #DEDEBE;/**背景薄いグリーン色**/
	}
ul{
	margin: 0px;
	padding: 0px;
}
li {
	list-style:none;
	text-align: left;
	}
	
#wrapper{/** 両サイドの影をつけるため **/
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	background-image:;
	background-repeat: repeat-y;

	}	
#my_body{
	width: 750px;
	height: auto;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	position: relative;
	background-color: #FFFFFF;/**背景白色**/
	}

.shoukai{
	font-size: 10px;
	color: #666666;
	padding-left: 20px;
}

	
/** my_header部分 **/	
#my_header{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 195px;
	}
	
/** globalNav部分 **/
#globalNav{
	margin: 0px;
	width: 480px;
	height: 96px;
	list-style: none;
	position: absolute;
	top: 34px;
	left: 269px;
}
#globalNav li{
	float: left;
	width: 96px;
}

.cart{
	margin: 0px;
	padding-left: 550px;
}
/** contents部分 **/
#contents{
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/** contents左部分 **/
#link{
	float: left;
	padding:0px;
	margin: 0px;
	width: 180px;	
	}
#link dt{
	text-align: center;
	padding-bottom: 10px;
}
#link dd{
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #666666;
}
#link dd a{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#link dd a:hover{
	color: #000000;
	font-weight: bold;
}
/** contents右部分 **/
#mymain{
	float: right;
	width: 560px;
	padding-right: 0px;
}
.section{
	width: 560px;
	height: auto;
	padding: 10px 0px 10px 0px;
}
.section #souryou{
	line-height: 200%;
}

.section #souryou th{
	font-weight: normal;
	text-align: left;
	padding: 0 15px 3px 0;
	border-bottom: 1px solid #DEDEBE;
}

.section #souryou td{
	padding: 0 0 3px 5px;
	background-color: #DEDEBE;
	border-bottom: 1px solid #fff;
	width: 4em;
}

p{
	padding: 10px;
	line-height: 150%;
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
}
h3{
	font-size: 15px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;
	color: #006600;
}
.shinchaku{
	padding: 10px;
	line-height: 200%;
	list-style: none;
}
.shinchaku li{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}


/** 商品一覧部分 **/

.shouhin{
	width: 140px;
	min-height:330px;
	height: auto !important;
	height: 330px;
	margin: 10px;
	float: left;
	/**
	border-style: solid;
	border-width: 1px;
	**/
}
.shouhin img{
	text-align: center;
}
.shouhin p{
	margin: 0px;
	padding: 5px;
	line-height: 120%;
}
h4{
	font-size:15px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
}
h5{
	font-size: 15px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #003300;
	font-weight: bold;
}
t2{
font-size:12px;
line-height:13px;
color:444444;
}

/** footer左部分 **/	
#my_footer{
	width: 750px;
	height: 40px;
	clear: both;
	margin-bottom: 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	}
