@charset "euc-jp";
/*
Title: WebFrog Blog Default Theme
Revision: $Revision: 1.0 $
Author: kaeru
Access: frog.cutlet@gmail.com
License: GPL
Comment: WebFrog Blog デフォ･?トテーマ

Copyright 2006 (C) by kaeru <frog.cutlet@gmail.com>
*/

/* ---------- Base ---------- */
body {
	background-color:#FFFFFF;
	color:#555555;
	width:760px;
	margin:15px auto 15px auto;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
}

body, tr, td, textarea {
	font-size:10pt;
	font-family:Verdana,Geneva,Arial,Sans-serif;
}

hr.sep {
	display:none;
}

/* ---------- Link ---------- */

a:link, a:visited {
	color:#C60;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 a:link {
	color:#000000;
	text-decoration:none;
}

h1 a:visited {
	color:#000000;
	text-decoration:none;
}

h1 a:hover {
	color:#000000;
	text-decoration:underline;
}

/* ---------- H1-H4 ---------- */
h1 {
	color:#FFFFFF;
	height:45px;
	
	background-color:#F0F0F0;
	background-image: url();
	background-position: left center;
	background-repeat: no-repeat;
	margin:0px 0px 0px 0px;
	padding:23px 0px 0px 20px;
	font-size:150%;
	letter-spacing:3px;
	font-weight:normal;
	border-bottom: solid 1px #AAAAAA;
}

h2 {
	color:#555555;
	font-size:100%;
	margin: 15px 0px 15px 0px;
	padding:5px 0px 5px 6px;
	border-top: dashed 1px #AAAAAA;
	border-bottom: dashed 1px #AAAAAA;
}

h3 {
	color:#555555;
	font-size:100%;
	margin: 15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

span.sanchor {
	background-image: url();
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-right:0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-size: 1px;
}

span.canchor {

}

h4 {
	color:#555555;
	font-size:100%;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* ---------- sidebar ---------- */
div.main {
	width:485px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 15px;
}

div.sidebar {
	width:200px;
	font-size:80%;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

div.sidebar p{
	border: solid 1px #BBBBBB;
	text-align:center;
	vertical-align:middle;
	margin: 15px 0px 15px 0px;
	padding: 2px 0px 2px 0px;
}

p.recentitem {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.recentsubtitles {
}

div.tag {
}

div.sidebar form {
}

div.sidebar ul{
	margin: 15px 0px 15px 30px;
	padding: 0px 0px 0px 0px;
	list-style-type:square;
}

div.rss-recent ul{
}

div.rss-recent li{
}

div.rss-recent-title {
}

div.calendar {
}


div.footer {
	border-top: dashed 1px #BBBBBB;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

/* ---------- adminmenu ---------- */
div.adminmenu {
}

span.nyear {
}

div.weather {
}

/* ---------- Section ---------- */
div.day {
	margin: 0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

div.body {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.section {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.section p {
	margin: 15px 0px 15px 30px;
	padding:0px 0px 0px 0px;
}

div.section ul{
	margin: 5px 0px 5px 35px;
	padding: 0px 0px 0px 0px;
	list-style-type:square;
}

div.section blockquote {
	font-style:italic;
}

/* ---------- Caption ---------- */
div.caption {
	font-size:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 0px;
	border-bottom: dashed 1px #AAAAAA;
}

/* ---------- Comment ---------- */
div.commentshort p {
	line-height:175%;
	font-size:90%;
	margin:0 0 3px 1.5em;
}
div.commentbody {
	margin:1em 1em 0 1em;
}

div.commentbody p  {
	line-height: 175%;
	margin:0.5em 0 1em 1em;
}

span.commentator {
	color:#960;
	font-weight:bold;
}

span.commenttime{
	font-size:80%;
}

/* ---------- Referer ---------- */
div.refererlist {
	color:#960;
	margin:1em 0 1em 0;
	font-size:80%;
}

div.refererlist ul {
	color:#960;
	line-height:1.5em;
}

div.referer {
	font-size:80%;
	color:#960;
	margin: 15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
}

/* ---------- Image ---------- */
img {
	border: none 0px #BBBBBB;
}

/* ---------- Form ---------- */
input, textarea, select {
	border: solid 1px #AAAAAA;
	background-color:white;
}

button, input.submit {
	border: solid 1px #AAAAAA !important;
	background-color:#EEEEEE !important;
}