/*-----全体構造-----*/
body {
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0;
	background-image: url(img/background.gif);
	background-color: #FFFFFF;
	background-repeat: repeat;
	height: 100%;
}
#container {
	width: 880px;
	margin: 10px auto;
	padding: 0;
	color: #000000;
	text-align: left;
	background: #FFFFFF url(img/back.gif) repeat;
	height: 100%;
	border: thin solid #CCCCCC;
}
ul#navigation {
	list-style: none;
	display: inline;
	height: 20px;
	width: 880px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 710px;
	color: #000000;
	text-align: left;
	background: #FFFFFF url(img/backright.gif);
	float: right;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0;
	margin-top: 1px;
}
#main {
	width: 545px;
	padding:0 4px 0 0;
	font-size: 9pt;
	color: #000000;
	line-height: 11pt;
	margin-top: 0px;
	float: left;
}
#menuleft{
	width: 160px;
	margin:0px 0 0;
	padding:0;
	text-align: center;
	float: left;
}
#menuright{
	width: 157px;
	text-align: center;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
	margin: 0;
}
#footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
	font-size: 9pt;
	color: #000000;
	margin: 0px;
	padding: 2px 0px 0px;
	width: 880px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
}
/*-----ナビゲーション-----*/
ul#navigation li{
	display: block;
	float: left;
}
ul#navigation li.lineup {
	height: 20px;
	width: 160px;
	background-image: url(img/navigation/MenuItem.gif);
	background-repeat: no-repeat;
	margin-left: 2px;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCE5FC;
}
ul#navigation li.special {
	height: 20px;
	width: 160px;
	background-image: url(img/navigation/MenuT2.gif);
	background-repeat: no-repeat;
	display: block;
	margin-left: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCE5FC;
}
ul#navigation li.payment {
	display:block;
	height: 19px;
	width: 110px;
	background-image: url(img/navigation/MenuPayment.gif);
	background-repeat: no-repeat;
	text-indent: -10000pt;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCE5FC;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
ul#navigation li.payment a{
	display:block;
	height: 19px;
	width: 110px;
}
ul#navigation li.payment a:hover   {
	display:block;
	height: 19px;
	width: 110px;
	background-image:url(img/navigation/MenuPaymentH.gif);
	background-color: #FFFFFF;
	padding-left: 1px;
}
ul#navigation li.cart {
	display:block;
	height: 19px;
	width: 110px;
	background-image: url(img/navigation/MenuCart.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCE5FC;
}
ul#navigation li.cart a{
	display:block;
	height: 19px;
	width: 110px;
}
ul#navigation li.cart a:hover   {
	display:block;
	height: 19px;
	width: 110px;
	background-image:url(img/navigation/MenuCartH.gif);
}
ul#navigation li.QA {
	display:block;
	height: 19px;
	width: 110px;
	background-image: url(img/navigation/MenuQA.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCE5FC;
}
ul#navigation li.QA a{
	display:block;
	height: 19px;
	width: 110px;
}
ul#navigation li.QA a:hover   {
	display:block;
	height: 19px;
	width: 110px;
	background-image: url(img/navigation/MenuQAH.gif);
}
ul#navigation li.inquiry {
	display:block;
	height: 19px;
	width: 110px;
	background-image: url(img/navigation/MenuInquiry.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCE5FC;
}
ul#navigation li.inquiry a{
	display:block;
	height: 19px;
	width: 110px;
}
ul#navigation li.inquiry a:hover   { 
	display:block;
	height: 19px;
	width: 110px;
	background-image:url(img/navigation/MenuInquiryH.gif);
}
ul#navigation li.about {
	display:block;
	height: 19px;
	width: 110px;
	background-image: url(img/navigation/MenuAbout.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCE5FC;
}
ul#navigation li.about a{
	display:block;
	height: 19px;
	width: 110px;
}
ul#navigation li.about a:hover   { 
	display:block;
	height: 19px;
	width: 110px;
	background-image:url(img/navigation/MenuAboutH.gif);
}
/*-----左メニュー-----*/
#menuleft ul{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
	width: 160px;
}
#menuleft li.neotan-A60 {
	display:block;
	background-image: url(img/menuleft/NeotanA60_O.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 160px;
	border-bottom: thin solid #999999;
	padding-left: 2px;
}
#menuleft li.neotan-A60 a{
	display:block;
	height: 60px;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#menuleft li.neotan-A60 a:hover   { 
	display:block;
	width: 160px;
	height: 60px;
	margin:0;
	padding:0;
	background-image:url(img/menuleft/NeotanA60_Over.gif);
}
#menuleft li.neotan-A90    {
	display:block;
	width: 160px;
	height: 60px;
	background-image:url(img/menuleft/NeotanA90_O.gif);
	border-top: thin none #999999;
	border-bottom: thin solid #999999;
	padding-left: 2px;
}
#menuleft li.neotan-A90 a{
	display:block;
	width: 160px;
	height: 60px;
}
#menuleft li.neotan-A90 a:hover{
	display:block;
	width: 160px;
	height: 60px;
	margin:0;
	padding:0;
	background-image:url(img/menuleft/NeotanA90_Over.gif);
}
#menuleft li.neotan-C120 {
	display:block;
	background-image:url(img/menuleft/NeotanC120_O.gif);
	height: 60px;
	width: 160px;
	border-top: thin none #999999;
	border-bottom: thin solid #999999;
	padding-left: 2px;
}
#menuleft li.neotan-C120 a{
	display:block;
	height: 60px;
	width: 160px;
}
#menuleft li.neotan-C120 a:hover   { 
	display:block;
	width: 160px;
	height: 60px;
	margin:0;
	padding:0;
	background-image:url(img/menuleft/NeotanC120_Over.gif);
}
#menuleft li.neotan-C160 {
	display:block;
	background-image: url(img/menuleft/NeotanC160_O.gif);
	height: 60px;
	width: 160px;
	border-top: thin none #999999;
	border-bottom: thin solid #999999;
	padding-left: 2px;
}
#menuleft li.neotan-C160 a{
	display:block;
	height: 60px;
	width: 160px;
}
#menuleft li.neotan-C160 a:hover   { 
	display:block;
	width: 160px;
	height: 60px;
	margin:0;
	padding:0;
	background-image:url(img/menuleft/NeotanC160_Over.gif);
}
#menuleft li.neotan-C200 {
	display:block;
	background-image: url(img/menuleft/NeotanC200_O.gif);
	height: 60px;
	width: 160px;
	border-top: thin none #999999;
	border-bottom: thin solid #999999;
	padding-left: 2px;
}
#menuleft li.neotan-C200 a{
	display:block;
	height: 60px;
	width: 160px;
}
#menuleft li.neotan-C200 a:hover   { 
	display:block;
	width: 160px;
	height: 60px;
	margin:0;
	padding:0;
	background-image:url(img/menuleft/NeotanC200_Over.gif);
}
#menuleft li.HB404 {
	display:block;
	background-image: url(img/menuleft/HB404_O.gif);
	height: 60px;
	width: 160px;
	border-top: thin none #999999;
	border-bottom: thin solid #999999;
	padding-left: 2px;
}
#menuleft li.HB404 a{
	display:block;
	height: 60px;
	width: 160px;
}
#menuleft li.HB404 a:hover   { 
	display:block;
	width: 160px;
	height: 60px;
	margin:0;
	padding:0;
	background-image:url(img/menuleft/HB404_Over.gif);
}
#menuleft li.ac {
	display:block;
	background-image: url(img/menuleft/ac_O.gif);
	height: 60px;
	width: 160px;
	border-top: thin none #999999;
	border-bottom: thin solid #999999;
	padding-left: 2px;
}
#menuleft li.ac a{
	display:block;
	height: 60px;
	width: 160px;
}
#menuleft li.ac a:hover   { 
	display:block;
	width: 160px;
	height: 60px;
	margin:0;
	padding:0;
	background-image:url(img/menuleft/ac_Over.gif);
}
#menuleft img{
	margin: 5px 0 5px 0;
	border: 0px none;
}
#menuleft h3{
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	height: 20px;
	width: 155px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menuleft h3.title {
	background-color: #FFF3F7;
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
}
#menuleft h4{
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	width: 155px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Calendar {
	background-image: url(img/menuleft/Calendar.gif);
	background-repeat: no-repeat;
	display: block;
	height: 148px;
	width: 150px;
	border: none;
	margin-bottom: 5px;
}
/*-----右メニュー-----*/
#menuright ul{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
	width: 160px;
}
#menuright img{
	margin: 5px 0 5px 0;
}
#menuright h3{
	font-size: 12pt;
	color: #666666;
	background-color: #FFF3F7;
	height: 30px;
	width: 156px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#campaign1 {
	width: 140px;
	background-image: url(img/campaign/Campaign1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	margin-top: 10px;
	text-indent: -10000px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #663300;
}
#campaign2 {
	width: 140px;
	background-image: url(img/campaign/Campaign2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	margin-bottom: 10px;
	text-indent: -10000px;
	border: 1px solid #663300;
	overflow: hidden;
}
#campaign1 a{
	width: 140px;
	display: block;
	height: 50px;
}
#campaign2 a{
	width: 140px;
	display: block;
	height: 50px;
}
#link1 {
	background-image: url(img/link/link1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	width: 100px;
	border: none;
}
#link1 a{
	width: 100px;
	display: block;
	height: 47px;
}
#link2 {
	background-image: url(img/link/link2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 148px;
	margin-top: 10px;
}
#link2 a{
	width: 148px;
	display: block;
	height: 60px;
}
#link3 {
	background-image: url(img/link/link3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 81px;
	width: 80px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#link3 a{
	width: 80px;
	display: block;
	height: 81px;
}

/*-----メイン-----*/

#main h3 {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
}
#main h3.title {
	background-color: #FFA600;
	color: #FFFFFF;
	font-size: 11pt;
	text-align: left;
	margin-bottom: 10px;
	border: 5px solid #FFA600;
}
#main h3.titleBlue {
	background-color: #0066FF;
	color: #FFFFFF;
	font-size: 11pt;
	border: 5px solid #0066FF;
	text-align: center;
	margin-bottom: 10px;
}
#main h3.titleBlue2 {
	background-color: #0066FF;
	color: #FFFFFF;
	font-size: 11pt;
	border: 5px solid #0066FF;
	text-align: left;
	margin-bottom: 10px;
}
#main h3.titleBlack {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11pt;
	border: 5px solid #000000;
	text-align: center;
	margin-bottom: 2px;
}
#main h3.titleGray {
	background-color:#CCCCCC;
	color: #000000;
	font-size: 11pt;
	border: 5px solid #CCCCCC;
	text-align: center;
	margin-bottom: 10px;
}
#main h4.titleGray {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
#main h3.titleRed {
	color: #FF0000;
	font-size: 11pt;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main h4.titleRed {
	color: #FF6600;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
}
#main h4 {
	margin: 0;
	padding: 0 0 10px;
	background-color: #FFFFFF;
	font-size: 9pt;
}
#main h5 {
	background-color: #F5F5F5;
	width: 360px;
	margin: 5px 0px 0px 175px;
	font-size: 9pt;
}
#main h6 {
	background-color: #DEDFDE;
	height: 15px;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
}
p.mainTop {
	text-align: center;
	width: 540px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
}
p.lineupMain {
	text-align: center;
	float: left;
	width: 272px;
	margin-bottom: 0px;
	margin-top: 0px;
}
p.lineupMain2 {
	text-align: center;
	float: left;
	width: 272px;
	padding-top: 85px;
	margin-bottom: 0px;
	margin-top: 0px;
}
p.lineupDetails {
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 235px;
}
#main img.left{
	float: left;
}
p.lineupDetails2 {
	margin: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
}
#main img.right{
	float: right;
	margin-right: 1px;
}
p.lineupDetailsPhilips {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 130px;
}
p.lineupGel {
	margin-bottom: 2px;
	float: left;
	text-align: center;
	width: 250px;
	margin-top: 0px;
}
p.lineupGel img{
	margin-bottom: 20px;
	margin-top: 5px;
}
div.lineup {
	text-align: center;
	float: left;
	width: 175px;
}
div.lineup img {
	border: none;
	padding: 0px;
	margin: 0px;
}
p.gray {
	background-color: #F5F5F5;
	width: 360px;
	margin-bottom: 0px;
	margin-left: 175px;
}
p.gray2 {
	background-color: #F5F5F5;
	width: 360px;
	margin-bottom: 0px;
	margin-left: 175px;
}
p.pink {
	background-color: #fff0f5;
	margin: 0px 0px 0px 175px;
	width: 360px;
}
p.pink img {
	border: thin solid #fff0f5;
}
#main img {
	border: none;
}
div#QA_Aimg{
	float: left;
	background-image: url(img/main/QA/a.gif);
	background-repeat: no-repeat;
	display: block;
	width: 65px;
	height: 30px;
	color: #000000;
}
div#QA_Qimg{
	float: left;
	background-image: url(img/main/QA/q.gif);
	background-repeat: no-repeat;
	display: block;
	width: 65px;
	height: 20px;
}
div#QA_Q {
	color: #0000FF;
	margin-left: 2px;
	padding-left: 75px;
	padding-top: 2px;
}
div#QA_A {
	color: #000000;
	padding-left: 75px;
	padding-top: 2px;
}
table.delivery {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
}
td.deliveryreg1 {
	background-color: #FFCF00;
	height: 15px;
	width: 47px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}
td.deliveryreg2 {
	background-color: #FF9A00;
	height: 15px;
	width: 47px;
	color: #000000;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
td.deliveryfee1 {
	background-color: #FFFFFF;
	height: 15px;
	width: 47px;
	color: #000000;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
td.deliveryfee2 {
	background-color: #FFFFFF;
	height: 15px;
	width: 47px;
	color: #000000;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
td.deliverytime {
	background-color: #FFFFFF;
	height: 15px;
	color: #000000;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
table.inquiry {
	margin: 0px 10px 0px 5px;
	padding: 0px;
	width: 239px;
	float: left;
	font-size: 9pt;
	color: #000000;
}
div#support {
	margin: 0px 0px 0px 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/*-----リンクの設定-----*/
a:link { color: blue; }
a:visited { color: #660000; }
a:hover {
	color: #000099;
}
/*-----その他-----*/
h2    {
	color: #00c;
	font-size: small;
	background-color: #ffffff;
	margin: 0px;
	padding: 5px 0px 10px;
}
h1 {
	margin: 0px;
	padding: 0px;
	background-image: url(img/KanbanNexbe.gif);
	display: block;
	height: 145px;
	width: 880px;
	background-repeat: no-repeat;
	text-indent: -10000px;
}
h1 a{
	margin: 0px;
	padding: 0px;
	display: block;
	height: 145px;
	width: 880px;
}
#clear {
	clear:both;
}
hr {
	font-size: 1px;
	margin-top: 0px;
	margin-bottom: 1px;
}
p {
	margin-top: 2px;
	margin-bottom: 1px;
}
ul {
	margin-top: 1px;
	margin-bottom: 2px;
}
ol {
	margin-top: 1px;
	margin-bottom: 2px;
}
.style2 {
	font-size: 9pt;
	color: #333333;
}
.style3 {
	text-align: center;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
}
.style4 {
	text-align: left;
	font-size: 9pt;
	color: #000000;
	line-height: 17px;
}
