@charset "UTF-8";
/* CSS Document */

div#pageContentsWrap3 { min-height: 200px; }
html, div, h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, table, td, th {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 150%;
    font-weight: normal;
    color:#007EC7;
}

/*
------------------------------------------------------------------------------------
*
*
*		223interview left-menu
*
*
------------------------------------------------------------------------------------
*/
.widget {
    margin: 0 20px 20px;
}
.widget-archive-monthly .widget-header,
 .widget-calendar .widget-header,
 .widget-recent-entries .widget-header,
 .widget-archive-category .widget-header,
 .widget-archive-current-category-monthly .widget-header {
    border-bottom: 1px solid #AAAAAA;
    font-size: 87.5%;
    margin-bottom: 0.5em;
}
.widget-header {
    color: #007EC7;
    text-align: left;
}
.widget-calendar table {
    width: 100%;
}
.widget-calendar {
	line-height: 1.3em;
}
.widget-calendar table th {
    color: #888888;
    font-weight: normal;
    text-align: center;
}
.widget-calendar table td {
    color: #888888;
    padding: 0;
    text-align: center;
}
.widget-calendar table td a:visited {
	text-decoration: underline;
}

/*
------------------------------------------------------------------------------------
*
*
*		223interview contents
*
*
------------------------------------------------------------------------------------
*/
.blg-content {
    margin-bottom: 100px;
}
.blg-title {
    margin-bottom: 20px;
}
.blg-body {
    min-height: 300px;
}
.mt_date {
    font-size: 0.8em;
}
.blg-content-line {
    border-top: 1px dotted #007EC7;
    clear: both;
    font-size: 0.8em;
    text-align: right;
}

/*
------------------------------------------------------------------------------------
*
*
*		comments
*
*
------------------------------------------------------------------------------------
*/

div#comments {
	margin: 2em 0;
	_height: 1px; /* for IE6 */
}
div#comments h2 {
	color:#555;
	font-size:0.8em;
}

.comment {
	background-color:#f1f1f1;
	padding:1em;
	margin-bottom:1em;
}
.comments-open-content {
	background-color:#eeeeee;
	padding:1em;
}
#comment-form-name {
	padding-bottom:1em;
}

#comment-author {
	font-size:17px;
}
#comment-text {
	width:90%;
	height:18em;
	margin-bottom:0.25em;
}

/*
------------------------------------------------------------------------------------
*
*
*		223interview list
*
*
------------------------------------------------------------------------------------
*/

.blg-list-content {
    font-size:1.0em;
    margin-bottom:0px;
}
.blg-list-title-left {
    float:left;
    width:65%;
}
.blg-list-title-left h2 {
    font-size:1.0em;
}
.blg-list-title-right {
    float: right;
    font-size: 0.8em;
    text-align: right;
}
.blg-list-body {
    clear:both;
    margin:0;
    padding:0;
}
.blg-list-line {
    border-top: 1px dotted #007EC7;
    clear: both;
    margin:20px 0;
}

.blg-content-line .fb_edge_widget_with_comment { float:left !important; margin-top:3px; }
.link-prev-next {
    margin-top:5px;
    clear:both;
    text-align:right;
}