/*
Theme Name: kids Moto Theme
Theme URI: http://www.is-p.cc
Description: キッズモト　テーマ
Author: isp
Author URI: http://www.is-p.cc
Version: 1.0
*/


/*****************************************************
 ページ全体の構成
 WIDTH : 970px
 COLS  : 2 (L: 710px R: 260px)
*****************************************************/
* html body {
	background: url(null) fixed;
	}

body {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	}

/* ヘッダ */
div#header {
  position: fixed;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height:70px;
	background: transparent url('./images/header_bg.gif') left top repeat-x;
	z-index: 100;
	}
div#h_inner {
	width: 950px;
	margin: 0px auto;
	background-color: transparent;
	}

* html div#header {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+0));
	}

/* ホーム（トップページ） */
div#body-home {
	background: #f6faff url('./images/home_body_bg.gif') left top repeat-x;
	margin: 35px 0px 0px 0px;
	}
div#body-home #b_inner {
	font-family: "ＭＳ ゴシック",sans-serif;
	width: 970px;
	margin: 0px auto;
	background: transparent url('./images/home_b_inner_bg.gif') center top no-repeat;
	}

div#home {
	}
div#home_inner {
	background: #A8CFE7 url('./images/home_bg.gif') center top repeat-y;
	padding: 0px 30px;
	}

/* 一般ページ */
div#body {
	background: #a8cfe7 url('./images/body_bg.gif') left top repeat-x;
	margin: 35px 0px 0px 0px;
	}
div#body #b_inner {
	width: 970px;
	margin: 0px auto;
	background: transparent url('./images/b_inner_bg.gif') left top repeat-y;
	zoom: 100%;
	}
div#body #b_inner:after{
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
	}
div#body #content {
	width: 710px;
	float: left;
	background: transparent url('./images/content_bg.gif') left top no-repeat;
	}

/* 固定ページ */
div#body-page {
	background: #a8cfe7 url('./images/body_page_bg.gif') left top repeat-x;
	margin: 35px 0px 0px 0px;
	}
div#body-page #b_inner {
	width: 970px;
	margin: 0px auto;
	background: transparent url('./images/b_inner_bg.gif') left top repeat-y;
	zoom: 100%;
	}
div#body-page #b_inner:after{
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
	}
div#body-page #content {
	width: 710px;
	float: left;
	background: transparent url('./images/content_page_bg.gif') left top no-repeat;
	}

/* コンテンツ */
div.c_inner {
	margin: 10px 10px 10px 30px;
	background-color: transparent;
	}

/* サイドバー */
div#sidebar {
	width: 260px;
	float: right;
	background: transparent url('./images/content_bg.gif') right top no-repeat;
	}
div#s_inner {
	margin: 0px 20px 0px 10px;
	background: #f6faff url('') left top;
	padding-bottom: 30px;
	}

/* 固定ページ サイドバー */
div#sidebar-page {
	width: 260px;
	float: right;
	background: transparent url('./images/content_page_bg.gif') right top no-repeat;
	}

div.inner {
	margin: 20px 10px;
	background-color: transparent;
	}

/* フッタ */
div#footer {
	background: #a8cfe7 url('./images/b_inner_bg.gif') center top repeat-y;
	}
div#f_inner {
	width: 970px;
	height: 300px;
	margin: 0px auto;
	background: transparent url('./images/footer_bg.gif') center bottom no-repeat;
	}


/****************************************************
 全体で共通のスタイル
****************************************************/

/* h1 */
h1 {
	margin: 80px 0px 0px 30px;
	padding: 0px;
	border: none;
	background: none;
	}
h1 img {
	vertical-align: bottom;
	}

/* h2 */
div.h2 h2 {
	font-size: 1.4em;
	margin: 0px;
	padding: 15px 0px 0px 70px;
	background: none;
	}
div.h2 {
	height: 50px;
	background: transparent url('./images/h2_bg.gif') left center no-repeat;
	color: #fff;
	}
div.h2 a {
	color: #fff;
	}
div.h2 a:hover {
	color: #ff6600;
	}

/* h3 */
h3 {
	padding: 4px 0px 3px 30px;
	font-size: 1.2em;
	color: #0099cc;
	background: transparent url('./images/h3_bg.gif') left center no-repeat;
	border-bottom: 1px dotted #ccc;
	}

/* h4 */
div.h4 h4 {
	}
div.h4 {
	}

p { line-height: 140%; letter-spacing: 1px; }

p.detail-link { text-align: right; margin: 0.5em 0px; padding: 0px; }

img { border: 0px; }

table { font-size: 1em; }

form { margin: 0px; padding: 0px; }

span.mark { color: #f00; font-weight: bold; }

/*** ダミー用 ***/
span.dummy { width: 0px; height: 0px; display: none; }

/*** 全て無し ***/
.nothing {
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: none;
	background-color: transparent;
}

/*** 高さ指定 ***/
.height-5 { height: 5px; }
.height-10 { height: 10px; }
.height-20 { height: 20px; }
.height-30 { height: 30px; }
.height-40 { height: 40px; }
.height-50 { height: 50px; }
.height-60 { height: 60px; }
.height-70 { height: 70px; }
.height-80 { height: 80px; }

/* ボーダー0 */
.border-0 { border: 0px; }

/*** リンク色 ***/
/* 基本（明るい緑色） */
a { color: #6399b8; text-decoration: none; outline: none; }
a:hover { color: #6399b8; text-decoration: underline; }
a:visited { color: #9966cc; }

a.greenlink { color: #009933; text-decoration:none; }
a.greenlink:hover { color: #ff6600; text-decoration:none; }

a.bluelink { color: #175bea; text-decoration:none; }
a.bluelink:hover { color: #ff6600; text-decoration:none; }

a.redlink { color: #ff0000; text-decoration:none; }
a.redlink:hover { color: #ff6600; text-decoration:none; }

a.whitelink { color: #ffffff; text-decoration:none; }
a.whitelink:hover { color: #ff0000; text-decoration:none; }

a.blacklink { color: #000000; text-decoration:none; }
a.blacklink:hover { color: #ff6600; text-decoration:none; }

/* DL DT DD 横並び */
dl.float {
	background: transparent url('./images/dl_float_bg.gif') left top repeat-y;
	}
dl.float dt {
	width: 140px;
	float: left;
	padding: 5px;
	}
dl.float dd {
	padding: 5px 0px 5px 150px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/*****************************************************
 ヘッダ
*****************************************************/
div#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
div#header li {
	display: inline;
	}

div#pageup {
	z-index: 100;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	}

* html div#pageup {
	position: absolute;
	}


/*****************************************************
 ホーム
*****************************************************/

p.morelink {
	text-align: right;
	margin-top: 0px;
	padding-top: 5px;
	}
/* 最新フォトレポート */
table#photo-report {
	height: 225px;
	z-index: 0;
	margin: 0px 0px 0px 30px;
	}

td#reportframe {
	width: 320px;
	background: transparent url('./images/report_bg.gif') left top no-repeat;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	}

td#photoframe {
	padding: 60px 10px 0px 0px;
	}

div#report {
	margin: 0px;
	padding: 10px;
	height: 0px;
	color: #fff;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	}
div#report h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 1.2em;
	}
div#report a {
	color: #e0ffff;
	}

ul#latest-photo {
	list-style-type: none;
	}

ul#latest-photo img {
	display: none;
	}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 570px;
	height: 100px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 570px;
	height: 100px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 140px;
	height: 100px;
}

/* 更新情報 */
table#update-list {
	margin: 0px;
	width: 540px;
	}
table#update-list tr {
	padding-bottom: 15px;
	background: #fff url('./images/line_dott.gif') left bottom repeat-x;
	}
table#update-list td {
	padding: 10px 0px;
	}
table#update-list th {
	padding-top: 10px;
	width: 100px;
	}
table#update-list td.content {
	padding-left: 10px;
	}

/* お知らせ */
table#info-list {
	margin: 0px;
	width: 540px;
	}
table#info-list a {
	background: transparent url('./images/home_list_style.gif') left center no-repeat;
	padding-left: 20px;
	}
table#info-list tr.even {
	background-color: #fff;
	}
table#info-list tr.odd {
	background-color: #f3f3f3;
	}

/* 開催日程 */
table#schedule-list {
	margin: 0px;
	width: 340px;
	}
table#schedule-list tr {
	background: transparent url('./images/line_dott.gif') left bottom repeat-x;
	}
table#schedule-list td {
	width: 100%;
	padding: 10px 5px;
	}
table#schedule-list dl {
	margin: 5px 0px;
	border: 1px solid #999;
	padding: 0;
	width: 320px;
	background: transparent url('./images/dtdd_line.gif') 6em top repeat-y;
}
table#schedule-list dt {
	margin: 0;
	padding: 5px 0 5px 5px;
	width: 6em;
}
table#schedule-list dd {
	padding: 5px 5px 5px 6.8em;
	margin-left: 0;
	margin-top: -2.1em;
	margin-bottom: -1px;
	line-height: 1.4em;
}

/* フォトレポート */
table#id-photoreport {
	margin: 0px;
	width: 340px;
	}
table#id-photoreport th {
	font-weight: normal;
	padding: 5px;
	width: 30%;
	text-align: left;
	}
table#id-photoreport td {
	padding: 5px;
	width: 70%;
	text-align: left;
	}
table#id-photoreport tr.even {
	background-color: #fff;
	}
table#id-photoreport tr.odd {
	background-color: #f3f3f3;
	}

p.p-list {
	padding-bottom: 15px;
	text-align: right;
	background: #fff url('./images/line_dott.gif') left bottom repeat-x;
	}

/* リンク */
ul#home-link {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	}
ul#home-link li {
	margin: 0px;
	padding: 10px 0px;
	}

/*****************************************************
 ページ
*****************************************************/

/* 教室の流れ */
div.school-flow img {
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	}
div.school-flow p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

/* 開催日程テーブル */
table.schedule-table { width: 100%; }
table.schedule-table tr.title { background: transparent url('./images/thead_bluelist.gif') left top; }
table.schedule-table th {
	padding: 5px 10px;
	border-bottom: 2px solid #c0c0c0;
	}
table.schedule-table td {
	padding: 5px 10px;
	text-align: center;
	}
table.schedule-table tr.odd td {
	background-color: #f3f3f3;
	border-bottom: 1px dotted #cdcdcd;
	}
table.schedule-table tr.even td {
	background-color: #fcfcfc;
	border-bottom: 1px dotted #cdcdcd;
	}
/*
table.schedule-table {
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	}
table.schedule-table th {
	padding: 10px 20px;
	color: #1D5C79;
	background: #CAE5F1 url(images/th.gif) repeat-x;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
	}
table.schedule-table td {
	padding: 10px 20px;
	color: #1D5C79;
	text-align: center;
	background: #F4FAFC url(images/td.gif) repeat-x;
	border-bottom: 1px solid #FFF;
	}
*/
table.blue-list {
	background-color: transparent;
	}
table.blue-list thead {
	background: transparent url('./images/thead_bluelist.gif') left top;
	}
table.blue-list thead th {
	border-bottom: 2px solid #c0c0c0;
	padding: 5px 10px;
	text-align: left;
	}
table.blue-list tr.odd th {
	background-color: #f3f3f3;
	}
table.blue-list tr.even th {
	background-color: #fcfcfc;
	}
table.blue-list tr.odd td {
	background-color: #f3f3f3;
	}
table.blue-list tr.even td {
	background-color: #fcfcfc;
	}
table.blue-list tbody th {
	font-weight: normal;
	text-align: center;
	background-color: transparent;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	width: 20%;
	}
table.blue-list tbody td {
	padding: 5px 10px;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	width: 80%;
	}

table.info-table {
	font-size: 0.8em;
	letter-spacing: 0.3em;
	background-color: #ddd;
	font-family: "monospace";
	}
table.info-table th {
	padding: 5px 10px;
	background-color: #efeff0;
	border-left: 1px solid #fcfcfc;
	border-top: 1px solid #fcfcfc;
	}
table.info-table td {
	padding: 5px 10px;
	background-color: #fff;
	}

.caution { font-weight: bold; color: #f00; }

/* WordPress 更新手順 */
div.wp-update img { float: left; padding: 5px; border: 1px solid #ddd; }
div.wp-update ol { margin-left: 150px; padding: 0px; }
div.wp-update ol li { margin: 0px; padding: 2px 0px; }

/*****************************************************
 コンテンツ
*****************************************************/

/* ページリンク */
div.link-navi {
	margin: 0px 0px 20px 30px;
	background: transparent url('./images/link_navi_bg.gif') left top;
	padding: 5px;
	}
div.link-navi div {
	cursor: pointer;
	}
div.link-navi a {
	}

p.postmetadata {
	background: transparent url('./images/postmeta_bg.gif') left top;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 40px 0px;
	}
p.postmetadata input {
	width: 95%;
	}


/*****************************************************
 コメントフォーム
*****************************************************/

/* コメント記入欄 */
div.comment-header {
	margin: 0px;
	background: transparent url('./images/comment_bg.gif') left top no-repeat;
	height: 48px;
	}
div.comment-header h3 {
	width: 0px;
	height: 0px;
	display: none;
	}

div.comment-form {
	margin: 0px;
	padding: 10px;
	background: transparent url('./images/comment_form_bg.gif') left top repeat-y;
	border-bottom: 1px solid #ccc;
	}

div.comment-form dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
div.comment-form dt {
	float: left;
	width: 100px;
	padding: 5px 0px 5px 0px;
	}
div.comment-form dd {
	padding: 5px 0px 5px 110px;
	}
div.comment-form dd input {
	width: 60%;
	}

p.comment-submit {
	margin: 10px 0px 0px 0px;
	text-align: center;
	}

/* コメントリスト */
ul#commentlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

ul#commentlist li {
	padding: 10px 0px 0px 0px;
	border-bottom: 3px solid #a8cfe7;
	}
ul#commentlist p.comment-name {
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	}
ul#commentlist p.comment-content {
	margin-left: 30px;
	}
ul#commentlist p.comment-date {
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 3px;
	}


/*****************************************************
 サイドバー
*****************************************************/
/* 固定メニュー */
ul#fixed-ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#fixed-ul li {
	margin: 0px;
	padding: 0px;
	}
ul#fixed-ul img {
	vertical-align: top;
	}

/* ウィジェット */
ul#widget-ul {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
	}
ul#widget-ul h3 {
	background: none;
	padding-left: 10px;
	}

div#sidebar_top {
	padding-left: 10px;
	background: #666 url('./images/sidebar_top_bg.gif') left top no-repeat;
	height: 120px;
	}
div#sidebar_top .up-year {
	margin: 0px;
	padding: 30px 0px 0px 5px;
	}
div#sidebar_top .up-date {
	text-align: right;
	padding-right: 20px;
	}

img#wpstats{display:none}

#colorboxLink { display: none; }
div#text-6 { z-index: -1; }

/*****************************************************
 段組みを自動で解除する
*****************************************************/
.auto-float-clear {
	zoom: 100%;
}
.auto-float-clear:after {
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

