@charset "utf-8";

/**
 * 「ネット総合病院」で処方せん薬通販
 * www.ns-hospi.com
 * container
 */

#container {
	width:100%;
	min-width:320px;
}

/* 買い物カゴウィンドウ */

#container #basket {
	display:none;
}

#container #basket div.inner {

}

#container #basket div.basket {

}

#container #basket div.basket div {

}

#container #basket div.basket div span {

}

#container #basket div.basket dl {

}

#container #basket div.basket dl dt {

}

#container #basket div.basket dl dd {

}

#container #basket div.basket > a {

}

#container #basket div.basket > a:hover {

}

/* 左側広告 */

#container #adware {
	position:relative;
	top:0px;
	left:-140px;
	width:980px;
	height:0px;
	margin:0px auto;
	z-index:50;
}

#container #adware div.typeA {
	position:absolute;
	top:0px;
	left:0px;
}