@charset"utf-8";

/*
Theme Name: vine
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: green, vine, fixed width, two columns, widgets
*/





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

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

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





/* ====================================
	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
   ==================================== */

.post .date {
	color: #7f7f00;
}

.post h2 a {
	border-left: 6px solid #7f7f00;
}


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




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

body {
	background-color: #fff;
	text-align: center;
}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0 45px;
	width: 810px;
	}

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

#header {
	background-image: url("images/header.jpg");
	background-position: 0 top;
	background-repeat: no-repeat;
	position: fixed;
	width: 810px;
	height: 200px;
	top: 0;
}

#header h1 {
	padding-top: 35px;
	padding-left: 30px;
	width: 400px;
	height: 30px;
}

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

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

#header #description {
	color: #fff;
	padding-left: 45px;
	width: 300px;
	height: 40px;
}



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

#menu {
	background-image: url("images/gradation.png");
	background-position: 5px bottom;
	background-repeat: no-repeat;
	height: 85px;
	width: 550px;
	padding: 10px 15px 0;
}

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

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

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

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

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

#menu a:hover {
	color: #8c3701;
}

#menu ul ul a:hover {
	background-color: #dadfc8;
}

#menu ul ul {
	display: none;
	position: absolute;
	z-index: 10;
}

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

#menu ul ul a {
	font-size: 11px;
	line-height: 1.3;
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #c7cbb4;
	border-bottom: 1px solid #9b9b9b;
	border-top: 1px solid #ebf1d8;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
	padding-left: 2px;
}
	
#menu ul li:hover > ul {
	display: block;
}

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



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





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

#main {
	background-image: url("images/main.png");
	background-repeat: repeat-y;
	width: 800px;
	margin: 0px 0 0;
	padding: 200px 5px 40px;
}





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

#content {
	width: 510px;
	height: auto;
	float: left;
	padding: 0 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;
}

.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 --------------- */



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

#bottom-content {
	margin: 0 260px 0 30px;
	padding-top: 20px;	
	clear: both;
}

#bottom-content-innerbox {
	text-align: left;
	padding: 0 30px;
	margin: 0;
}

#bottom-content #bottom-content-innerbox #tag_cloud {
	margin-bottom: 30px;
	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;
}

#bottom-content p {
	background-image: url("images/happa.gif");
	background-repeat: no-repeat;
	background-position: 0px bottom;
	text-align: center;
	padding: 105px 0 20px;
}

#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 Content
   ==================================== */





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

#sidebar_r {
	width: 180px;
	height: auto;
	padding: 0 35px 0 15px;
	position: relative;
	float: right;
}

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





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

#footer {
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 70px;
	padding: 0 5px;
}

#footer-inner {
	width: 800px;
	height: 50px;
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
}

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

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

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

#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;
	padding: 0;
	width: 180px;
}

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

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

ul.sidebar li ul li {
	background-image: url("images/icon-g02.png");
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	margin: 0;
	padding: 0 0 0 12px;
}

ul.sidebar h2 {
	background-image: url("images/icon-g01.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 18px;
	margin: 0 0 4px 5px;
	font-weight: bold;
}



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

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

ul.sidebar #searchform input#s {
	width: 158px;
	padding: 2px 0;
	margin: 0 auto 10px auto;
	background-color: #ECEEE4;
	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: 160px;
	line-height: 1.1;
	font-size: 95%;
}

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

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



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

ul.sidebar li#feed ul {
	margin-top: 10px;
}

ul.sidebar li#feed li.rss1 {
	background-image: url("images/rssicon_06-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_07-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_08-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: 5px 15px;
	font-size: 95%;
}

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



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

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

ul#bottom-content-innerbox li ul {
	margin: 0;
	padding-left: 24px;
	padding-right: 10px;
	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-g02.gif");
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: none;
}

ul#bottom-content-innerbox h2 {
	background-image: url("images/icon-g01.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 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 h3 {
	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 {
	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-color: #788c3c;
	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: 444px;
	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
   ==================================== */
