/*
Theme Name: lc001
Version: 1.0
Description: A theme created by Hiroshi Ohnuma (Dischord Japan Inc.) 
Author: Hiroshi Ohnuma
*/


/* standard elements */
html {min-height: 100%;}

* {
  margin: 0;
  padding: 0;
}

a, a:active, a:visited {
  color: #0044cc;
  text-decoration: none;
}
a:hover  {
color: #ff6600;
text-decoration: none;
}
a img {
border: none;
}

body {
  font-size: 90%;
  color: #444;
  font-family: Osaka, Verdana, sans-serif;
  background: #666666 url(http://manab.sakura.ne.jp/cms/wp-content/themes/cms/lc001/images/xxx.gif) repeat-y center ;
}

p,ul {padding-bottom: 0.3em;}
li {list-style: none;}

h1 {font: bold 1.6em Tahoma,sans-serif;}
h2 {font: boid 1.4em sans-serif;}
h3 {font: bold 1.2em Tahoma,sans-serif;}

h1 {color: #553; margin-bottom: 4px;}
h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

form {
  margin-bottom: 10px;
}

h3 {
  color: #de2478;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
#inner-container {
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	background: #fff;
	font-size: 0.95em;
	margin: 0 auto;
	padding: 10px;
	width: 900px;
}

#outer-container {
	background: url(img/container.jpg) no-repeat center bottom;
	
}

/* ---- WRAPPER DIV ---- */

#wrap{
  width: 900px;
  height: 100%;
  border: 0px solid #999999;
  border-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff ;
}

/* ---- HEADER STUFF ---- */

#header {
  height: 70px;
  width: auto;
  background: #fff;
  margin: auto;
  padding: 2px;
}

.relative   {position: relative;}

#header h1 {
  position: absolute;
  top: 2px;   
  left: 8px; 
}

#header .descrip {
  position: absolute;
  color: #000;
  font-size: 12px;
  top: 20px;   
  left: 740px;
}

#topfeed {
  width:auto;
  height:auto;
  position: absolute;   
  top: 10px;   
  left: 180px;
  font-size:12px;
}

#topfeed a {
  text-decoration:none;
  color:#f0f0f0;
}

#topfeed a:hover {
  text-decoration:underline;
  color:#ccc;
}

#header .twitter {
  position: absolute;
  top: 30px;   
  left: 410px;
}

#header .qr {
  position: absolute;
  top: 20px;   
  left: 860px;
}

#header .feed2 {
  position: absolute;
  top: 40px;   
  left: 770px;
}

#header .twitter2 {
  position: absolute;
  top: 40px;   
  left: 790px;
}

#header .facebook2 {
  position: absolute;
  top: 40px;   
  left: 810px;
}

#header .youtube2 {
  position: absolute;
  top: 40px;   
  left: 830px;
}

#headermenu {
	margin: 0;
	padding:0;
	border: 0;
}

#advert {
  width: auto;
  background: #fff;
  margin: auto;
  text-align: center;
}

#topmenu {
  background: #fff;
  width: 900px;
  font-size: 14px;
  height:24px;
  line-height:20px;
  margin:0 auto;
  padding:0;
  border-top: solid 1px #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: #000;
  font-variant: normal;
  text-decoration: none;
  border-right: solid 1px #fff;
  padding: 2px 12px;
}

#topmenu a:hover, 
#topmenu a:active
{
background: #fff;
color:#ff6600;
}
#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:#ff6600;
}

#topmenu #rss a {
	float: right;
	padding-left: 30px;
	background: url(images/rss.gif) no-repeat 10px 50%;
	border: none;
	border-left: 1px solid #ffffff;
}

#topmenu #rss a:hover {
	background-color:#ccc;
}

#breadcrumb {
  float: right;
  font-size: 10px;
  padding: 4px 20px;
  line-height:14px;
}


/* ---- MAIN ---- */
#main {
  clear: both;
  background: #FFF;
  margin-top: 4px;
  padding: 2px 0;
}

/* content */
#content{
  float: left;
  width: 680px;
}

/* ---- MAIN WIDE ---- */
#main-wide {
  clear: both;
  width: 900px;
}

#content-wide{
  width: 900px;
}

/* ---- SIDEBAR ---- */
#sidebar {
  float: right;
  width: 200px;
  margin: 0 0 20px 0;
  font-size: 0.9em;
  background: #f0f0f0;
}

#sidebar ul {
  padding: 0;
  border-top: 1px solid #EAEADA;
  margin: 0;
}

#sidebar ul li {
  margin: 5px;
}

#sidebar ul li ul {
  border: 0;
}

#sidebar ul li ul li{
  border: 0;
  padding-left: 2em;
  background: url(http://manab.sakura.ne.jp/cms/wp-content/themes/cms/lc001/images/icon_side.gif) no-repeat 10px 50%;
}

#sidebar li ul {
  padding: 0 4px;
  margin: 0;
}

#sidebar h2 {
  color: #de2478;
  background: #fff;
  border-bottom:solid 1px #de2478;
  font: bold 1.1em Tahoma,sans-serif;
  margin: 0;
  padding: 6px;
}

#sidebar h3 {
  margin: 10px 0;
  padding:0;
  text-align: center ;
}

#sidebar ul h2 {
  background: #fff;
  color: #085984;
}

#sidebar a, #sidebar a:visited, #sidebar a:active {
  color: #0044cc;
  font-variant: normal;
  text-decoration: none;
  font-family : Verdana, Arial, Tahoma sans-serif;
}
#sidebar a:hover {
  color: #ff6600;
  text-decoration: none;
}

/* ---- 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: #ff6600;
}

.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 0 10px 0;
  color: #85984;
  border-bottom: 1px dashed;
}

.post h2.post-title  {
  font-size: 1.4em;
  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 1px;
}

.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 {
  margin: 0 0 10px 10px;
}

.post ul li{
  list-style-type: square;
  margin: 0 4px 0 20px;
}

.post ol li {
  list-style-type: decimal;
  margin: 0 10px 10px 30px;
}

.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;
}

.post img  {
  padding: 0 ;
  margin: 4px;
  border: 1px solid #000000;
}

.post a img {
    border: 1px solid #00f;
    margin: 4px;
}
.post a:hover img {border-color: #f60;}

.zero img {
    border: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.post dl {
    padding: 10px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
}
.post dt {
    color: #090;
    font-weight: bold;
}
.post dd {
    padding: 6px 0 10px 10px;
}

.photoboxright {
    float: right ;
    width: 200px;
    margin: 0 0 10px 10px ;
    padding: 0;
}
.photoboxleft {
    float: left ;
    width: 200px;
    margin: 0 10px 10px 0;
    padding: 0;
}
.left {
    float: left;
    margin: 0 6px 0 0;
}
.right {
    float: right;
    margin: 0 0 0 6px;
}

.caption {
    font-size: 0.8em;
    color: #630;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 0.9em;
}

.twthis {margin:10px 0;}

/*---- COMMENTS and FORMS ----*/

dl dt {
  font-weight:bold;
  margin:5px 5px;
}

dl dd {
  margin-left: 5px;
  padding-left: 15px;
}

#commentform {
  margin:10px;
  margin-top: 20px;
  padding:10px;
  padding-top: 5px;
}

#commentform p {
  padding: 5px;
}

.cmtinfo {
  background: #de2478;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
}

.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 #de2478;
  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;
}


/* ---- FOOTER DIV ----*/
#footer {
  clear: both;
  background: #f0f0f0;
  font-size: 0,8em;
  line-height: 1em;
  margin: 10px 0 0 0;
  padding: 5px;
  text-align: center;
  color: #000;
}

#footer a, #footer a:visited, #footer a:active {
  color: #000;
  font-size: 0,8em;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  color: #fff;
}

/* ---- TOP DIVS ---- */
#boxleft {
float: left ;
width: 200px;
margin: 0;
padding: 0;
}

#boxmain {
float: right;
width: 460px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

.top {
  width:460px;
}

.top h2 {
  margin-left: 10px;
  margin-right: 10px;
  color: #85984;
  border-bottom: 0px solid;
}

.top h2.top-title  {
  font-size: 1.2em;
  font-weight:bold;
  background:#f0f0f0;
  margin:10px 0 0 0;
  padding:5px 5px;
  border-right:solid 0px #ccc;
  border-bottom:solid 0px #ccc;
  border-left:solid 10px #f60;
}

.indexx {
  padding:6px;
  color: #85984;
  line-height:1.1em;
  border-bottom: 1px dotted #666;
}

.topcatch {
  font-size: 0.9em;
  font-weight:normal;
  background:#000000;
  margin: 0;
  padding: 2px 4px;
}

.topnewsboxmain {
width:460px;
background:#333300;
color:#ffffff;
border: solid 1px #ccc;
border-collapse: collapse;
margin-bottom: 0px;
}

.topnewsboxmain td {
width: 450px;
padding: 4px;
}

.topnewsboxmain a, .topnewsboxmain a:visited {
  color: #3399ff;
  text-decoration: none;
}
.topnewsboxmain a:hover, .topnewsboxmain a:active {
  color: #ff6600;
}

.topnewsboxmain p {
  padding: 5px 1px;
}

.topnewsboxmaintext td {
width: 160px;
padding: 4px;
font-size: 0.8em;
}

.topnewsbox {
width: 460px;
color:#ffffff;
border: solid 1px #ccc;
border-collapse: separate;
}

.topnewsbox th {
width: 150px;
border:solid 1px #ccc;
padding: 4px 10px;
background-color: #ccc;
font-size: 1em
}

.topnewsbox td {
width: 150px;
font-size: 0.8em;
border:solid 1px #ccc;
background-color: #333300;
padding: 4px;
}

.topnewsbox a, .topnewsbox a:visited {
  color: #3399ff;
  text-decoration: none;
}
.topnewsbox a:hover, .topnewsbox a:active {
  color: #ff6600;
}

.topnewsbox p {
  padding: 5px 1px;
}

dl.topics {   
 border:0px solid #999;   
 border-collapse: collapse;
 width:460px; 
}   
dl.topics dt {   
 float:left;   
 width:300px;   
 padding:0;   
 clear:both;   
}   
dl.topics dd {   
 width:150px;
 margin-left:310px;   
 padding:0;
} 

table .topbox {
width: 670px;
}

.topbox td {
}

.bn {
width: 200px;
text-align: center;
padding: 0;
margin: 10px 0;
background-color: #ffffff;
}

table.topboxinn {
width: 460px;
margin: 0 0 0 0;
border-collapse: collapse;
}

.topboxinn td {
}

.topboxleftside {
width: 200px;
margin: 0;
border:solid 0px #ccc;
border-collapse: collapse;
}

.topboxleftside h2 {
color: #de2478;
border-bottom:solid 1px #de2478;
background: #fff;
font: 0.9em Tahoma,sans-serif;
margin: 0;
padding: 6px;
}

.topboxleftsidetext {
font-size: 0.8em;
background: #f0f0f0;
margin:0 0 10px 0;
padding: 4px;
}

#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;
}

#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;
}



span.listprice {
  color: #cc0000;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight:bold;
}

#title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	height: 25px;
	width: 680px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#tx {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	width: 650px;
	padding-left: 30px;
	padding-bottom: 5px;
}
#st {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	height: 20px;
	width: 665px;
	background-color: #CFF;
	margin: 0px;
	vertical-align: baseline;
	padding-left: 15px;
}
#t1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background-color: #CCF;
	height: 20px;
	width: 680px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}


.table_nenpi{
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
}
.table_nenpi th{
width:25%;padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;color:#3366CC;
background-color:#99CCFF;
border:1px solid #6699CC;
font-size:80%;
}
.table_nenpi td{
padding:4px 2px 2px 4px;
background-color:#EEEEEE;
border:1px solid #6699CC;
}


/* ---- Center RSS ---- */
.rsstc   { font-size: 12px; background-color: #dddddd; margin: 0; padding: 4px 0; }
.rsstc a { color: #0000ff;}
.rsstc em  { font-style: normal; font-weight: bold; margin-left: 10px; padding: 0; }
.rsstc ul   { background-color: #f0f0f0; margin: 0; padding: 0 ;border: solid 2px #dddddd; }
.rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #dddddd; }

