@charset "UTF-8";

/* 全体
-------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font: 13px Osaka, Verdana, sans-serif;
	background: #FFF3DE;
	text-align: center;
}
img {
	border: none;
}
/* リンク 共通 */
a 
{
	border-bottom: 2px solid #FFFFFF;
	color: #B38535;
	text-decoration: none;
}
a:hover {
	border-bottom: 2px dotted #FF6600;
	color: #FF6600;
	text-decoration: none;
}
img a:hover {
	border: none;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
p
{
	text-indent: 0;
}
#wrap {
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
	border: 1px solid #C6A577;
}

/* ヘッダー
-------------------------------------------------------------------------------*/
#header {
	margin: 0;
	padding: 0;
	background: url(images/bg_header.jpg) repeat-x;
	width: 780px;
	height: 120px;
	text-align: left;
}
#headerimg {
	margin: 0 0 0 0;
	padding: 25px 0 0 20px;
	float: left;
	background: transparent;
}
#headerimg a {
	border: none;
	color: #ffffff;
	text-decoration: none;
}
#headerimg a:hover {
	border: none;
	color: #dcdcdc;
	text-decoration: none;
}
/*
#headerimg a:hover img {
	border: none;
}
*/
#header_memo {
	margin: 10px 40px 0 0;
	padding: 0;
	width: 270px;
	height: 70px;
	background: url(images/bg_header_memo.gif) no-repeat #FEECCB;
	float: right;
}
#header_memo p {
	line-height: 130%;
	text-align: left;
}

.description {
	margin: 0;
	padding: 0 0 0 5px;
	color: #009966;
	background: transparent;
	font-size: 13px;
	text-decoration: none;
}

/* ナビゲーター
-------------------------------------------------------------------------------*/
#navigator {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 30px;
	border-top: 1px solid #C6A577;
	background: url(images/bg_navigator.gif) #E7D5A9 repeat-x;
}
#navigator ul {
	margin: 0;
	padding: 0;
	width: 720px;
	/*background: #5F707A;*/
	float: left;
	font: 13px Osaka, Verdana, sans-serif;
}
#navigator ul li {
	margin: 0;
	padding: 0;
	width: 120px;
	height: 30px;
	line-height: 2.5em;
	float: left;
	list-style: none;
	font-weight: bold;
	text-align: center;
}
#navigator ul li.current_page {
	margin: 0;
	color: #FF6633;
	background: url(images/bg_current_page_li.gif) #FFFFFF no-repeat left top;
}
#navigator ul li.left_side {
	width: 20px;
}
#navigator ul li a{
	width: 120px;
	height: 30px;
	border: none;
	display: block;
	color: #333333;
	text-decoration: none;
}
#navigator ul li a:hover{
	width: 120px;
	height: 30px;
	border: none;
	display: block;
	color: #FF6633;
	background: url(images/bg_navigator_hover.gif) repeat-x;
	text-decoration: none;
}

/* メイン記事表示部
-------------------------------------------------------------------------------*/
#content {
	margin: 0;
	padding: 10px 0;
	position: relative;
	left: 20px;
	float: left;
	width: 520px;
	color: #333333;
}
/*
#content h2 {
	margin: 5px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #C6A577;
	color: #5F707A;
	font-size: 13px;
	text-align: right;
	width: 520px;
}
#content h2#comments a {
	color: #5F707A;
	font-size: 13px;
}
*/
#content h2 {
	padding: 0;
	border-bottom: 1px solid #C6A577;
	width: 520px;
	height: 20px;
	line-height: 100%;
	color: #5F707A;
	background: url(images/bread.gif) left top no-repeat;
	font-size: 15px;
	text-indent: 35px;
}
#content h2 img {
	border: 0;
}
#content h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

#content h3 {
	margin: 0;
	padding: 2px 0 0 28px;
	height: 25px;
	line-height: 25px;
	color: #5F707A;
	background: url(images/pane.gif) left no-repeat;
	font-size: 14px;
}

#content div.post p {
	width: 90%;
}

#content ul {
	margin: 1em 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#content dl {
	line-height: 150%;
}
#content dl dt{
	float: left;
}
#content dl dd {
	margin-left: 100px;
}
/* index */
div#title
{
	margin: 0;
	padding: 0;
	width:100%;
	background: #DFC0A1;
}
div#title p
{
	margin: 0;
	padding: 0;
	line-height: 12px;
	font-size: 11px;
}
#index_content {
	margin: 0;
	padding: 10px 0;
	position: relative;
	left: 20px;
	float: left;
	width: 740px;
	color: #333333;
}
div.introduction {
	margin: 10px 0 10px 20px;
	padding: 0;
	width: 700px;
	height: 300px;
	background: url(images/index_image.jpg) right bottom no-repeat;
}
div.introduction p{
	line-height: 160%;
}
p.index_image {
	margin: 0 2em 0 20px;
	color: #5F707A;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
}

/* about */
div.about {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 500px;
	height: 460px;
	background: url(images/about_image.jpg) right bottom no-repeat;
}
div about p {
	line-height: 160%;
}

#content h2.storytitle, #content h3.storytitle a {
	font-size: 15px;
	color: #5F707A;
	text-decoration: none;
}
#content h2.storytitle a:hover {
	color: #FF6600;
	text-decoration: none;
}

#content div.post {
	margin: 0 0 20px 0;
	padding: 0;
}
#content div.post p, #content div.post li {
	line-height: 130%;
}
#content div.post div.storycontent p {
	/*width: 100%;*/
}
#content div.post div.storycontent ul, #content div.post div.storycontent ol {
	margin-left: 0;
	padding-left: 0;
}
#content div.post div.storycontent li {
	margin-left: 30px;
	width: 85%;
}
#content div.post div.storycontent blockquote {
	background: #f7f7f7;
	border-left: 3px solid #6F6F6F;
	font-family: Osaka, Verdana, sans-serif;
	margin-left: 20px;
	padding: 4px 4px 4px 7px;
	width: 85%;
}
#content div.post p {
	width: 90%;
}
#content div.post div.meta, #content div.post div.meta a {
	color: #CC973D;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
	text-align: right;
}
#content div.post div.meta a:hover {
	color: #FF6600;
}
#content div.post div.meta li a:hover {
	color: #FF6600;
}
#content div.post div.meta ul, #content div.post div.meta li {
	display: inline;
	margin: 0;
	padding: 0;
}
#content div.post div.feedback {
	margin: 0 0 0 1.5em;
	font-size: 12px;
}

#content #commentlist {
	margin: 20px 20px 20px 23px;
	padding: 0;
}
#content #commentlist li {
	margin-bottom: 10px;
}
#content #commentform input, #content #commentform textarea {
	padding: 2px;
	border: 1px solid #999999;
	font-size: 12px;
}

#content #commentform textarea {
	height: 150px;
	width: 90%;
}

#content code {
	color: #800000;
}


#content input.trackback-url {
	border: none;
	color: #333333;
}
#content div.dotted_box
{
	margin: 1em auto 3em 5em;
	padding: 1em 2em;
	width: 300px;
	border: 2px dotted #FF6600;
}

/* スケジュール */
#wide_content {
	margin: 0;
	padding: 10px 0;
	position: relative;
	left: 10px;
	width: 780px;
	color: #333333;
}
#wide_content h2 {
	padding: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #C6A577;
	width: 760px;
	height: 20px;
	line-height: 100%;
	color: #5F707A;
	background: url(images/bread.gif) left top no-repeat;
	font-size: 15px;
	text-indent: 35px;
}
#wide_content h3 {
	margin: 0;
	padding: 2px 0 0 28px;
	height: 25px;
	line-height: 25px;
	color: #5F707A;
	background: url(images/pane.gif) left no-repeat;
	font-size: 14px;
}

/* お問い合わせ */
form p
{
	text-indent: 1em;
}
form p.label
{
	margin-bottom: 0;
}
fieldset
{
	margin: 0 10px 5px 20px;
	padding: 5px 0 0 0;
	border: none;
	border-bottom: 1px dotted #999999;
	line-height: 180%;
}
fieldset.bottom
{
	margin-bottom: 2em;
	border: none;
}
fieldset.bottom div
{
	text-align: center;
}
fieldset table.layout
{
	border: none;
	color: #333333;
	font-size: 13px;
}
fieldset table.layout td
{
	vertical-align: middle;
}
fieldset table.layout th
{
	padding: 0 2em;
	text-align: left;
	vertical-align: top;
}
input, select, textarea{
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #AAAAAA #AAAAAA #666666;
	vertical-align: middle;
	color: #000000;
	background: #EEEEEE;
}
input.button
{
	border: solid 1px #AAAAAA;
	background: #DDDDDD;
}
/*フォーカス取得時*/
input:focus, select:focus, textarea:focus{
	background: #FFFFFF;
}
input.radio{
  border-style: none;
  color: #000000;
  background: transparent;
}
/* 入力部幅指定 個別指定 */
#name, #name2, #company{
	width: 180px;
	ime-mode: active;
}
#email,#email2{
	width: 300px;
	ime-mode: disabled;
}
#tel1, #tel2, #tel3
{
	width: 60px;
	ime-mode: disabled;
}
#fax1, #fax2, #fax3
{
	width: 60px;
	ime-mode: disabled;
}
#pane, #number, #number2
{
	width: 60px;
	ime-mode: disabled;
}

#title{
	width: 420px;
	ime-mode: active;
}
#comment{
	width: 420px;
	ime-mode: active;
}

#confirm
{
	margin: 2em 0 0 100px;
	padding: 0;
	width: 600px;
	line-height: 130%;
	font-size: 13px;
	text-align: left;
}
#confirm h2
{
	padding: 0;
	border-bottom: 1px solid #C6A577;
	width: 520px;
	height: 20px;
	line-height: 100%;
	color: #5F707A;
	background: url(images/bread.gif) left top no-repeat;
	font-size: 15px;
	text-indent: 35px;
}
/* lesson */
#content ol.menu
{
	margin: 0 0 0 3em;
}
#content p.menu
{
	margin: 0;
	padding: 0;
	line-height: 100%;
}

/* サイドメニュー
-------------------------------------------------------------------------------*/
#menu {
	margin: 3px 0 10px 0;
	padding: 0;
	/*position: relative;*/
	float: right;
	clear: right;
	/*left: 60px;*/
	width: 200px;
}

#menu ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	margin: 5px 0;
	padding: 0;
	color: #5F5F5F;
	font-size: 13px;
}
#menu ul li p {
	font-size: 13px;
	width: 180px;
	font-weight: bold;
}
#menu ul li h2 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C6A577;
	width: 180px;
	background: url(images/bg_menu_h2.gif) left no-repeat;
	font-size: 15px;
	font-weight: bold;
	text-indent: 2em;
}

#menu ul li ul {
	margin: 5px 0 15px 10px;
}

#menu ul li ul li {
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 18px;
}

#menu ul li#winamp ul li {
	width: 180px;
}

#menu ul li ul li a {
	color: #5F5F5F;
	text-decoration: none;
}

#menu ul li ul li a:hover {
	border-bottom: 2px dotted #FF6600;
	color: #FF6600;
}
#menu ul li ul li img a{
	border: none;
}
#menu ul li ul li img a:hover{
	border: none;
	border-bottom: none;
}

#searchform {
	margin: 2px 0 15px 0;
}
#searchform input {
	border: 1px solid #999999;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

#commentlist p.meta, #commentlist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

#trackbacklist p.meta, #trackbacklist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

/* Begin Calendar */
#wp-calendar {
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

.comment-number {
	font: italic 28px 'Times New Roman', Times, serif;
	color: #73a0c5;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0;
	padding: 10px;
}

.none {
	margin: 0;
	padding: 10px;
}

#ed_toolbar input {
	border: 1px solid #dcdcdc;
	background-color: #e6eadb;
	margin: 0 1px 0 0;
}

.hl-surround{
    -moz-border-radius: 5px;
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    padding: 8px;
    margin-bottom: 5px;
    width: 400px;
    overflow: auto;
    text-align: left;
}

.hl-surround, .hl-surround pre, .hl-surround span{
	font: normal 9pt 'Courier New', monospace;
}

.hl-default{
	color: Black;
}
.hl-code{
	color: Gray;
}
.hl-brackets{
	color: Olive;
}
.hl-comment{
	color: #ffa500;
}
.hl-quotes{
	color: #8b0000;
}
.hl-string{
	color: Red;
}
.hl-identifier{
	color: Blue;
}
.hl-builtin{
	color: Teal;
}
.hl-reserved{
	color: Green;
}
.hl-inlinedoc{
	color: Blue;
}
.hl-var{
	color: #00008b;
}
.hl-url{
	color: Blue;
}
.hl-special{
	color: Navy;
}
.hl-number{
	color: Maroon;
}
.hl-inlinetags{
	color: Blue;
}
.hl-main{
	background-color: transparent;
}

.hl-main pre{
	margin: 0; padding: 0;
}


/* フッター
-------------------------------------------------------------------------------*/
#footer {
	margin: 0 auto 0 auto;
	padding: 0;
	border-top: 1px solid #C6A577;
	clear: both;
	width: 780px;
	height: 30px;
	color: #333333;
	background: url(images/bg_footer.gif) #E7D5A9 repeat-x;
	font-size: 12px;
	text-align: center;
}
#footer p{
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 20px;
}
#footer a {
	color: #333333;
	border: none;
}
#footer a:hover{
	color: #FF6600;
	border-bottom: 2px dotted #FF6600;
}

/* WordPressのフッター 
p.credit {
	color: #FFFFFF;
	background: #5F707A;
	border-top: 1px solid #DFDFDF;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 4px 0 5px 0;
	text-align: center;
	width: 780px;
}

p.credit a {
	color: #ffffff;
	text-decoration: none;
}

p.credit a:hover {
	color: #ffffff;
	text-decoration: underline;
}
*/