@charset "UTF-8";
/*
Theme Name: ff11guide
Theme URI: http://ff11guide.com/
Description: ff11guide.com
Version: 2009
Author: ff11guide.com
Author URI: http://ff11guide.com/
*/

@import url("/css/common/common.css");
@import url("/css/common/format.css");
@import url("/css/common/layout.css");
@import url("/css/common/font.css");
@import url("/css/common/program.css");

/* main */
#main .navigation {
	height: 1.7em;
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignright {
	float: right;
}

/* inner */
#main {
	float: left;
	padding-left: 25px;
	width: 700px;
}
#main .inner {
	margin-bottom: 0;
}
#main #catch {
	margin-bottom: 15px;
}
#main .inner h2 {
	padding: 10px 0 3px 12px;
	font-size: 1.4em;
	height: 20px;
	overflow: hidden;
	color: #fff;
	background: #000 url("/images/share/h2_bg.gif") no-repeat 0 0;
}
#main .inner h2 a {
	color: #fff;
}

/* storycontent */
#main .inner .body {
	margin-bottom: 15px;
	padding: 12px 17px 12px 17px;
	background: url("/images/share/left_inner_bg.gif") no-repeat left bottom;
}
#main .inner .body .meta {
	font-size: 1.2em;
	line-height: 1.2em;
}
#main .inner .body .storycontent {
	padding: 15px 0 10px 0;
	margin-bottom: 15px;
	background-image: url("/images/share/border_02.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
#main .inner .body .storycontent .entry-img {
	margin-bottom: 15px;
}
#main .inner .body .storycontent p.weblog-hr-01 {
	font-size: 1em;
	padding: 1em 0 1em 0;
}
#main .inner .body .storycontent .h3-body {
	margin-bottom: 2.5em;
}
#main .page-link {}

/* image */
/*
#main .inner .body .storycontent img {
	margin-bottom: 1.8em;
	border: 6px solid #eaeaea;
}
#main .inner .body .storycontent p img {
	margin-bottom: 0em;
}
#main .inner .body .storycontent blockquote img,
#main .inner .body .storycontent .book-detail img,
#main .inner .body .storycontent table.book-detail-with-pic img {
	margin-bottom: 0;
	border: none;
}
*/

/* blockquote */
#main .inner .body .storycontent blockquote,
#main .inner .body .storycontent .book-detail {
	margin: 0 0 18px 9px;
	padding: 10px 10px 1px 15px;
	width: 620px;
	border-left: 6px solid #ccc;
	color: #666;
	background: #fafafa;
	font-size: 0.9em;
	line-height: 1.6em;
}
#main .inner .body .storycontent blockquote p {
	padding: 0;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

/* book-detail-with-pic */
#main .inner .body .storycontent table.book-detail-with-pic {
	border: 1px solid #ccc;
	background: #fafafa;
}
#main .inner .body .storycontent table.book-detail-with-pic th,
#main .inner .body .storycontent table.book-detail-with-pic td {
	padding: 9px 13px;
	border: none;
}
#main .inner .body .storycontent table.book-detail-with-pic th {
	background: #fff;
}

/* table */
#main .inner .body .storycontent table {
	margin-bottom: 1.7em;
}
#main .inner .body .storycontent table,
#main .inner .body .storycontent table th,
#main .inner .body .storycontent table td {
	border: 1px solid #666;
}
#main .inner .body .storycontent table th,
#main .inner .body .storycontent table td {
	padding: 0.9em 1.3em;
}
#main .inner .body .storycontent table th {
	font-weight: normal;
	background: #eee;
}

/* comment */
#comments {
	padding: 10px 0 0 0;
}
#comment {
	width: 690px;
}
#commentlist li {
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
	background: #f6f6f6;
}
#commentlist li .meta {
	margin-bottom: 0;
}
#postcomment {
	padding: 10px 0 0 0;
}

/* sidebar */
#sidebar {
	float: right;
	padding-right: 25px;
	width: 180px;
}

#sidebar .inner {
	margin-bottom: 10px;
}
#sidebar .inner h3 {
	height: 25px;
	overflow: hidden;
	color: #fff;
	background: #000 url("/images/share/sidebar_header_bg.gif") no-repeat 0 0;
}
#sidebar .inner h3 span {
	display: block;
	padding: 6px 0 0 10px;
}
#sidebar .inner .body {
	padding: 6px 10px 0 10px;
	background: url("/images/share/right_inner_bg.gif") no-repeat left bottom;
}
#sidebar .banner {
	margin-bottom: 9px;
}
#sidebar #amazon .body {
	padding-bottom: 10px;
}

#sidebar h4 {
	padding: 0 0 0.4em 0;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.2em;
	background-image: url("/images/share/border_02.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
#sidebar ul {
	padding: 0.3em 0;
}
#sidebar ul li {
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 1em;
}
#sidebar ul li ul {
	padding: 0.3em 0.7em 0 0.7em;
	border: none;
}
#sidebar ul li ul li {
	margin-bottom: 0.1em;
	font-size: 1.3em;
	line-height: 1.3em;
}
#tags a {
	line-height: 1.3em;
}
#search h4{
}
#wp-calendar {
	width: 160px;
	font-size: 1.1em;
	line-height: 1.2em;
	border: #eee;
}
#wp-calendar caption {
	padding: 0.2em 0;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#twitter {
	padding-bottom: 10px!important;
}
#twitter .twtr-widget h3 {
	height: 18px!important;
}
#twitter .twtr-widget h3 a,
#twitter .twtr-widget h4 a {
	font-size: 0.8em!important;
	line-height: 0.8em!important;
}
#twitter .twtr-widget p {
	font-size: 1em!important;
}

.ratingblock {
	padding: 6px 10px 1px 10px;
	background: #f2f2f2;
}
.ratingheader {
	padding-left: 67px;
	background: url("/images/share/icon_information.gif") no-repeat 0 1px;
}
.ratingstars {
	padding-bottom: 3px;
}

