@charset 'utf-8';

body
{
    background-color: white;
    color: black;
    font-family: 'メイリオ', 'Arial', sans-serif;
    line-height: 1.4;
    font-size: 95%;
}

*
{
    margin: 0;
    padding: 0;
}

a:link
{
    color: #575f72;
    text-decoration: none;
    border-bottom: 1px solid #575f72;
}
a:visited
{
    text-decoration: none;
    border-bottom: 1px solid #a7afc2;
}

img
{
    padding: 0.2em;
    border: 1px solid #c0c0c0;
}

a img
{
    border: 1px solid #575f72;
}

p
{
    text-indent: 1em;
    margin: 1em 0;
}

dl 
{
	line-height: 1.1;
}

dt, dd
{
	line-height: 1.1;
}

address 
{
	font-style: normal;
	height: 1em;
	display: block;
	text-align: right;
}

table
{
    border: 1px solid #575f72;
}
table tr
{
    border: 0 none transparent;
    margin: 0;
}

 table tr th
,table tr td
{
    padding: 0.2em;
    border: 0 none transparent;
    border-bottom: 1px solid #c0c0c0;
}

table tr th
{
    background-color: #575f72;
    color: white;
}
table tfoot tr td
{
    background-color: #f0f0f0;
    color: black;
}
table tr td
{
}

ul
{
    margin-left: 3em;
}

li
{
    margin: 0.3em 0;
}

img
{
}

/* content */
body
{
    text-align: center;
}

pre
{
    padding: 0.5em;
    border: 1px solid #575f72;
    background-color: #f0f0f0;

    font-size: 90%;
    font-family: 'Consolas', monospace;

    overflow: scroll;
}

h1 a:link,
h1 a:visited
{
    color: black ! important;
    border: 0 transparent none ! important;
}

#content
{
    text-align: left;
    margin: auto auto;
    width: 70%;
    max-width: 60em;
}

.archive-header h2
{
    font-family: 'Calibri', 'Lucida Sans Unicode', sans-serif;
    color: #808080;
    font-size: 4em;
    font-weight: normal;
    background: transparent url(../images/w-normal.png) no-repeat left bottom;
    padding-left: 0.5em;
    margin-top: 0.25em;
}

.day
{
    margin: 1em;
}
.day-header
{
    font-family: 'Calibri', 'Lucida Sans Unicode', sans-serif;
    color: #c0c0c0;
}
.day-header h2
{
    font-weight: normal;
}
.day-header h2.w-sun
{
    background: transparent url(../images/w-holiday.png) no-repeat left bottom;
    padding-left: 1em;
}
.day-header h2.w-sat
{
    background: transparent url(../images/w-sat.png) no-repeat left bottom;
    padding-left: 1em;
}
.day-header h2.w-mon,
.day-header h2.w-tue,
.day-header h2.w-wed,
.day-header h2.w-thu,
.day-header h2.w-fri
{
    background: transparent url(../images/w-normal.png) no-repeat left bottom;
    padding-left: 1em;
}
.day-header h2 .datetime-weekday
{
    display: none;
}
.day-header h2 .datetime-day
{
    font-size: 4em;
    margin: 0;
}
.day-header .datetime-month-and-year
{
    margin-left: 0.5em;
    font-size: 0.9em;
}
.day.first-element
{
    border-top: 0 none transparent; 
}

/* entry */
.entry
{
    padding: 2em 0 0 0;
    margin-left: 4em;
    margin-bottom: 1.5em;
    border-top: 1px solid #c0c0c0;
}
.entries .first-element
{
    border-top: 0 none transparent; 
}
.entry-header
{
    margin-bottom: 1em;
}
.entry-body
{
    margin-left: 1em;
}
.entry-footer
{
    text-align: right;
}
.entry-footer p
{
    margin-bottom: 0;
    font-size: 80%;
}

#feedbacks
{
    margin: 5em 0 0 0;
    padding-top: 1em;
    border-top: 1px solid #c0c0c0;
    font-size: 90%;
}

#feedbacks h3
{
    text-align: right;
    font-weight: normal;
    font-size: 90%;
    margin-bottom: 1em;
}

#feedbacks h4
{
    font-weight: bold;
    margin: 1.5em 0 1em 0;
}

#feedbacks dl
{
    margin-left: 1.5em;
}
#feedbacks dl dt
{
    line-height: 1.5;
    border-left: 0.3em solid #c0c0c0;
    padding-left: 1em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
#feedbacks dl dd
{
    padding: 0.5em;
    background-color: #f0f0f0;
}

#comment-form dt
{
    margin: 0.5em;
}

#comment-form dd #comment-form-url
{
    width: 100%;
}
#comment-form dd textarea
{
    width: 100%;
}

#comment-form-body
{
    border: 1px solid white;
}

#comment-form-toggle
{
    display: none;
}

#comment-form-buttons
{
    text-align: center;
}

#header
{
    height: 250px;
    border-bottom: 1px dashed #c0c0c0;
    line-height: 250px;
    overflow: hidden;
    background: transparent url(../images/heading/background_17.jpg) no-repeat right center;
}
#header h1
{
    font-weight: normal;
}

#content a:visited
{
    color: #575f72;
    border-bottom: 1px solid #b7bfd2;
}

#footer
{
    border: 1px solid #c0c0c0;
    background-color: #f0f0f0;
    padding: 1em;
    padding-top: 0;
    font-size: 80%;
}

#footer dl
{
	margin: 0 0 1em 0;
}
#footer dl dt
{
	margin: 2em 0 0.5em 0;
	display: block;
}
#footer dl dt.first-element
{
	margin: 0 0 0.5em 0;
}
#footer dl dd
{
	display: inline;
}
#footer .footer-common-first
{
    border-top: 1px solid #c0c0c0;
    padding-top: 1em;
}
#powered-by
{
    position: relative;
    top: 2em;
}
#powered-by a:link,
#powered-by a:visited,
#powered-by a:hover
{
    text-indent: 0;
    font-size: 80%;
    border: 0 transparent none;
    color: #e0e0e0;
}

.pager 
{
	font-size: 85%;
	text-align: right;
	margin: 2em 0 2em 0;
}

