@charset "UTF-8";
/*********************
date 2009/04/28
ver 1.00
*********************/

/* Top
------------------------------*/

/* Profile
------------------------------*/
#til_news{
	margin-top:0px;
	margin-bottom:60px;
	width:740px;
	height:116px;
	background-image: url(../images/news/til_news.gif);
}


/* Profile
------------------------------*/
#til_profile{
	margin-top:0px;
	margin-bottom:60px;
	width:740px;
	height:116px;
	background-image: url(../images/profile/til_profile.gif);
}

/* Discography
------------------------------*/
#til_discography{
	margin-top:0px;
	margin-bottom:60px;
	width:740px;
	height:116px;
	background-image: url(../images/discography/til_discography.gif);
}

/* Books
------------------------------*/
#til_books{
	margin-top:0px;
	margin-bottom:60px;
	width:740px;
	height:116px;
	background-image: url(../images/books/til_books.gif);
}

/* Lesson
------------------------------*/
#til_lesson{
	margin-top:0px;
	margin-bottom:60px;
	width:740px;
	height:116px;
	background-image: url(../images/lesson/til_lesson.gif);
}

/* Blog
------------------------------*/
#til_blog{
	margin-top:0px;
	margin-bottom:40px;
	width:820px;
	height:116px;
	background-image: url(../images/til_blog.png);
}

h2.title{
	display: none;
	  /*text-indent: -9999px;
margin: 0 0 10px;
  font-size: 18px;
  background: url(../images/common/h3_bg.gif) no-repeat left bottom;
  padding-left: 20px;
  color: #330000;*/
}
h2.title a{
  color: #330000;
  text-decoration: none;
}
.post{
  font-family: sans-serif;
  line-height: 1.7;
  margin-bottom: 80px;
}
.post a:hover{
  opacity: 0.8;
}
.post .cat{
  margin-top: 5px;
}
.post .cat a{
  color: #B18020;
}

.content_area{
  margin-top: 40px;
}

.post img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.post h3{
  width: inherit;
  margin: inherit;
  margin-bottom: 20px;
  padding: 0;
  color: #B54600;
  font-size: 20px;
  height: inherit;
  border-bottom: 1px dotted;
}
.post h4{
  margin: inherit;
  margin-bottom: 15px;
  color: #85960B;
  font-size: 18px;
}
.post h5{
  margin: inherit;
  margin-bottom: 15px;
  color: #B74D72;
  font-size: 15px;
}

blockquote{
  color: #9A7A23;
  border-top: 1px solid #c6af6f;
  border-right: 1px solid #c6af6f;
  border-bottom: 1px solid #c6af6f;
  border-left: 5px solid #c6af6f;
  margin: 30px 0;
  padding: 0 20px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
  float: right;
  margin-top: 1.5em;
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.alignleft {
  float: left;
  margin-top: 1.5em;
  margin-right: 2em;
  margin-bottom: 1.5em;
}


.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}
.wp-caption-text{
  margin: 6px 0 20px 0;
  font-size: 12px;
  line-height: 1.5;
}

hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #E0D2AC;
}
.more-link{
  color: #B18020;
  display: block;
  text-align: right;
}

/* Sidebar
------------------------------*/
#sidebar{
  float: right;
  font-family: sans-serif;
  width: 180px;
}
#sidebar ul{
  padding: 0;
  margin: 0;
}
#sidebar li{
  list-style: none;
}
#sidebar h3{
  padding: 2px 6px;
  background-color: #E0D2AC;
  color: #864303;
  font-size: 14px;
  width: inherit;
  height: inherit;
  margin-top: 0;
  margin-bottom: 10px;
}

#sidebar a{
  color: #B18020;
}
#sidebar a:hover{
  opacity: 0.7;
}

.widget-container{
  margin-bottom: 30px;
}
.widget-container li{
  margin-bottom: 8px;
}

#wp-calendar{
  color: #864303;
}
#wp-calendar th, #wp-calendar tbody td{
  text-align: center;
  font-size: 13px;
}
#wp-calendar td#next{
  text-align: right;
}

.nav-below a{
  color: #B18020;
}
.nav-previous{
  float: left;
}
.nav-next{
  float: right;
}

/* comment
------------------------------*/
#comments{
	font-size: 13px;
	line-height: 1.5;
	border: 1px solid #E0D2AC;
	border-radius: 4px;
	margin-bottom: 100px;
	font-family: sans-serif;
	background-color: rgba(255, 255, 255, 0.35);
}
#comments .title{
	border-bottom: 1px solid #E0D2AC;
	padding: 6px 20px;
	font-size: 16px;
	color: #864303;
	font-weight: bold;
}
#comments .comment-reply-title{
	border-top: 1px solid #E0D2AC;
	padding: 12px 20px 0;
	font-size: 16px;
	color: #864303;
	margin-bottom: 0;
	width: inherit;
}
#comments .comment-reply-title a{
	color: #864303;
}
#comments .comment-author{
	float: left;
	margin-bottom: 5px;
}
li.comment{
	margin-bottom: 10px;
	list-style: none;
}
.comment-list p{
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #E0D2AC;
	padding: 10px;
	border-radius: 4px;
}
#comments .reply{
	text-align: right;
}
#comments .comment-meta{
	position: absolute;
	right: 0;
	top: 14px;
	font-size: 12px;
	color: #864303;
	text-align: right;
}
#comments .comment-meta a{
	color: #864303;
}
.comment-body{
	position: relative;
}
.comment-awaiting-moderation{
	position: absolute;
	bottom: 13px;
	left: 0;
	font-size: 12px;
	color: #864303;
}

#comments .comment-list,
#comments #commentform{
	padding: 10px 20px;
}
.form-allowed-tags{
	font-size: 11px;
	color: #864303;
	line-height: 1.3;
}
.form-allowed-tags code{
	background: none;
	color: #864303;
}
#commentform label{
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin-bottom: 3px;
}
.logged-in-as{
	background-color: #E0D2B3;
	padding: 8px 12px;
	border-radius: 4px;
	color: #666;
}
.logged-in-as a{
	color: #333;
}
#comments .submit,
a.comment-reply-link{
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #CEB784;
	padding: 4px 20px;
	color: #333;
	text-decoration: none;
	display: inline-block;
}
#comments .submit:hover,
a.comment-reply-link:hover{
	background-color: #f5f5f5;
}

.comment-list #respond p{
	border: none;
	padding: 0;
}
.comment-list #respond p.logged-in-as{
	padding: 8px 12px;
}
#comments .comment #respond #commentform{
	padding: 0;
	margin-bottom: 40px;
}
#comments .comment #respond .comment-reply-title{
	padding: 10px 0;
}
#cancel-comment-reply-link{
	display: block;
	float: right;
	color: #864303;
	padding: 4px 0;
	font-size: 12px;
}
.comment-list .children{
	padding-left: 25px;
}
