@charset "UTF-8";

/*
=============================================================================
post.css
=============================================================================
Suggested order by mozilla.org Base Styles (http://www.mozilla.org/css/base/content.css)
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
-----------------------------------------------------------------------------
font-size reference
 *	77% = 10px	 	* 122% = 16px		* 167% = 22px	
 *	85% = 11px		* 129% = 17px		* 174% = 23px
 *	92% = 12px		* 136% = 18px		* 182% = 24px
 * 100% = 13px		* 144% = 19px		* 189% = 25px
 * 107% = 14px		* 152% = 20px		* 197% = 26px
 * 114% = 15px		* 159% = 21px	
-----------------------------------------------------------------------------
*/


/* Entry Styling
-----------------------------------------------------------------------------*/
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin: 1.0em 0 0 -0.2em;
	color: #523B64;
	font-weight: bold;
	line-height: 1.4em;
	}
.entry h1 { padding-bottom: 1.0em; font-size: 152%; }
.entry h2 { padding-bottom: 1.0em; font-size: 136%; }
.entry h3 { padding-bottom: 1.0em; font-size: 122%; }
.entry h4,
.entry h5,
.entry h6 { font-size: 107%; }

.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span,
.entry h6 span {
	padding-right: 0.2em;
	padding-left: 0.2em;
	}

.entry p { padding: 0.4em 0; }

.entry code { font: 77% 'Courier New', Courier, Fixed; }

.entry acronym,
.entry abbr,
.entry span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.entry table {
	margin: 1.0em 0 2.0em;
	border: solid 1px;
	border-collapse: separate;
    border-color: #D4D0BE #D4D0BE #B1AFA1 #B1AFA1;
	}
.entry table th {
    padding: 5px;
    background: #D3C9A1;
    border: solid 1px;
    border-color: #B1AFA1 #B1AFA1 #D4D0BE #D4D0BE;
    white-space: nowrap;
	}
.entry table td {
    padding: 5px;
    border: solid 1px;
    border-color: #B1AFA1 #B1AFA1 #D4D0BE #D4D0BE;
    white-space: nowrap;
	}



/* Images Styling
-----------------------------------------------------------------------------*/
.entry p img {
	max-width: 100%;
	padding: 0 10px;
	line-height: 1.0em;
	}

.entry img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.entry img.alignright {
	display: inline;
	margin: 0.5em 0 0.5em 10px;
	}

.entry img.alignleft {
	display: inline;
	margin: 0.5em 10px 0.5em 0;
	}

.entry .alignright { float: right; }
.entry .alignleft { float: left }

.entry a.gallery { position: relative; }
.entry a.gallery span {
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 17px;
	height: 13px;
	background: url(../images/img-zoom.png) 0 0 no-repeat;
	z-index: 10;
}

/* ギャラリー表示 */
.entry .gallery-item {
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 190px;
}


/* Lists Styling
-----------------------------------------------------------------------------*/
.entry ul,
.entry ol {
	display: table;
	padding: 0.4em 3.0em;
	zoom: 1;
	}
.entry ul { padding-left: 1.4em; }
.entry ul li {
	padding: 0.2em 0 0.2em 20px;
	background: url(../images/li-dot.gif) 0 0.5em no-repeat;
	line-height: 1.4em;
	}



/* Captions Styling
-----------------------------------------------------------------------------*/
.entry .wp-caption {
	margin: 10px 10px 20px;
	padding-top: 4px;
	border: 1px solid #D4D0BE;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/bg-obliqueline.gif) 0 0 repeat;
	text-align: center;
	}

.entry .aligncenter {
	display: block;
	margin: 0 auto;
	}

.entry .wp-caption p.wp-caption-text {
	padding-bottom: 3px;
	font-size: 11px;
	line-height: 1.4em;
	}



/* Various Tags & Classes Styling
-----------------------------------------------------------------------------*/
.entry acronym,
.entry abbr,
.entry span.caps { cursor: help; }

.entry acronym,
.entry abbr { border-bottom: 1px dashed #999; }

.entry blockquote {
	margin: 10px 20px;
	padding-left: 20px;
	background: #D4D0BE url(../images/bg-quote.gif) 0 0 no-repeat;
	}
.entry blockquote p { padding: 10px 0 10px 30px; }
.entry blockquote cite {
	display: block;
	margin-top: 5px;
	}

.entry .center { text-align: center; }
