
body  {
   margin:		0em 0em 0em 0em;
   background-color:	#fff; 
   color:            	#000;
}
/*
a {
  text-decoration: 	none;
  background-color: 	transparent;
  color: 		#00f;
}

a:link {
  background-color: 	transparent;
}
a:visited {
  background-color: 	transparent;
}
a:active {
  background-color: 	transparent;
  text-decoration:	underline;
}
a:hover {
  background-color: 	transparent;
  text-decoration:	underline;
}
*/
span.adminmenu {
  padding: 		5px;
  border-style: 	solid;
  border-color: 	#000;
  border-width:     0px 1px 1px 0px;		
}

div.header {
   margin:		0em 0em 0em 0em;
   padding: 90px 1em 0.5em 1em; 
   background-image: url(header.jpg);
   background-repeat: repeat-x;
   background-attachiment: fixed;
   background-position: left top;
/*   height: 160; */
}

div.day {
  background-color: 	#fff;
  margin: 		0em 0.5em 1em 0.5em;
  border-style:		solid;
  border-color:		#000;
  border-width:		1px;
}

div.body {
  margin: 	 	1em;
  padding:         	4px;
}

h1 {
  font-size:		150%;  
  text-align: 	 	left;
}

div.header h1 {
	margin: 0em 0em 0.5em 0em;
}

h2 {
  margin:	      	0em 0.5em 0.1em 0.5em;
  padding:         	2px 0px 2px 4px;
  border-style:    	solid;
  border-color:    	#000;
  border-width:    	0px 0px 2px 0px;
  background:		#fff;
  color:		#000;
}

h2 span.date {
  font-size:		medium;
}

h2 span.title {
  font-size:		medium;
}


div.section {
  margin:	0.7em 0em 1.5em 0em;
}

h3 {
  margin: 	 	0em;
  padding:         	0px 0px 0px 0px;
  font-size:		1em;
  font-weight:     	bold;
}

div.section p {
  line-height: 	 	130%;
  margin:		0.5em 0.5em 0.5em 2em;
}

div.header p {
	margin: 0.5em 0em 0.5em 2em;
}

div.referer {
  margin-top:    	0em;
  margin-left:   	3em;
  margin-right:  	3em;
  margin-bottom: 	0em;
  padding: 	 	2px;
  text-align: 		right;
  font-size: 	 	small;
}

pre {
  padding: 	  	1em;
  background-color: 	#fff;
  color: 		#000;
  border-style:     	solid;
  border-color:    	#800;
  border-width:     	1px 1px 1px 1px;
}

p.adminmenu {
  text-align: 	 	right;
  font-size: 	 	small;     
}

div.comment {
  margin-top:    	1em;
  margin-left:   	3em;
  margin-right:  	3em;
  margin-bottom: 	0.5em;
  padding: 		2px;
  border-style: 	solid;
  border-color: 	#000;
  border-width:     	1px 1px 1px 1px;		
  font-size:		80%;
}

div.caption {
  margin:    		0em;
  border-style: 	dotted;
  border-width:     	0px 0px 1px 0px;		
}

div.commentshort {
  padding: 1em
}

div.commentshort p {
  margin: 0em
}

hr.sep {
  display: 		none;
}

blockquote {
  padding-left: 	2em;
  padding-top: 		0.5em;
  padding-bottom:	0.5em;
  padding-right: 	2em;
  border-style: 	solid;
  border-color:	       	#000;
  border-width:    	2px 0px 2px 0px;
}

img {
  border-width:		0px;
}

table {
  margin: 0.5em 0.5em 0.5em 3em;
  border-collapse:	collapse;
}

th {
  border-color: 	black;
  border-style:		solid;
  border-width: 	1px;
  text-align:		left;
  padding: 		2px;
  vertical-align:	top;
}
td {
  border-color: 	black;
  border-style:		solid;
  border-width: 	1px;
  text-align:		left;
  padding: 		2px;
  vertical-align: 	top;
}

div.footer {
  clear: both;
  border-style:		double;
  border-color:		#000;
  border-width:		3px 0px 0px 0px;
  padding:		5px;
  text-align:		right;
}

/*
   更新フォーム
*/

div.form div.caption {
  border-style: none;
}

form.update {
  padding: 1em;
  background-color: #ccc;
}

div.form form {
        margin: 1em;
}

div.form div.caption {
        font-size: 0.9em;
        margin: 0.5em;
}

div.form form.comment {
        font-size: 0.9em;
}

div.field {
        display: inline;
        margin-right: 2em;
}

form.comment input {
        background-color: white;
        margin-left: 1em;
}

div.textarea {
        display: block;
        vertical-align: top;
}

form.comment textarea {
        display: block;
        background-color: white;
        margin-left: 3em;
        width: 30em;
        height: 5em;
}

/* スパム対策のため、email入力は非表示 */
form.comment div.mail {
	display:none
}

div.button {
        display: block;
        margin-left: 3em;
}

form.update input, form.update textarea, form.commentstat input {
        background-color: white;
}

form.update span.field {
        display: inline;
        margin-left: 0em;
        margin-right: 0.5em;
}

form.update div.field.title {
        display: block;
        margin-top: 1em;
}
form.update div.field.title input {
        margin-left: 0.5em;
}

form.update div.textarea {
        display: block;
        margin-top: 1em;
}

form.update textarea {
        display: block;
        margin-left: 3em;
        margin-bottom: 1em;
        width: 35em;
        height: 15em;
}

form.update span.checkbox.hidediary {
        margin-left: 1em;
}

/*
ツッコミ状態変更フォーム
*/
div.comment form {
        margin-top: 0em;
}


/*
   プラグイン対応
*/

/* calendar */
div.calendar {
  text-align: right
}

/* calendar2 */
p.calendar {
  text-align: right;
}


table.calendar {
  border-style: 	solid;
  border-color: 	#000;
  border-width:    	1px;
  margin:		2px auto;
}

table.calendar td {
  border-width: 	0px;
  text-align:		center;
  padding: 		2px;
  vertical-align: 	top
}

/* recent_list */

p.recentitem {
  border-style: 	solid;
  border-color: 	#000;
  border-width:    	0px 0px 1px 0px;		
}

div.recentsubtitles {
  margin-top: 		-0.5em;
  padding:     		5px;
}

/* namazu */

div.namazu {
    text-align: right;
}

/* fn */

div.footnote {
  clear:		both;
  padding:		0.5em;
  margin-top:    	2em;
  margin-left:  	3em;
  margin-right:  	3em;
  margin-bottom: 	1em;
  border-style: 	solid;
  border-color: 	#000;
  border-width:     	1px 0px 0px 0px;
  font-size:		80%;
}

p.footnote {
  margin: 0em
}

span.footnote {
  vertical-align: baseline;
  font-size: 70%;
}

p.songname {
  text-align: right
}
/*
   イメージアンカー対応
*/

span.sanchor {
  background-image: 	url(star-white.png);
  background-position: 	bottom left;
  background-repeat: 	no-repeat;
  padding: 		30px 25px 0px 0px;
  background-color: 	transparent;
  color: 		#fff;
  font-size: 		1px;
}

/* 星図 */
img.chart {
  border-style: 	solid;
  border-color: 	#800;
  border-width:     	1px 1px 1px 1px;
}

div.main {
  width: 		75%;
  float:		left;
}

div.sidebar {
  margin:		0px 0.5em 0px 75%;
  border-style:		solid;
  border-color:		#000;
  border-width:		1px 1px 1px 1px;

}


div.sidemenu {
	margin: 3px;
	padding: 2px 2px 2px 5px;
	background-color: #ccc;
	border-style: solid;
	border-color: #666;
	border-width: 1px 0px 1px 0px;
	font-size:    80%;
}

div.sidelink {
	margin: 1em 0em 1em 0em;
	font-size:  80%;
}

div.sidebar h2 {
	font-size:  80%;
}

div.sidebar ul {
        line-height: 120%;
        margin: 0.5em 1em 1em 2em;
        padding: 0px;
	font-size:    80%;
}

div.todo-title {
	margin: 3px;
}

div.todo-title p {
	margin: 0px 0px 0px 0px;
	padding: 2px;
	background-color: #ccc;
	border-style: solid;
	border-color: #666;
	border-width: 1px 0px 1px 0px;
	font-size:    80%;
}

div.todo-body {
	margin: 3px 5px 5px 0.5em;
}

.kakeibo-sheet {
/*	width: 95%;*/
	margin: 3px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	font-size:    80%;

}

.kakeibo-sheet td {
	vertical-align: bottom;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	padding: 2px 2px 2px 0.5em
}

.kakeibo-num {
	width: 1em;
	text-align: right;
}

.kakeibo-currency {
	text-align: right;
}

.spec-sheet {
/*	width: 95%;*/
	margin: 3px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	font-size:    80%;
}

.spec-sheet td {
	vertical-align: top;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	padding: 2px 2px 2px 0.5em
}

.spec-num {
	width: 1em;
	text-align: right;
}

.list {
	margin: 1em 3em 1em 3em;
	border-style: solid;
	border-color: #000;
	border-width: 1px;

}

.list th {
	vertical-align: bottom;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	padding: 2px 2px 2px 0.5em
}

.list td {
	vertical-align: bottom;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	padding: 2px 2px 2px 0.5em
}

.list-num {
	width: 1em;
	text-align: right;
}



div.adsense {
	text-align: center
}

