@charset"utf-8";

/*
Theme Name: ivy
Theme URI: http://ezorisu-web.com/web-design/
Description: WordPress theme design by ezorisu-web
Version: 0.01
Author: ezorisu-web (Hiroyuki Tanaka)
Author URI: http://ezorisu-web.com/web-design/
Tags: white, plant, fixed width, three columns, widgets
*/



/* ====================================
	Begin Font 
   ==================================== */

body {
	font-size: 13px;
	line-height: 1.6;
	font-family: arial,helvetica,clean,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",sans-serif;
}

/* ====================================
	End Font
   ==================================== */





/* ====================================
	Bign Base Reset
   ==================================== */

html,body,div,h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #0e4080;
}

a:visited {
	text-decoration: none;
	color: #643300;
}

a:hover {
	text-decoration: underline;
	color: #ff6600;
}

a:active {
	text-decoration: none;
	color: #ffcc00;
	font-weight: bold;
}

abbr {
	border: none;
}

a { /* for Firefox */
	outline: none;
}

/* ====================================
	End Base Reset
   ==================================== */





/* ====================================
	Begin Change part
   ==================================== */

body { /* --------------- Change part */
	background-color: #747d75;
}

#header h1 { /* --------------- Change part */
	padding-top: 20px;
	padding-left: 20px;
	width: 400px;
	height: 35px;
}

#header #description { /* --------------- Change part */
	color: #444;
	padding-left: 40px;
	width: 380px;
	height: 85px;
}

.post .date { /* --------------- Change part */
	color: #86a400;
}

.post h2 a { /* --------------- Change part */
	border-left: 6px solid #86a400;
}

/* ====================================
	End Change part
   ==================================== */





/* ====================================
	Begin Layout
   ==================================== */

body {
	text-align: center;
}

#page {
	text-align: left;
	margin: 20px auto;
	width: 950px;
}



/* ====================================
	Begin header
   ==================================== */

#header {
	background-image: url("images/header_shadow.png");
	background-repeat: no-repeat;
	width: 950px;
	height: 164px;
}

#headerimg {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	width: 940px;
	height: 164px;
}

#header h1 a {
	color: #222;
	font-size: 150%;
	font-weight: bold;
}

#header h1 a:hover {
	color: #ff6600;
	text-decoration: none;
}



/* --------------- Begin Menu --------------- */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	min-width: 94px;
	white-space: nowrap;
}

#menu a {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0 5px;
	display: block;
}

#menu a:hover {
	color: #f90;
	background-color: #111;
}

#menu ul ul {
	display: none;
	border-top: 1px solid #9b9b9b;
	position: absolute;
	z-index: 1;
}

#menu li li {
	clear: left;
	position:relative;
	width: 100%;
}

#menu ul ul a {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #646464;
	border-left: 1px solid #8b8b8b;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #8b8b8b;
}

#menu ul ul ul {
	top: 15%;
	left: 95%;
}


#menu ul li:hover > ul {
	display: block;
}

#menu li.current_page_item > a {
	color: #999999;
}

#menu li li a:hover {
	background-color: #222;
}

/* --------------- End Menu --------------- */



/* ====================================
	End header
   ==================================== */





/* ====================================
	Begin main
   ==================================== */

#main {
	background-image: url("images/main_shadow.png");
	background-repeat: repeat-y;
	width: 950px;
}

#main_inner {
	background-color: #fff;
	background-image: url("images/sidebar_color.gif");
	background-repeat: repeat-y;
	background-position: right 0;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 20px;
	width: 940px;
}



/* ====================================
	Begin container
   ==================================== */

#container {
	background-color: #fff;
	background-image: url("images/main_top.jpg");
	background-repeat: no-repeat;
	padding-top: 30px;
	width: 750px;
	min-height: 180px; 
	float: left;
}


/* ====================================
	Begin Sidebar_L
   ==================================== */

#sidebar_l {
	width: 190px;
	float: left;
}

/* ====================================
	End Sidebar_L
   ==================================== */



/* ====================================
	Begin Content
   ==================================== */

#content {
	width: 560px;
	float: right;
}

#innerbox {
	padding: 0 30px 30px;
}

.post {
	margin-bottom: 60px;
}



/* --------------- Begin Post title --------------- */

.post h2 {
	margin-bottom: 1.5em;
}

.post h2 a { 
	color: black;
	font-size: 125%;
	font-weight: bold;
	padding-left: 9px;
}

.post h2 a:hover {
	color: #ff6600;
	text-decoration: none;
}

/* --------------- End Post title --------------- */



/* --------------- Begin Entry --------------- */

.post .entry {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.post .entry:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* --------------- End Entry --------------- */



/* --------------- Begin Metadata --------------- */

.metadata {
	font-size: 80%;
	text-align: right;
}

#comments .metadata {
	margin-top: 0;
}

.metadata p {
	display: inline;
	margin-left: 10px;
}

.meta_edit a {
	background-image: url("images/edit.gif");
	background-repeat: no-repeat;
	padding-left: 13px;
}

.meta_date {
	background-image: url("images/date.gif");
	background-repeat: no-repeat;
	padding-left: 13px;
}

.meta_category {
	background-image: url("images/category.gif");
	background-repeat: no-repeat;
	padding-left: 13px;
}

.meta_comments {
	background-image: url("images/balloon.gif");
	background-repeat: no-repeat;
	padding-left: 13px;
}

/* --------------- End Metadeta --------------- */



/* ====================================
	End Content
   ==================================== */



/* ====================================
	End container
   ==================================== */





/* ====================================
	Begin Sidebar_R
   ==================================== */

#sidebar_r {
	background-image: url("images/sidebar.gif");
	background-repeat: no-repeat;
	background-position: right 0;
	padding-top: 30px;
	width: 190px;
	min-height: 180px; 
	float: right;
}

/* ====================================
	End Sidebar_R
   ==================================== */





/* ====================================
	Begin Bottom-Content
   ==================================== */

#bottom-content {
	background-image: url("images/happa.gif");
	background-repeat: no-repeat;
	background-position: 100px bottom;
	text-align: center;
	width:500px;
	padding: 0 220px;
	clear: both;
}

#bottom-content-innerbox {
	text-align: left;
	min-height: 130px;
	margin: 0;
	padding: 0 20px 0 20px;
}

#bottom-content #bottom-content-innerbox #tag_cloud {
	margin-bottom: 80px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #b3b3b3;
}

#bottom-content li#tag_cloud h2 {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #b3b3b3;
}

#to_the_top {
	margin: 0;
	padding: 0;
}

#to_the_top a {
	background-image: url("images/top_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	line-height: 1em;
	padding-left: 20px;	
}

/* ====================================
	End Bottom-Content
   ==================================== */



/* ====================================
	End main
   ==================================== */





/* ====================================
	Begin Footer
   ==================================== */

#footer {
	background-image: url("images/footer_shadow.png");
	background-repeat: no-repeat;
	height: 60px;
	padding: 0 5px;
}

#footerimg {
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
}

#copyright {
	color: #bbb;
	font-size: 90%;
	line-height: 1.2em;  
}

#copyright a:link {
	text-decoration: none;
	color: #5A7EA0;
}

#copyright a:visited {
	text-decoration: none;
	color: #A58568;
}

#copyright a:hover {
	text-decoration: underline;
	color: #ff6600;
}

#copyright a:active {
	text-decoration: none;
	color: #ffcc00;
	font-weight: bold;
}

/* ====================================
	End Footer
   ==================================== */



/* ====================================
	End Layout
   ==================================== */





/* ====================================
	Begin Widget
   ==================================== */

ul.sidebar li {
	list-style: none;
	margin-bottom: 24px;
	padding: 0;
}

ul.sidebar {
	margin: 0 auto;
	padding: 0;
	width: 160px;
}

ul.sidebar li ul {
	margin: 0;
	padding-left: 17px;
	font-size: 95%;
}

ul.sidebar li ul ul {
	padding-left: 5px;
	font-size: 100%;
}

ul.sidebar li ul li {
	background-image: url("images/icon-02.gif");
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 1.5;
}

ul.sidebar h2 {
	background-image: url("images/icon-01.gif");
	background-repeat: no-repeat;
	background-position: 0 0.3em; 
	padding-left: 17px;
	margin-bottom: 4px;
	font-size: 110%;
	font-weight: bold;
}



/* --------------- Begin Searchform --------------- */

.hidden {
	visibility: hidden;
	line-height: 0px;
}

ul.sidebar #searchform input#s {
	width: 158px;
	padding: 2px 0;
	margin: 0 0 10px 0;
	background-color: #eee;
	border-style: solid;
	border-width: 1px;
	border-color: #444 #ddd #ddd #444;
}

ul.sidebar #searchform input {
	font-size: 90%;
	display: block;
	margin: 0 auto;
}

/* --------------- End Searchform --------------- */



/* --------------- Begin Calendar --------------- */

ul.sidebar #calendar h2 {
	visibility: hidden;
	height: 5px;
}

ul.sidebar #calendar caption {
	padding-bottom: 3px;
	margin: 0px auto 4px;
	border-bottom: 1px solid #bbb;
}

ul.sidebar table {
	margin: 0px auto;
	text-align: center;
	width: 150px;
	line-height: 1.1;
}

ul.sidebar #calendar td#today {
	background-color: #cccccc;
}

/* --------------- End Calendar --------------- */



/* --------------- Begin Feed --------------- */

ul.sidebar li#feed li.rss1 {
	background-image: url("images/rssicon_01-trans.png");
	background-repeat: no-repeat;
	background-position: 0 0; 
	padding-left: 25px;
	line-height: 14px;
}

ul.sidebar li#feed li.rss2 {
	background-image: url("images/rssicon_03-trans.png");
	background-repeat: no-repeat;
	background-position: 0 0; 
	padding-left: 25px;
	line-height: 14px;
}

ul.sidebar li#feed li.atom {
	background-image: url("images/rssicon_04-trans.png");
	background-repeat: no-repeat;
	background-position: 0 0; 
	padding-left: 25px;
	line-height: 14px;
}

ul.sidebar li#feed a {
	display: block;
	height: 24px;
	font-size: 95%;
}

ul.sidebar select {
	width: 100%;
}

ul.sidebar .widget_rss h2 {
	background-image: none;
	padding-left: 0px;
}

/* --------------- End Feed --------------- */



/* --------------- Begin Textwidget --------------- */

.textwidget {
	padding: 0 7px ;
	font-size: 95%;
}

/* --------------- End Textwidget --------------- */



/* --------------- Begin Bottom-content --------------- */

ul#bottom-content-innerbox li {
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
}

ul#bottom-content-innerbox li ul {
	margin: 0;
	padding-left: 17px;
	font-size: 95%;
}

ul#bottom-content-innerbox li ul ul {
	padding-left: 5px;
	font-size: 100%;
}

ul#bottom-content-innerbox li ul li {
	background-image: url("images/icon-02.gif");
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 1.5;
}

ul#bottom-content-innerbox h2 {
	background-image: url("images/icon-01.gif");
	background-repeat: no-repeat;
	background-position: 0 0.3em; 
	padding-left: 17px;
	margin-bottom: 4px;
	font-size: 110%;
	font-weight: bold;
}

/* --------------- End Bottom-content --------------- */



/* ====================================
	End Widget
   ==================================== */





/* ====================================
	Begin Search
   ==================================== */

h2#search {
	background-image: url("images/hana.gif");
	background-repeat: no-repeat;
	color: black;
	font-size: 125%;
	line-height: 38px;	
	margin: 1em 0 2em;
	padding-left: 39px;
}

p#sorry {
	color: black;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

/* ====================================
	End Search
   ==================================== */





/* ====================================
	Begin Image
   ==================================== */

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

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

div.alignright img {
	margin-left: 10px;
}

.alignleft {
	float: left
	}

div.alignleft img {
	margin-right: 10px;
}



/* --------------- Begin Captions --------------- */

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

.wp-caption {
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 80%;
	padding: 0;
	margin: 0;
}

/* --------------- End Captions --------------- */



/* ====================================
	End Image
   ==================================== */





/* ====================================
	Begin blockquote
   ==================================== */

blockquote {
	background-color: #fbfbfb;
	color: #444;
	margin: 1.5em 25px;
	padding: 0 1em;
	border: 1px dotted #959aa1;	
}

blockquote:before {
	content: url(images/blackquote-top.gif);
	margin: -12px 0 5px 0;
	display: block;
}

blockquote:after {
	content: url(images/blackquote-bottom.gif);
	text-align:right;
	margin: 5px 0 -12px 0;
	display: block;
}

/* ====================================
	End blockquote
   ==================================== */





/* ====================================
	Begin blockquote cite
   ==================================== */

blockquote cite {
	display: block;
	font-size: 0.8em;
	text-align: right;	
	margin-top: 12px;
}

/* ====================================
	End blockquote cite
   ==================================== */





/* ====================================
	Begin code
   ==================================== */

code {
	background-color: #fbfbfb;
	color: #444;
	line-height: 1.3em;
	margin: 1.5em 25px 1.5em 25px;
	padding: 7px 1em;
	border: 1px dotted #959aa1;	
	white-space: pre;
	overflow:auto;
	display: block;
}

code br {
	display: none;
}

/* ====================================
	End code
   ==================================== */





/* ====================================
	Begin dl
   ==================================== */

dl {
	margin: 30px 0 0;
	padding-left: 15px;
}

/* ====================================
	End dl
   ==================================== */





/* ====================================
	Begin post
   ==================================== */

div.post img {
	border: 1px solid #e8e8e8;
}

div.post imag.wp-smiley {
	border: none;
}

/* ====================================
	End post
   ==================================== */





/* ====================================
	Begin comments
   ==================================== */

#comments {
padding: 0 25px;
}

.navigation {
	margin: 0 auto 20px;
	text-align: center;
}

.left_arrow a {
	background-image: url("images/left_arrow.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1em;
}

.right_arrow a {
	background-image: url("images/right_arrow.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1em;
}

#comments .trackback_num {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 1em -25px;
}

#comments .metadata {
	padding-top: 15px;
	margin-bottom: 20px;
	border: none;
}

ol#commentlist,ol#trackbacklist {
	padding: 0;
}

#comments ol li { /*Safariはリスト表示で疑似要素を使用すると表示がおかしくなるのでリストスタイルを非表示にしています*/
	list-style: none;
}


/* --------------- Begin Trackbackurl --------------- */

#comments input#trackbackurl {
	width: 438px;
	padding: 2px 5px;
	font-size: 90%;
	margin-bottom: 40px;
	background-color: #fbfbfb;
	border-style: solid;
	border-width: 1px;
	border-color: #444 #ddd #ddd #444;
}

/* --------------- End Trackbackurl --------------- */



/* --------------- Begin Trackback --------------- */

#comments .trackback .comment_text {
	background-color: #fcdbb6;
	padding: 0.5em 15px;
}

#comments .trackback .comment_text p {
	margin: 0px;
	padding-bottom: 5px;
	color: #222;
}

#trackbacklist .metadata {
	background-image: url("images/trackback.gif");
	background-repeat: no-repeat;
	background-position: 80% 0;
}

/* --------------- End Trackback --------------- */



/* --------------- Begin Comment --------------- */

#comments .comment .comment_text:before {
	content: url(images/maru-tl.gif);
	display: block;
	background-image: url("images/maru-tr.gif");
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0 -15px 5px -15px;
}

#comments .comment .comment_text {
	background-color: #e7e1dc;
	padding: 0 15px;
	color: #222;
}

#comments .comment .comment_text:after {
	content: url(images/maru-bl.gif);
	display: block;
	background-image: url("images/maru-br.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 5px -15px 0 -15px;
}

#comments .comment .comment_text p {
	margin: 0;
	padding: 0;
}

#comments .comment .metadata {
background-image: url("images/comment.gif");
background-repeat: no-repeat;
background-position: 80% 0;
}

/* --------------- End Comment --------------- */



/* --------------- Begin Mycomment --------------- */

#comments .comment-mycomment .comment_text:before {
	content: url(images/maru-tl.gif);
	display: block;
	background-image: url("images/maru-tr.gif");
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0 -15px 5px -15px;
}

#comments .comment-mycomment .comment_text {
	background-color: #c1d4eb;
	padding: 0 15px;
	color: #222;
}

#comments .comment-mycomment .comment_text:after {
	content: url(images/maru-bl.gif);
	display: block;
	background-image: url("images/maru-br.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 5px -15px 0 -15px;
}

#comments .comment-mycomment .comment_text p {
	margin: 0;
	padding: 0;
}

#comments .comment-mycomment .metadata {
	text-align: left;
	background-image: url("images/mycomment.gif");
	background-repeat: no-repeat;
	background-position: 20% 0;
}

/* --------------- End Mycomment --------------- */



/* --------------- Begin commentform --------------- */

#comments h3#postcomment {
	margin-top: 70px;
}

#comments #commentform {
	padding: 0;
}

#commentform p.form_design {
	background-image: url("images/footer.jpg");
	color: #fff;
	margin-bottom: 1.5em;
}

#commentform input#author {
	background-color: #fbfbfb;
	width: 55%;
	height: 18px;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#commentform input#email {
	background-color: #fbfbfb;
	width: 55%;
	height: 18px;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#commentform input#url {
	background-color: #fbfbfb;
	width: 55%;
	height: 18px;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#commentform label {
	height: 18px;
	padding-left: 5px;
	0margin: 0;
}

#comments textarea {
	font-size: 100%;
	line-height:1.5em;
	padding: 8px;
	width: 432px;
	height: 10em;
	margin: 0;
	background-color: #fff;
	background-image: url("images/main_top.jpg");
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #706c71 #e6e6e6 #e6e6e6 #706c71;
}

#commentform input#submit {
	font-size: 85%;
	display: block;
	width: 100px;
	padding: 2px;
	margin: 0 auto;
}

/* --------------- End commentform --------------- */



/* ====================================
	End comments
   ==================================== */
