@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-image: url(img/back.gif);
  background-repeat: repeat-y;
  background-position: center;
}

img{
	border: none;
}


a:link {
  color: #004080;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  font-size: 12px;
}

a:visited {
  color: #005ebb;
  font-size: 12px;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

h1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #333;
}



/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 800px;
  border-right: solid 2px #c6c6c6;
  border-left: solid 2px #c6c6c6;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 800px;
  height: 90px;
  background-color: #ffc0ff;
  font-family:Verdana;
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 2px 0 3px 10px;
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  color: #999999;
  background-color: #f3f3f2;

}

#header h2 {
  margin: 0;
  padding: 0;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
}


#table-left{
  background-color: #ffc0ff;
  text-align: left;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-left a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  background-color: #ffc0ff;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0 0;
}

#header-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#header-navi {
	margin: 0 auto;
	padding: 30px 0 0 0;
    font-size: 12px; 
}

#header-navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header-navi li {
  float: left;
  width: 130px;
  margin: 0;
  padding: 0;
}

#header-navi a {
  background: url(img/header-navi.gif) no-repeat;
    width: 130px; 
    line-height:22px;
    text-align:center;
    color: #0066ff; 
    font-size: 12px; 
    display:block;
}

#header-navi a:hover {
    width: 130px; 
    line-height:22px;
    text-align:center;
    color: #0066ff; 
    font-size: 12px; 
}


/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 2px 0 10px;
  line-height: 150%;
  letter-spacing: 1px;
  width: 585px;
}

#contents h2 {
  margin: 0;
  padding: 9px 0 10px 13px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 15px 0 30px 0;
  line-height: 150%;
  letter-spacing: 1px;
  width: 550px;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 170px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

#menu h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #004080;
  display: block;
  border-top: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  width: 148px;
  padding: 6px 0 5px 10px;
  font-size: 12px;
  background-color: #f3f3f2;
 }

.menulist a:hover{
  color: #005ebb;
  background-color: #ffffff;
}


#menu p {
  margin: 10px 4px 0 4px;
  line-height: 150%;
}



/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #000033;
}

#footer a {
  color: #ffffff;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}


ul.sample2{
    width:180px;
    margin:0;
    font-size:small;
    padding:0;
}

li.cate-1 {
    list-style:none;
    background: url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_a001.gif") no-repeat;
    padding: 0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-1 a:hover{ }
li.cate-1 a {width:180px; height:32px; display:block; }

li.cate-2 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_a002.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-2 a:hover{ }
li.cate-2 a {width:180px; height:32px; display:block; }

li.cate-3 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b003.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-3 a:hover{ }
li.cate-3 a {width:180px; height:32px; display:block; }

li.cate-4 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b004.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-4 a:hover{ }
li.cate-4 a {width:180px; height:32px; display:block; }

li.cate-5 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b005.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-5 a:hover{ }
li.cate-5 a {width:180px; height:32px; display:block; }

li.cate-6 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b006.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-6 a:hover{ }
li.cate-6 a {width:180px; height:32px; display:block; }

li.cate-7 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b007.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-7 a:hover{ }
li.cate-7 a {width:180px; height:32px; display:block; }

li.cate-8 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b008.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-8 a:hover{ }
li.cate-8 a {width:180px; height:32px; display:block; }

li.cate-9 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b009.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-9 a:hover{ }
li.cate-9 a {width:180px; height:32px; display:block; }

li.cate-10 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b010.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-10 a:hover{ }
li.cate-10 a {width:180px; height:32px; display:block; }

li.cate-11 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b011.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-11 a:hover{ }
li.cate-11 a {width:180px; height:32px; display:block; }

li.cate-12 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b012.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-12 a:hover{ }
li.cate-12 a {width:180px; height:32px; display:block; }

li.cate-13 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b013.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-13 a:hover{ }
li.cate-13 a {width:180px; height:32px; display:block; }

li.cate-14 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b014.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-14 a:hover{ }
li.cate-14 a {width:180px; height:32px; display:block; }

li.cate-15 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b015.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-15 a:hover{ }
li.cate-15 a {width:180px; height:32px; display:block; }

li.cate-16 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b016.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-16 a:hover{ }
li.cate-16 a {width:180px; height:32px; display:block; }

li.cate-17 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b017.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-17 a:hover{ }
li.cate-17 a {width:180px; height:32px; display:block; }

li.cate-18 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_b018.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-18 a:hover{ }
li.cate-18 a {width:180px; height:32px; display:block; }

li.cate-19 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_a019.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-19 a:hover{ }
li.cate-19 a {width:180px; height:32px; display:block; }

li.cate-20 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_a020.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-20 a:hover{ }
li.cate-20 a {width:180px; height:32px; display:block; }

li.cate-21 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_a021.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-21 a:hover{ }
li.cate-21 a {width:180px; height:32px; display:block; }

li.cate-22 {
    list-style:none;
    background:url("http://www.jp.netpharmacy.jp/themes/cube/buttons/cate_a022.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-22 a:hover{ }
li.cate-22 a {width:180px; height:32px; display:block; }

li.cate-23 {
    list-style:none;
    background:url("http://www.shop.netpharmacy.jp/images/buttons/cate_021.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:32px;
    margin:0;
text-indent: 4.1em;}
li.cate-23 a:hover{ }
li.cate-23 a {width:180px; height:32px; display:block; }

li.info-1 {
    list-style:none;
    background: url("http://www.jp.netpharmacy.jp/themes/cube/buttons/info_000.gif") no-repeat;
    padding:0;
    width:180px;
    line-height:20px;
    margin:0;
text-indent: 1.5em;}
li.info-1 a:hover{ }
li.info-1 a {width:180px; height:20px; display:block; }

.leftblockTitle {
	background: url(img/title_a.gif) no-repeat ;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	width:180px;
	text-indent:20px;
    line-height:21px;
}

.cate-table th{
    background-color:#ffffff;
    padding:0;
    text-align:left;
}
.cate-table td{
    background-color:#ffffff;
    padding: 0;
    text-align:center;
    color: #000000; 
 border: 1px solid #666666; 
 width: 130px;
 }



