@charset "utf-8";
/*
Theme Name: Yokomori
Theme URI: http://wordpress.org/
Description: Yokomori-Rika.com テーマ
Author: IeS
Author URI: http://www.ies-ies.net/
*/

/* 全体 */
* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	background: #FFFFFF url(images/bg.jpg);
	overflow-y: scroll;
}
body {
	font: 13px/1.231 Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	background: url(images/bg_body.jpg) repeat-x;
}
ul {
	list-style-type: none;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#page {
	margin: 0 auto;
	width: 910px;
	text-align: left;
}

/* Header */
div#header_top {
	width: 100%;
	height: 350px;
	position: relative;
}
div#header {
	width: 100%;
	height: 220px;
	position: relative;
}

ul#globalNavi {
	position:absolute;
	top: 0;
	left: 0;
	list-style: none;
	width: 95%;
	background: url(images/bg_navigation.png) no-repeat;
	height: 52px;
	padding-left: 66px;
}
ul#globalNavi li {
	float: left;
}
ul#globalNavi li a {
	display: block;
	height: 48px;
	background: url(images/navigation.jpg) no-repeat;
	text-indent: -9999px;
}
ul#globalNavi li a#home {
	width: 98px;
	background-position: 0 0;
}
ul#globalNavi li a#home_current {
	width: 98px;
	background-position: 0 -49px;
}
ul#globalNavi li a:hover#home {
	width: 98px;
	background-position: 0 -44px;
}
ul#globalNavi li a#book_current {
	width: 99px;
	background-position: -98px -49px;
}
ul#globalNavi li a#book {
	width: 99px;
	background-position: -98px 0;
}
ul#globalNavi li a#column {
	width: 120px;
	background-position: -197px 0;
}
ul#globalNavi li a#column_current {
	width: 120px;
	background-position: -197px -49px;
}
ul#globalNavi li a#event {
	width: 101px;
	background-position: -317px 0;
}
ul#globalNavi li a#event_current {
	width: 101px;
	background-position: -317px -49px;
}
ul#globalNavi li a#contact {
	width: 128px;
	background-position: -418px 0;
}
ul#globalNavi li a#contact_current {
	width: 128px;
	background-position: -418px -49px;
}
ul#globalNavi li a#secretlotus {
	width: 163px;
	background-position: -546px 0;
}

div#sitename_top {
	position: absolute;
	top: 140px;
	right: 0;
}
div#sitename {
	position: absolute;
	top: 80px;
	right: 0;
}
/* End Header */


/* Container */
#container {
	clear: both;
	width: 100%;
}
#container h2.pagetitle {
	margin: 0 0 40px 35px;
}
#container h2.pagetitle_search {
	margin: 0 0 40px 35px;
	color: #339; 
}
/* End Container */


/* Post */
#post {
	float: left;
	width: 650px;
}
#widepost {
	width: 805px;
}
.entry {
	margin: 0 0 40px 65px;
}
.entry div.posttitle {
	background: #FFF;
	margin-bottom: 1px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.entry h3 {
	margin-left: 5px;
	padding: 7px 30px 8px;
	background: url(images/icon_posttitle.png) center left no-repeat;
	font-size: 108%;
}
.entry h3 a {
	color: #000000;
	text-decoration: none;
}
.entry h3 a:hover {
	text-decoration: underline;
}
span.postdate {
	padding: 4px 8px 3px;
	background: #DADAE4;
	font-size: 93%;
}
.entry h3.search {
	padding: 4px 30px;
	background: url(images/icon_posttitle.png) center left no-repeat;
	font-size: 108%;
}
span.postdate_search {
	margin-right: 5px;
	padding: 2px 5px;
	background: #DADAE4;
	font-size: 85%;
	font-weight: normal;
}
.content {
	clear: both;
	padding: 10px 15px;
	line-height: 1.6;
	background: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #A1A1A1;
}
.postinfo {
	text-align: right;
	margin-top: 10px;
}

#post #otherpageLink {
	width: 585px;
	margin: 0 0 50px 65px;
}
#widepost #otherpageLink {
	width: 740px;
	margin: 0 0 50px 65px;
}
#otherpageLink #prevpage {
	float: left;
	display: block;
	width: 200px;
}
#otherpageLink #nextpage {
	float: right;
	display: block;
	width: 200px;
	text-align: right;
}
#otherpageLink a {
	color: #339;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}
#otherpageLink a:hover {
	color: #339;
	border-bottom: 2px solid #06F;
}
/* End Post */


/* Sidebar */
#sidebar {
	float: right;
	width: 200px;
	line-height: 1.6;
}
#sidebar h4 {
	margin-bottom: 4px;
	font-size: 116%;
}
#sidebar ul {
	margin-bottom: 50px;
}
#sidebar ul li {
	margin-left: 22px;
	padding: 1px 0 3px 15px;
	background: url(images/sidemenu_list.gif) center left no-repeat;
}
#sidebar ul li a {
	color: #339;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #06F;
	border-bottom: 2px solid #06F;
}
/* End Sidebar */


/* Footer */
#footer {
	width: 910px;
	height: 250px;
	margin: 0 auto;
	padding-top: 100px;
	background: url(images/bg_footer.png) bottom center no-repeat;
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	clear: both;
}

div#footer address {
	font-style: normal;
}
div#footer p {
	margin-top: 20px;
}
div#footer p img {
	margin-top: 10px;
	vertical-align: middle;
}
/* End Footer */


/* 記事内のイメージ */
p img {

	padding: 0;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	margin-top: 10px;
	padding-top: 5px;
	border: 1px solid #AAAAAA;
	text-align: center;
}
/* End 記事内のイメージ */


/* 検索フォーム */
#sidebar #searchform {
	margin: 8px auto;
	margin-left: 24px;
}

#sidebar #searchform #s {
	width: 170px;
	padding: 3px;
	margin-right: 3px;
	border: 1px dotted #333366;
}

#sidebar #searchsubmit {
	margin-top: 5px;
	padding: 4px;
	border: 1px dotted #333366;
}
/* End 検索フォーム */


/* カレンダー */
#wp-calendar {
	margin-left: 5px;
	margin-bottom: 50px;
	width: 180px;
	color: #333333;
	font-size: 93%;
}

#wp-calendar th, td {
	padding: 1px 0;
	text-align: center;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}

#wp-calendar #prev {
	padding-top: 1px;
	text-align: left;
}

#wp-calendar #next {
	padding-top: 1px;
	text-align: right;
}
/* End カレンダー */


/* RSSフィード */
a.feed {
	display: block;
	float: right;
	margin: 20px 0 0 2px;
	padding-left: 20px;
	background: url(images/rss_icon.png) left no-repeat;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a.feed:hover {
	color: #06F;
	border-bottom: 2px solid #06F;
}
/* End RSSフィード */


/* ContactForm */
.wpcf7-form p {
	margin-bottom: 10px;
	line-height: 2;
	color: #333333;
	font-weight: bold;
}
.wpcf7-form input, textarea {
	padding: 3px;
	border: 1px dashed #333366;
}
.wpcf7-form textarea {
	width:400px;
}
.wpcf7-form input.wpcf7-submit {
	width: 200px;
	margin-top: 10px;
	padding: 5px 0;
	background-color: #669;
	border-top: #99C 2px solid;
	border-right: #282853 2px solid;
	border-bottom: #282853 2px solid;
	border-left: #99C 2px solid;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.wpcf7-form input.wpcf7-submit:hover {
	border-top: #282853 2px solid;
	border-right: #99C 2px solid;
	border-bottom: #99C 2px solid;
	border-left: #282853 2px solid;
	color: #F2F200;
}
/* End ContactForm */


/* Captions */
/*.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/

/*.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}*/
/* End captions */


/* TOP */
#leftCulumn {
	float: left;
	width: 550px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#leftCulumn h2 {
	padding-left: 10px;
}
#leftCulumn .profile {
	display: block;
	background: #a6badb;
	padding: 15px 18px 8px 18px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-opacity:0.9;
	opacity:0.9;
	progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	color: #111111;
}
#leftCulumn .profile p {
	margin-bottom: 12px;	
}
#leftCulumn .profile strong {
	font-size: 123.1%;
}
#leftCulumn .profile em {
	font-style: normal;
	padding-bottom: 1px;
	border-bottom: 1px dashed #666666;
}
#leftCulumn .img_profile {
	float:left;
	margin: 2px 10px 2px 0;
	padding: 3px;
	border: 3px solid #FFFFFF;
}
#leftCulumn .profile a {
	color: #FF00CC;
	font-weight: bold;
}
#leftCulumn .profile a:hover {
	text-decoration: none;
	border-bottom: 2px solid #FF00CC;
}

#rightCulumn {
	float: right;
	width: 300px;
	padding-top: 40px;
}
#rightCulumn h2 {
	padding-left: 10px;
}
#rightCulumn .top_content  {
	display: block;
	background: #a6badb;
	width: 300px;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	-moz-opacity:0.75;
	opacity:0.75;
	progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}
#rightCulumn .top_content a.more {
	display: block;
	margin: 0 15px 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
	text-align: right;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
#rightCulumn .top_content ul {
	padding: 9px 15px;
	color: #111111;
}
#rightCulumn .top_content ul li {
	margin: 10px 0;
	padding: 5px 0;
	list-style-type: none;
	border-bottom: 1px dashed #CCCCCC;
}
#rightCulumn .top_content ul li a {
	color: #000066;
	padding-bottom: 1px;
	text-decoration: none;
}
#rightCulumn .top_content ul li a:hover {
	color: #000066;
	border-bottom: 2px solid #0066CC;
}
/* End Top */

/* BOOK */
.bookdetail {
	width: 360px;
	height: 180px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CCCCCC;
}
.bookimage {
	width: 116px;
	padding: 3px;
}
.bookinfo {
	padding: 5px;
	line-height:1.8;
}
.bookinfo em {
	color:#333333;
	font-style: normal;
}
