@charset"utf-8";

/*
Theme Name: applemint
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, plant, 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: #f90;
}

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

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





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

body {
	background-color: #fff;
	text-align: center;
	background-image: url("images/body_top.gif");
	background-position: 0 top;
	background-repeat: repeat-x;
}

#body_inner {
	background-image: url("images/body_bottom.gif");
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0 45px;
	width: 860px;
	background-image: url("images/header.jpg");
	background-position: 0 top;
	background-repeat: no-repeat;
}

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

#header {
	width: 860px;
	height: 150px;
}

#header h1 {
	padding-top: 20px;
	padding-left: 20px;
	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: #ccc;
	padding: 8px 0 0 40px;
	width: 300px;
	height: 70px;
}



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

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

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

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

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

#menu a:hover {
	color: #ff6600;
}

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

#menu ul ul li {
	width: 100%;
}

#menu li li {
	clear: left;
	position:relative;
}

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

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

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



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





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

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



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

#content {
	width: 655px;
	height: auto;
	float: left;
}

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

.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 {
	background-image: url("images/happa.gif");
	background-repeat: no-repeat;
	background-position: 30px bottom;
	text-align: center;
	margin: 0 235px 0 35px;
	padding-top: 20px;	
	clear: both;
}

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

#bottom-content h2 {
	background-image: url("images/sidebar2.gif");
	background-repeat: no-repeat;
	padding-left: 17px;
	font-size: 110%;
	line-height:0.5em;
	font-weight: bold;
	margin: 0 0 8px -20px;
}

#bottom-content h2:before {
	content: url(images/h-maru-t.gif);
	display: block;
	margin-left: -17px;
}

#bottom-content h2:after {
	content: url(images/h-maru-b.gif);
	display: block;
	margin-left: -17px;
}

#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: 205px;
	height: auto;
	float: right;
}

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





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

#footer {
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	width: 860px;
	height: 120px;
	margin: 0;
	clear: both;
}

#copyright {
	color: #B3B3B3;
	font-size: 90%;
	text-align: center;
	padding-top: 30px;
	line-height: 1.3em;
}

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

ul.sidebar li ul {
	margin: 0;
	padding-left: 24px;
	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/li_icon.gif");
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	margin: 0;
	padding: 0 0 0 10px;
}

ul.sidebar h2 {
	background-image: url("images/sidebar.gif");
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom: 4px;
	font-size: 95%;
	line-height: 24px;
	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_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: 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/li_icon.gif");
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: none;
}

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

.navigation {
	margin: -2em auto 50px;
	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-bottom: 1em;
}

#comments .metadata {
	padding: 0 7px;
	margin: 0 0 20px;
	border: none;
	background-color: #E0E3D9;
}

#comments h3#trackback_num {
margin-left: -40px;
}

ol#commentlist,ol#trackbacklist {
	margin: 0 40px 40px 40px;
	padding: 0;
}



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

#comments input#trackbackurl {
	width: 500px;
	padding: 2px 4px;
	font-size: 90%;
	margin: 0 0 40px 38px;
	background-color: #ECEEE4;
	border-style: solid;
	border-width: 1px;
	border-color: #444 #ddd #ddd #444;
}

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



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

#comments .trackback .comment_text p {
	margin: 0px;
	padding: 0.5em 15px;
	color: #222;
}

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



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

#comments .comment .comment_text p{
	margin: 0px;
	padding: 0.5em 15px;
	color: #222;
}

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



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

#comments .comment-mycomment .comment_text {
	margin-top: 40px;
	background-color: #E0E3D9;
}

#comments .comment-mycomment .comment_text p{
	margin: 0 0 1px 0;
	padding: 0.5em 15px;
	color: #222;
}

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



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

#comments #commentform {
	margin: 0 60px;
}

#commentform p {
	background-color: #E0E3D9;
	margin: 20px 0 0 0;
}

#commentform input#author {
	width: 200px;
	padding-left: 8px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #564e4d #dcd0d9 #dcd0d9 #564e4d;
}

#commentform input#email {
	width: 200px;
	padding-left: 8px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #564e4d #dcd0d9 #dcd0d9 #564e4d;
}

#commentform input#url {
	width: 200px;
	padding-left: 8px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #564e4d #dcd0d9 #dcd0d9 #564e4d;
}

#commentform label {
	padding-left: 8px;
}

#comments textarea {
	padding: 8px;
	width: 452px;
	margin: 0;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #564e4d #dcd0d9 #dcd0d9 #564e4d;
}

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

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



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