@charset "utf-8";

* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body {
  /*font-family: Verdana,Helvetica,Geneva,Arial,sans-serif;*/
  font-family: Meiryo,Osaka,Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #543;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #eee;
  text-align: center;
  background-image: url(img/naruse.gif);
  background-attachment: fixed;
}
img {
  border: 0px;
}
h2 {
  margin-bottom: 10px;
}
h3 {
  font-size: 13px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 20px;
}

th,td {
  font-size: 13px;
}
a {
  text-decoration: none;
}
a:link {
  color: #336;
}
a:visited {
  color: #636;
}
a:hover {
  color: #966;
  text-decoration: underline;
}
hr {
  border: 1px solid #ccc;
  height: 1px;
}

#container {
  width: 1000px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

#head {
  width: 1000px;
  height: 180px;
  text-align: center;
}

#logo {
  width: 800px;
  height: 180px;
  /*float: center;*/
  text-align: center;
  margin: 0 auto;
}

#content {
}

#col_main {
  width: 600px;
  padding: 8px 0px 8px 8px;
  margin: 8px 0px 8px 8px;
  float: left;
  background-color: white;
}

#col_sub {
  width: 350px;
  float: right;
  padding: 8px 8px 8px 0px;
  margin: 8px 8px 8px 0px;
  background-color: white;
}

#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content {
  zoom: 1;
}

#foot {
  font-size: 11px;
  text-align: center;
  padding: 8px 8px 8px 8px;
}

.block {
  margin-bottom: 16px;
}

.frame{
	background:url("img/frame_tl.gif") left top no-repeat;
	text-align:left;
	zoom:1;
}
.frame-br{
	background:url("img/frame_br.gif") right bottom no-repeat;
}
.frame-tr{
	background:url("img/frame_tr.gif") right top no-repeat;
}
.frame-bl{
	background:url("img/frame_bl.gif") left bottom no-repeat;
}
.frame-inner{
	padding:20px;
}

dl.tweet {
  font-size: 12px;
}

dl.tweet dt {
  float: left;
  width: 6.5em;
  padding-top: 6px;
  padding-bottom: 5px;
}

dl.tweet dd {
  margin-left: 0em;
  padding-top: 5px;
  padding-left: 6.5em;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  word-break: break-all;
}

.date {
  font-weight: bold;
  color: #930;
  font-size: 12px;
}

.geo {
  color: #369;
  font-size: 12px;
  float: right;
  padding-right: 1em;
}

.tw {
  font-size: 12px;
}

.icon {
  padding: 4px;
}

.block ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

.error {
  color: red;
}
.error ul {
  margin-left: 20px;
}

.link {
  font-size: 90%;
  padding-top: 6px;
  text-align: right;
  border-top: 1px dashed #ccc;
}

.link img {
  vertical-align: middle;
}

table.form {
  width: 100%;
}

.submit {
  text-align: center;
}

.inputbutton {
  padding-top: 10px;
  border-bottom: 1px dashed #ccc;
}

.key {
  vertical-align: middle;
  border-bottom: 1px dotted #ddd;
}

.value {
  vertical-align: middle;
  border-bottom: 1px dotted #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
}

.item {
  margin-left: 10px;
  padding-bottom: 10px;
}

.item .cover {
  margin-right: 10px;
  float: left;
}
.item .cover img {
  border: 1px solid #ccc;
}

.item .desc {
  padding-top: 40px;
}
.item .name {
  font-weight: bold;
}
.item .info {
/*
  text-align: right;
  margin-right: 55px;
  */
}
.price {
  text-align: center;
  margin-right: 20px;
  font-weight: bold;
  margin-top: 10px;
}
/*.item */.btn_link {
  text-align: center;
  margin-top: 10px;
  font-size: 90%;
  /*
  text-align: right;
  margin-right: 10px;
  */
}
/*.item */.btn_link img {
  vertical-align: middle;
}
.item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.num {
  width: 2em;
}
.number {
  text-align: right;
  padding-right: 4px;
}

.absmiddle img {
  vertical-align: middle;
  border: 1px solid #ccc;
}

table.list {
  width: 100%;
  padding-bottom: 20px;
}

.list th.key {
  text-align: center;
}

input.name {
  width: 10em;
}
input.zip {
  width: 7em;
}
input.medium {
  width: 20em;
}
input.phone {
  width: 10em;
}
input.email {
  width: 20em;
}

.item_detail {
  margin-bottom: 20px;
}

.item_detail .code {
  font-size: 60%;
}

.item_detail .jacket {
  margin-left: 5px;
  width: 300px;
  float: left;
}

.item_detail .jacket img.cover {
  width: 300px;
  border: 1px solid #ccc;
}

.item_detail .desc {
  width: 220px;
  float: right;
}

.item_detail .desc li {
  margin-left: 2em;
}
.item_desc:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.openclose {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
}

#navi {
  margin-top: 10px;
  text-align: center;
}

#navi a, #s7 strong {
  margin: 0 5px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none
}
#navi a.activeSlide {
  background: #fcc;
}
#navi a:focus {
  outline: none;
}

.live {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

.strong {
  font-weight: bold;
}

.extra-strong {
  color:red;
}

.desc {
  margin-left: 2em;
}
.abstract {
}
.abstract .title {
  /*font-size: 20px;
  text-align: center;
  text-decoration: underline;
  */
  font-weight: bold;
  padding-bottom: 10px;
}
.abstract .description {
  /*font-size: 18px;*/
  margin-left: 2em;
}

.abstract .description dl {
  /*font-size: 100%;*/
  padding-bottom: 20px;
}

.abstract .description dl dt {
  float: left;
  width: 5em;
  padding-top: 1px;
  padding-bottom: 1px;
}

.abstract .description dl dd {
  margin-left: 0em;
  padding-left: 5em;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 280px;
}
.nowrap {
  white-space: nowrap;
}

.OneBitInsert {
  margin-left: 4px;
  vertical-align: middle;
}

embed {
  margin-top: 5px;
  width:15px;
  height:15px;
  padding:2px;
  background-color: #ccc;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-radius: 2px;
  -moz-border-radius: 2px;
  webkit-border-radius: 2px;
}


