@charset "utf-8";
@import url("default.css");
* {
	color:#333333;
	letter-spacing: 0em;
}
h1 {
}
h2 {
}

h3 {
}
a {
}
hr {
	height: 1px;
}	
p {
	margin:0;
}

/*topline
----------------------------------------------- */
/*
-------------------------------------------------------------------*/
body {
	background-image: url(img/slash.gif);
	background-repeat: repeat;
}
#base {
	width:780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	background-position: center top;
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(img/base_bg.gif);
	background-color: #FFFFFF;
}

/* ラップ
-------------------------------------------------------------------*/
#wrap {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(img/wrap_bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	width: 780px;
	clear: both;
	padding-top: 10px;
}
/* ヘッダー
-------------------------------------------------------------------*/
h1.tagline {
	font-size: 9px;
	text-align: center;
	color: #F1AAAA;
	padding-top: 1px;
	padding-bottom: 1px;
}
#header {
	width: 780px;
	float: left;
	background-image: url(img/header-bg.gif);
}
#header p {
	margin: 0;
	padding: 0;
	float: left;
}
#logo {
	clear: both;
	float: left;
	width: 120px;
	height: 100px;
}
#logo a {
	display: block;
	height: 100px;
	width: 120px;
	text-indent: -4000px;
}
#site-name {
	width: 660px;
	float: right;
	height: 70px;
}
#site-name a {
	display: block;
	height: 70px;
	width: 660px;
	text-indent: -4000px;
}
#header-menu {
	width: 600px;
	float: right;
	height: 30px;
	padding-left: 60px;
}
#header-menu ul {
	margin: 0px;
	padding: 0px;
}
#header-menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

/* サイドバー
-------------------------------------------------------------------*/
#side-l {
	float: left;
	width: 180px;
}
#side-menu {
	margin-bottom: 15px;
	background-image: url(img/side-menu-middle-bg.gif);
	background-repeat: repeat-y;
}
#side-menu dl {
	background-image: url(img/side-menu-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	padding-top: 5px;
}
#side-menu dt {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/list-icon-orange.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	font-size: 85%;
}
#side-about {
	background-image: url(img/side-menu-middle-bg.gif);
	background-repeat: repeat-y;
}
#side-about dl {
	background-image: url(img/side-menu-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	padding-top: 5px;
}
#side-about dt {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/list-about-page.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	font-size: 85%;
}
#side-search {
	margin-bottom: 15px;
	background-image: url(img/side-menu-middle-bg.gif);
	background-repeat: repeat-y;
}
#side-search form {
	background-image: url(img/side-menu-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	padding-top: 5px;
	padding-left: 7px;
}
.button-search {
  width: 40px;
  height: 25px;
  border: 0;
  background: url(/img/btn-search.gif) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

/* フッター
-------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 20px;
	background-repeat: repeat;
}
#footer li {
	margin: 0px;
	padding: 2px 17px 2px 17px;
	list-style-type: none;
	float: left;
	font-size: 12px;
}
#footer ul {
	padding: 0px;
	margin: 0 0 0 80px;
	text-indent: 0px;
	list-style: none;
}
address {
	width: 780px;
	padding: 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-size: 0.7em;
	clear: both;
}


/* メイン
-------------------------------------------------------------------*/
#top_main {
	float: left;
	width: 560px;
}
#main {
	float: right;
	width: 600px;
}
#pankuzu {
	background-image: url(img/pankuzu_bg.jpg);
	background-repeat: repeat;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	clear: both;
}
#pankuzu p {
	font-size: 10px;
}
#contents {
	margin-top: 5px;
}
#contents ul {
	margin: 0px;
	padding: 0px;
}
.topic {
	margin-bottom: 10px;
}
#side_r {
	float: right;
	width: 210px;
}
#top_wrap {
	margin-top: 5px;
	margin-bottom: 5px;
}
.contents {
	padding: 0px 10px 10px 30px;
}
.contents_top h2 {
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}
.entrytitle {
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px #999999;
	font-size: 100%;
	background-image: url(img/entry_title_bg.jpg);
	background-repeat: repeat;
}
#copyright {
	clear: both;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 5px;
	border-top: solid 2px #FF0000;
	background-color: #F4B6B6;
}

#copyright a {
      color: #000000;
}


.contents p {
	font-size: 86%;
	letter-spacing: 0em;
	line-height: 150%;
}
#contact p {
	font-size: 90%;
}
.text_red {
	color: #FF0000;
}
.center {
	text-align: center;
}
/* master info */
#about {
	margin-top: 10px;
	margin-bottom: 25px;
}
#about dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
	font-weight: bold;
	color: #003366;
	background-color: #ffffff;
}
#about dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	padding-left: 5px;
	border-bottom: 1px dotted #666666;
}
#about li {
	font-size: 105%;
	margin-top: 10px;
}
#about ul {
	margin-left: 20px;
}
#wrap_bottom {
	clear: both;
	width: 780px;
}
.img_r {
	float:right;
	margin: 10px;
}
.img_l {
	float:left;
	margin: 10px;
}
.clr {
	clear:both;
}
hr {
	clear:both;
	padding: 10px 20px 10px 20px;
}
.text_blue {
	color: #0000FF;
}
.text_green {
	color: #006600;
}
.text_orange {
	color: #FF6600;
}
.text_lightblue {
	color: #0099CC;
}
.text_purple {
	color:#330099;
}
.contents_top p {
	font-size: 90%;
	padding-left: 10px;
}
#image {
	width: 780px;
	clear: both;
}
.entrymore {
	padding-top: 10px;
}
#item-info {
	clear: both;
	float: left;
	width: 560px;
}
.entrytext {
	clear: both;
}
#item-image {
	width: 280px;
	float: left;
}
#item-buy {
	float: right;
	padding: 0px 0px 0px 10px;
	width: 260px;
}
p.item-shousai {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#item-buy p {
	font-size: 100%;
	margin-bottom: 20px;
}
#item-list {
	margin-top: 15px;
}
#item-list dt {
	float: left;
	width: 150px;
}
#item-list dl {
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 560px;
	border-bottom: dotted 2px #CCCCCC;
}
#item-list dd {
	float: right;
	width: 380px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#item-list a {
	text-decoration: underline;
}
#item-list p {
	font-size: 100%;
}
#category-desc h2 {
	font-weight: bold;
	color: #222222;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6C00;
	padding-left: 5px;
}
.rect1 {
	margin: 5px 20px 20px 20px;
	background-color: #FFCCFF;
	padding: 10px;
}
.rect1 ul {
	margin-left: 20px;
}
.rect1 li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.loder {
	padding-left: 20px;
}
#side-search fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: 0;
}
#search_box {
	width: 120px;
}
#search-btn {
	float: right;
	width: 40px;
	padding-right: 7px;
}
#search-field {
	float: left;
	width: 120px;
}
.result .section h2 {
	background-image: url(img/icon-search.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	font-weight: bold;
}
.result .section dl {
	margin-left: 10px;
	margin-bottom: 10px;
}
.search_back a {
	text-decoration: underline;
}
.search_back {
	padding-left: 15px;
	background-image: url(img/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.result .section dt {
	background-image: url(img/icon-page_go.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 3px;
}
.result .section a {
	text-decoration: underline;
	color:#0000FF;
}
.result .section a:hover {
	text-decoration: underline;
	color:#0000FF;
}
.result .section a:visited {
	text-decoration: underline;
	color: #52188C;
}
.result .section a span.keywords {
	color:#0000FF;
}
.result .section .keywords {
	font-weight: bold;
}
#company-info #outline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-left: solid 1px #666666;
}
#company-info #outline th {
	padding: 10px;
	width:120px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	background-color: #EEEEEE;
	font-size: 90%;
	line-height: 140%;
}
#company-info #outline tbody tr td {
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	padding: 10px;
}
#company-info #outline tbody tr td ol {
	margin-left: 25px;
}
#pankuzu strong {
	font-weight: bold;
	font-size: 110%;
}
#item-buy form {
	margin: 0px;
	padding: 0px;
}
#item-buy form p {
	margin-left: 0px;
	padding-left: 0px;
}
.item-list {
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-list dt {
	float: left;
	width: 120px;
}
.item-list dl {
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 560px;
	border-bottom: dotted 2px #CCCCCC;
}
.item-list dd {
	float: right;
	width: 410px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.item-list a {
	text-decoration: underline;
}
.item-list p {
	font-size: 100%;
}
h2.topic-osusume {
	background-image: url(img/topic-osusume-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	font-size: 16px;
	padding-bottom: 8px;
	padding-top: 9px;
}
.categorylink ul {
	list-style-type: none;
	float: left;
}
.categorylink li {
	float: left;
}
.categorylink {
	float: left;
	width: 550px;
}

