@charset "Shift_JIS";
@import url("./clear.css");
body 
{
	margin: 24px 32px 16px 32px;
	background-image: url(../images/background.png);
	background-position: left top;
	font-size: 80%;
	color: #3f3f3f;
	background-color: #ffffff;
}

/* ------------------------------- */
/*  header��  */
div.header{
}

div.header p {
	margin : 0px 0px 0px 0px;
}

p#counter {
	text-align : right;
}

p#language{
	text-align : right;
}

p#lastupdate{
	text-align : right;
}

p#description{
	text-align : right;
	color : Silver;
}

/* ------------------------------- */
/* ���j���[ */

div.menu {
	float : left;
	border-color : #DF5757;
	border-width : 0px 1px 1px 1px;
	border-style : solid;
	font-size : 115%;
}
div.menu dt#contents {
	color : #FFFFFF;
}
div.menu dt {
	padding-left:6px;
	background-color:#DF5757;
	font-weight:bold;
}
div.menu dd {
}
div.menu li {
	color: #3f3f3f;
	background-color : #FFFFFF;
	padding-left:4px;
}

/* ------------------------------- */
/*  ���C�� */
div.main {
	margin-left : 250px;
	padding : 4px;
}

/* ------------------------------- */
/* footer */
div.footer {
	margin-left : 60px;
}

div.footer address {
	margin: 0px 0px 0.8em 0px;
	line-height: 1.4em;
	text-align: right;
}

div.footer p {
	font-size : 95%;
}

div.footer hr {
	border: #DF5757 1px solid;
	margin: 0.4em 0em 0.5em 0em;
}

div.footer ul {
	margin-left : 1.4em;
}

/* ------------------------------- */

/* ------------------------------- */

/*
p, blockquote, pre, table, .p, dl, ol, ul
{
	margin: 0px 0px 0.8em 0px;
	padding: 0em 0em 0em 3em;
	line-height: 1.4em;
}
*/
p, blockquote, pre, table, .p
{
	margin: 0px 0px 0.8em 0px;
	padding: 0em 0em 0em 3em;
	line-height: 1.4em;
}


/*
dt, dd, dl
{
	font-size: 1em;
}
*/
blockquote
{
	margin-left: 2.5em;
	padding-left: 0px;
	color: #005f1f;
	background-color: transparent;
	border-left: #005f1f 2px solid;
}
blockquote p
{
	padding-left: 0.5em;
}

strong
{
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 0.8em 0px;
	padding: 4px 2px 2px 4px;
    background-image: url("../images/background.png");
}
a
{
	color: #b02020;
	background-color: inherit;
	text-decoration: underline;
}
a:visited
{
	color: #b08080;
	background-color: inherit;
}
a:hover
{
	color: #ff8080;
	background-color: inherit;
}
h1
{
	font-size: 220%;
	font-weight: bold;
	color: #3f7fbf;
	background-color: transparent;
    background-image: none;
	padding-bottom: 2px;
	border-bottom: #3f7fbf 4px solid;
}
h2
{
	font-size: 160%;
	font-weight: bold;
	color: #1f3f7f;
	background-color: transparent;
	padding-bottom: 2px;
	border-bottom: #1f3f7f 2.5px solid;
	margin-left: 0.5em;
	border: #1f3f7f 1px solid;
	border-top: #afcfff 1px solid;
	border-left: #afcfff 1px solid;
}

h3
{
	margin-left: 1em;
	border: #3f3f3f 1px solid;
	border-top: #dfdfdf 1px solid;
	border-left: #dfdfdf 1px solid;
}

h4
{
	margin-left:1.5em;
	font-size: 90%;
}
hr
{
	border: #3f3f3f 1px solid;
	margin: 0.4em 0em 0.5em 0em;
}
legend, select, option, textarea, label, input, button
{
	border: #000000 1px solid;
}
.center, .center p
{
	text-align: center;
}
.left, .left p
{
	text-align: left;
}
.right, .right p
{
	text-align: right;
}
/*
ol, ul
{
	list-style-position: outside;
}
ul li, ol li
{
	padding: 0em 0em 0em 0px;
	margin-bottom: 0.3em;
}
*/
small, .small
{
    font-size: 80%;
}
small.small
{
    font-size: 60%;
}
big, .big
{
	font-size: 120%;
}
big.big
{
	font-size: 140%;
}


del
{
	color: #9f9f9f;
	background-color: transparent;
	text-decoration: line-through;
}
img.diarypoint
{
	border: 0px;
	margin-right: 4px;
}

span.whiteout
{
	visibility : hidden;
}

div.code
{
	background : #FFFAFA;
	border : 1px solid #FF1493;
	margin-bottom : 10px;
	margin-left : 40px;
	margin-right : 40px;
	margin-top : 10px;
	padding : 10px 10px 10px 5px;
}

.red
{
	color : #FF0000;
}

.code
{
	background : #FFFAFA;
	border : 1px solid #FF1493;
	margin-bottom : 10px;
	margin-left : 40px;
	margin-right : 40px;
	margin-top : 10px;
	padding : 10px 10px 10px 5px;
}

p.feedburnerFlareBlock
{
	text-align: right
}

p.spacer
{
        background-image: url(/images/dot.png); 
}