/*
Theme Name: Dischord
Version: 1.0
Description: A theme created by <a href="http://dcj-inc.net" target="_blank">Hiroshi Onuma (Dischord Japan Inc.)</a>. 
Author: Hiroshi Onuma
*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 0.9em;
  font-family: Osaka, Verdana, sans-serif;
  background: #cccccc url(img/background.gif) repeat-x ;
}
a, a:active, a:visited {
  color: #330099;
  text-decoration: none;
}

a:hover {
  color: #ff6633;
  text-decoration: none;
}

a img {
  border: none;
}

form {
  margin-bottom: 10px;
}

h3 {
  color: #085984;
}

/* ---- WRAPPER DIV ---- */

#wrap{
  width: 800px;
  height: 100%;
  border: 0px solid #999999;
  border-top: 0;
  border-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}

/* ---- HEADER STUFF ---- */

#header {
  height: 80px;
  width: auto;
  background: url(/img/logo_back.gif);
  margin: auto;
  padding: 2px;
  border-top: solid 4px #009900;
  border-bottom: solid 2px #009900;
}

#header h1 {
  margin: 0;
  padding: 4px 0 0 18px;
}

#header .descrip{
  color: #666;
  text-align: left;
  margin: 0 0 0 0;
  padding: 2px 0 0 18px;
  font-size: 10px;
}

#topfeed {
  width:auto;
  height:auto;
  float:right;
  margin:0;
  font-size:12px;
  padding:18px 18px;
}

#topfeed a {
  text-decoration:none;
  color:#009900;
}

#topfeed a:hover {
  text-decoration:underline;
  color:#ff9900;
}


#headermenu {
	margin: 0;
	padding:0;
	border: 0;
}

#advert {
  width: auto;
  background: #fff;
  margin: auto;
  text-align: center;
}

#topmenu {
  background: #cccccc;
  width: 800px;
  font-size: 14px;
  height:24px;
  line-height:20px;
  margin:0 auto;
  padding:0;
  border-top: solid 2px #ffffff;
  border-bottom: solid 0px #ffffff;
}
#topmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#topmenu li {
  list-style: none;
  display: inline;
}

#topmenu a {
  display: block;
  float: left;
  color: #660000;
  font-variant: normal;
  text-decoration: none;
  font-weight: bold;
  border-right: solid 1px #f0f0f0;
  padding: 2px 12px;
}

#topmenu a:hover, 
#topmenu a:active
#topmenu li.current_page_item a:link,
#topmenu li.current_page_item a:visited,
#topmenu li.current_page_item a:hover,
#topmenu li.current_page_item a:active
{
	background: #ffffff;
	color:#009900;
}

#topmenu #rss a {
	float: right;
	padding-left: 30px;
	background: url(img/rss.gif) no-repeat 10px 50%;
	border: none;
	border-left: 1px solid #ffffff;
}

#rssfeed a {
	padding-left: 30px;
       background: url(img/rss.gif) no-repeat 10px 50%;
	border: none;
}


#topmenu #rss a:hover {
	background-color:#ccc;
}

#breadcrumb {
  float: right;
  font-size: 10px;
  line-height:14px;
  padding: 4px 20px;
}


/* ---- MAIN DIVS ---- */
#main {
  clear: both;
  color: #000000;
  width: 800px;
  font-size: 0.9em;
  line-height:1.2em;
  padding: 0;
  margin: 0;
}

#content{
  float: left;
  width: 580px;
  padding: 10px;
  margin-top: 0;
}

/* ---- MAIN DIVS WIDE ---- */
#main-wide {
  clear: both;
  color: #000000;
  width: 800px;
  font-size: 0.9em;
  line-height:1.2em;
  padding: 0;
  margin: 0;
}

#content-wide{
  float: center;
  width: 790px;
  padding: 5px;
  margin-top: 0;
}

/* ---- POST CONTENT ---- */

.post {
  border: 0 solid #999999;
  padding: 0;
  margin-bottom: 10px;
}

.post a, .post a:visited {
  color: #085984;
  text-decoration: none;
}
.post a:hover, .post a:active {
  color: #000;
}

.post h1 {
  margin-left: 10px;
  margin-right: 10px;
  color: #85984;
  border-bottom: 1px solid;
}

.post h2 {
  margin-left: 10px;
  margin-right: 10px;
  color: #85984;
  border-bottom: 0px solid;
}

.post h3, .post h4, .post h5, .post h6 {
  font-size: 1.2em;
  margin: 10px;
  color: #85984;
  border-bottom: 1px dashed;
}

.post h2.post-title  {
  font-size: 1.5em;
  font-weight:bold;
  background:#ffffff;
  margin:0;
  padding:5px 5px;
  border-right:solid 0px #ccc;
  border-bottom:solid 0px #ccc;
  border-left:solid 10px #f60;
}

.post-title a:link, .post-title a:visited, .post-title a:active {
  color: #000;
  text-decoration: none;
  font-weight:bold;
}
.post-title a:hover {
  color: #fc6;
  font-weight: bold;
  text-decoration: none;
}

.post p{
  padding: 5px 10px;
}

.day-date {
  font-size: 0.85em;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #888888;
  text-align: center;
}

.day-date em {
  color: #000;
  font-style: normal;
}

.post-info{
  text-align: right;
}

.post-info a{
  color: #085984;
  font-size: 0.85em;
}

blockquote {
  background : url(images/blockquote_blue.png) top left no-repeat #e8efff;
  margin : 0px 20px;
  padding-left: 15px;
  padding-top: 5px;
  color: #666666;
  font-size: 0.85em;
}

.post ul, .post ol {
  margin: 10px 30px 20px 30px;
}

.post ul li{
  list-style-type:disc;
}

.post dt {
  font-weight:bold;
  margin:5px 10px;
}

.post dd {
  margin: 5px;
  padding: 0 15px 10px 15px;
}

.ct_name  {
  font-size: 1.2em;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #888888;
  text-align: center;
  margin : 0px auto 10px auto;
}

.ntftitle {
  font-size: 1.8em;
  color: #000000;
  text-align: left;
  margin : 10px auto 10px auto;
}

img  {
  padding: 0 1px 1px 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.staff {
  margin-bottom: 10px;
}
.staff dt {
  font-size: 1.1em;
  font-weight:bold;
  color:#009900;
  margin:5px 10px;
}

.staff dd {
  font-size: 1em;
  margin: 5px;
  padding: 0 15px 15px 15px;
}

.staff img {
  border-top: 2px solid #666666;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #666666;
  border-right: 2px solid #000000;
}

.spacebottom {margin-bottom: 14px;}

/*---- COMMENTS and FORMS ----*/

dl dt {
  font-weight:bold;
  margin:5px 5px;
}

dl dd {
  margin-left: 5px;
  padding-left: 15px;
}

#commentform {
  margin:10px;
  margin-top: 0;
  padding:10px;
  padding-top: 5px;
}

#commentform p {
  padding: 5px;
}

.cmtinfo {
  background: #085984;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
}

.commentlist a, .commentlist a:visited{
  color: #085984;
  text-decoration: none;
}
.commentlist a:hover, .commentlist a:active {
  color: #000;
  border-bottom: 1px solid #085984;
}

.cmtinfo a, .cmtinfo a:visited, .cmtinfo a:active {
  color: #fff;
  font-style: normal;
}
.cmtinfo a:hover{
  color: #000;
  border: 0;
}

.commentlist li .cmtinfo em {
  float:right;
  margin:0;
  padding:0;
  font-style:normal;
  font-weight: normal;
  font-size:0.9em;
  color:#fff;
}

.commentlist li {
  border: 1px solid #085984;
  margin: 10px 0;
  padding-bottom: 5px;
  list-style: none;
}

.commentlist p {
  padding: 5px;
}


fieldset{
  border: none;
}

.field label{
  display: block;
}

textarea{
  width: 90%;
  height: 20em;
  border: 1px solid #ccc;
  background:#f0f0f0;
}

input{
  border: 1px solid #ccc;
  background:#f0f0f0;
}

button {
  border: 1px solid #ccc;
  background:#f0f0f0;
  font-family: Verdana,Tahoma, Arial, Serif;
  height: 20px;
}


/* ---- SIDEBAR ---- */
#sidebar {
  margin : 0;
  margin-left: 600px;
  margin-right: 10px;
  width : 187px;
  padding :0;
  padding-top: 10px;
}

#sidebar ul {
  list-style: none;
  line-height: 18px;
  font-size: 13px;
  border: 1px solid #99ff66;
  background: #f0f0f0;
  padding: 6px;
  margin-bottom: 10px;
}

#sidebar ul li {
  margin: 5px;
  margin-left: 1px;
}

#sidebar ul li ul {
  border: 0;
  font-size: 13px;
}

#sidebar ul li ul li{
  border: 0;
  padding-left: 13px;
}

#sidebar li ul {
  padding: 0;
  margin: 0;
}

#sidebar h2 {
  margin: 0;
  padding: 3px 0 3px 5px;
  font-size: 14px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #000;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  background: #99ff66;
  font-family : Verdana, Arial, Tahoma sans-serif;
}

#sidebar ul h2 {
  background: #fff;
  color: #085984;
}

#sidebar a, #sidebar a:visited, #sidebar a:active {
  color: #000;
  font-variant: normal;
  text-decoration: none;
  font-family : Verdana, Arial, Tahoma sans-serif;
}
#sidebar a:hover {
  color: #085984;
  text-decoration: none;
}

#side_bn {
  margin : 4px 0 8px 0;
  border-bottom: solid 0px #009900;
}


/* ---- FOOTER DIV ----*/
#footer {
  clear: both;
  background: #f0f0f0;
  font-size: 13px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  color: #000;
  border-top: solid 2px #009900;
  border-bottom: solid 4px #009900;
}

#footer a, #footer a:visited, #footer a:active {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  color: #009900;
}

/* ---- TOP DIVS ---- */
#top {
  clear: both;
  color: #000000;
  width: 800px;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}

#topcontent{
  float: left;
  width: 780px;
  padding: 10px;
  margin-top: 0;
}

.post_news {
  border: 0px solid #999999;
  padding: 0;
  margin: 4px;
}

#flash {
  margin-bottom: 10px;
}

#top_news {
width: 580px;
margin: 0 0 10px 0;
font-size: 1em;
color: #000;
border-collapse: collapse;
border: solid 1px #af782a;
}

#top_news a {
text-decoration:underline;
}

#top_news td {
text-align: left;
padding: 4px;
}

#news {
  border-top-color: #9999cc; /* ?㘧?̐F */
  border-bottom-color: #4a331a; /* ???g?̐F */
  padding: 2px; /* ?]???̕? */
  border-style: double; /* ?g?̎헞 */
  border-width: 4px 0px; /* ?g?̕? */
  line-height: 1.9em; /* ?s?̍??? */
  margin-top: 10px;
  font-size: 1.1em;
  font-weight:bold;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  background-color:#f0f0f0;
}

#top_info {
width: 580px;
margin: 0 0 10px 0;
font-size: 1em;
color: #000;
border: solid 0px #009900;
border-collapse: collapse;
}

#top_info td {
text-align: left;
padding: 4px;
border: solid 1px #4a331a;
}

#top_info th {
background-color: #ffccff;
text-align: center;
padding: 6px;
border: solid 1px #4a331a;
}

#top_info ul {
margin: 0 0 0 25px;
padding: 0;
}

#top_info2 {
width: 580px;
margin: 0 0 10px 0;
font-size: 0.8em;
color: #000;
border: solid 1px #00236f;
border-collapse: collapse;
}

#top_info2 a {
text-decoration:underline;
}

#top_info2 td {
text-align: left;
padding: 4px;
border-bottom: dashed 1px #4a331a;
}

.top_info2_img {
width: 60px;
text-align: center;
border: solid 0px #000000;
border-left: dashed 1px #cccccc;
background-color: #cccccc;
}

#list {
width: 560px;
margin: 10px 0;
font-size: 1em;
color: #000;
border: solid 0px #009900;
border-collapse: collapse;
}

#list th,#list td {
text-align: left;
padding: 4px;
border: solid 1px #4a331a;
}

#list th {
background-color: #ccff99;
text-align: center;
font-size: 1.2em;
padding: 6px;
}

#list ul {
margin: 0 0 0 25px;
padding: 0;
}

#list2 {
width: 560px;
margin: 10px 0;
font-size: 1em;
color: #000;
border: solid 0px #009900;
border-collapse: collapse;
}

#list2 td {
text-align: left;
padding: 4px;
border: solid 1px #4a331a;
}

#list2 th {
background-color: #ffccff;
text-align: center;
padding: 6px;
border: solid 1px #4a331a;
}

#list2 ul {
margin: 0 0 0 25px;
padding: 0;
}

#data {
width: 560px;
margin-left: 10px;
border-collapse: collapse;
margin-bottom: 10px;
}

#data {
width: 560px;
margin-left: 10px;
border-collapse: collapse;
margin-bottom: 10px;
}

#data th,#data td {
width: 25%;
text-align: left;
padding: 4px;
border: solid 1px #4a331a;
}

#data th {
background-color: #ffcc99;
text-align: center;
padding: 6px;
}

#data ul {
margin: 0 0 0 25px;
padding: 6px;
}

td.color {
background-color: #ffffcc;
}

#sample {
width: 778px;
float: center;
border-collapse: collapse;
margin-bottom: 10px;
}

#sample th,#sample td {
width: 33%;
text-align: center;
padding: 2px;
border: solid 0px #4a331a;
background-color: #f0f0f0;
}

#sample th {
background-color: #cc9999;
text-align: center;
padding: 6px;
}

#sample ul {
margin: 0;
padding: 6px;
}

#topics {
float:left;
width: 280px;
margin-top: 20px;
margin-left: 0px;
border-collapse: collapse;
margin-bottom: 10px;
}

#topics th,#topics td {
width: 25%;
text-align: left;
padding: 4px;
border: solid 0px #4a331a;
}

#topics th {
background-color: #ffffff;
}

#topics ul {
margin: 0 0 0 25px;
padding: 6px;
}

#bg_orange {
height: 20px;
padding-top:6px;
padding-left: 10px;
background: url(img/bg_orange.gif) no-repeat ;
border: none;
font-size: 14px;
font-weight:bold;
font-family: Tahoma, Arial, Verdana, sans-serif;
margin: 0 ;
}

#bg_blue {
height: 20px;
padding-top:6px;
padding-left: 10px;
background: url(img/bg_blue.gif) no-repeat ;
border: none;
font-size: 14px;
font-weight:bold;
font-family: Tahoma, Arial, Verdana, sans-serif;
color: #f0f0f0 ;
margin: 0 ;
}

#topbn {
float:right;
width: 280px;
margin-top: 20px;
margin-right: 0px;
border-collapse: collapse;
margin-bottom: 10px;
}

#topbn th,#topbn td {
width: 25%;
text-align: left;
padding: 4px;
border: solid 0px #4a331a;
}

#topbn th {
background-color: #ffffff;
}

#topbn ul {
margin: 0 0 0 25px;
padding: 6px;
}


#searchtop {
width: 580px;
border-collapse: collapse;
maergin-top: 10px;
maergin-bottom: 10px;
}

#searchtop th,#searchtop td {
text-align: center;
padding: 4px;
border: solid 0px #4a331a;
}

#searchtop th {
background-color: #ffffff;
}

#searchtop ul {
margin: 0 0 0 25px;
padding: 6px;
}


#shop {
width: 560px;
margin: 0;
border-collapse: collapse;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

#shop th,#shop td {
width: 50%;
text-align: center;
padding: 2px;
border: 0;
}


span.listprice {
  color: #cc0000;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight:bold;
}

span.dataprice {
  color: #cc0000;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-weight:bold;
}

span.datashop {
  color: #cc0000;
  margin: 0;
  padding: 0;
  font-size: 1em;
}