@charset "utf-8";

/* Begin font-family */
body {
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small {
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, Arial, Helvetica, Sans-Serif;
}

h1, h2, h3 {
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar h2 {
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'Lucida Grande', Verdana, Sans-Serif;
}

#commentform p {
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/* End font-family */

/* Begin font-size */
h1 {
	font-size: 3.3em;
	}

h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.2em;
	}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

.commentlist p {
    font-size: 1.1em;
}

#commentform textarea#comment {
    font-size: 1.1em;
    line-height: 150%;
}

.post table {
    font-size: 110%;
}
/* End font-size */

/* Begin pseudo class of a */
#sidebar a:visited {
    color: #663399;
}

.entry p a:visited {
	color: #663399;
	}
/* End pseudo class of a */

/* Begin Typography & Colors */
#headerimg 	{
	height: 92px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.sticky {
	background: transparent;
	padding: 0;
	}
.sticky h2 {
	padding-top: 5px;
    border-color: #a5beef;
	}

div.sticky {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: medium dashed #a5beef;
}

.comment-body ul {
    padding: 0 5px;
}

.comment-body ul li {
    list-style-type: disc;
    font-weight: normal;
    margin: 5px;
    padding: 0px;
}

em {
	font-weight: bold;
	color: maroon;
	font-style: normal;
	}

strong {
	color: maroon;
	}

.post a, .post q, .post strong, .post em {
    margin: 0 3px;
}

.post table {
    margin-left: 10px;
}

.post caption {
    margin-top: 5px;
}

.post th {
    border-top: dashed 2px #c6dbfe;
    border-bottom: dashed 2px #c6dbfe;
}

.post td {
    padding: 2px 5px;
    border-bottom: dashed thin #c6dbfe;
}

pre {
    border: thin solid #D7D7D7;
    background-color: #F7F7F7;
    margin-left: 5px;
    padding: 3px;
}
/* End Typography & Colors */

/* Begin Structure */
#header {
	height: 100px;
	}

#headerimg {
	height: 100px;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 20px;
	}

h2 {
	margin: 30px 0 5px;
	border: solid thin #c6dbfe;
	border-left: solid 8px #c6dbfe;
	padding: 5px;
	padding-left: 7px;
	}

#sidebar h2 {
	padding: 2px 0 0 5px;
	border-left: solid thick #c6dbfe;
	}

h3 {
	padding: 3px 0 3px 5px;
	border-left: solid thick #c6dbfe;
	border-bottom: solid thin #c6dbfe;
	}

h4 {
	border-left: solid thick #c6dbfe;
	padding-left: 4px;
	}

h5 {
	border-bottom: dashed thin #c6dbfe;
    margin-left: 3px;
	}
/* End Headers */

/* Begin Lists */
dl dt {
    font-weight: bold;
    margin-left: 5px;
}

dl dd {
    margin-bottom: 5px;
}

#sidebar li#tag_cloud-2 div {
    margin-top: 5px;
    margin-left: 5px;
}

#sidebar li#tag_cloud-2 a {
    margin-right: 3px;
}
/* End Entry Lists */

/* Begin Various Tags & Classes */
.navigation {
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/

/* Begin Advertisement */
#sidebar div.ad-list {
    height: 120px;
}

div.ad-item {
    float: left;
    text-align: center;
}

.post div.ad-item {
    width: 75px;
    height: 60px;
}

#sidebar div.ad-item {
    width: 63px;
    height: 63px;
}

div.ad-item a {
    margin: 0;
}

div.ad-item a img {
    padding: 6px;
}

div.ad-item a:hover img {
    background-color: #c6dbfe;
}

div.ad-item a:hover img.none {
    background-color: white;
}

#sidebar div.ad-sidebar
{
    text-align: center;
}

div#cse-search-results {
    margin-top: 15px;
}

.post form#cse-search-box {
    margin-top: -30px;
    margin-right: -240px;
    text-align: right;
}

/* End Advertisement */

/* Begin Contact */
form.wpcf7-form {
    text-align: left;
}

form.wpcf7-form span.your-subject input {
    width: 98%;
}

form.wpcf7-form span.your-message textarea {
    width: 98%;
}
/* End Contact */