@charset "utf-8";
/*
Theme Name: JSM
Theme URI: http://wordpress.org/
Description: WordPress のデフォルトテーマをカスタマイズしたテーマ
Version: 1.0
Author: Sorasol
Author URI: http://sorasol.jp/
Tags: blue, fixed width, two columns, widgets

	JSM v1.0

	This theme was designed sorasol.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/******************************* Reset*一旦全てのCSSをリセット *******************************/

body,  div,  dl, dt, dd,  ul, ol, li,  h1, h2, h3, h4, h5, h6,  pre, code,  form, fieldset, legend, input, textarea,  p, blockquote,  th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address,  caption,  cite,  code,  dfn,  em,  strong,  th,  var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,  th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr,  acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	line-height: -1px;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */



input {
	_margin: -1px 0;
}
sup,  sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -4px
}
sub {
	top: 4px
}
/******************************* End Reset *******************************/


/******************************* Fonts *******************************/
body {
*font-size:small;
*font:x-small;
	font-family: arial, helvetica, clean, sans-serif, "ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro W3";
	font-size: 12px;
}
table {
	font-size:inherit;
	font:100%;
}
/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {
	font:99% arial, helvetica, clean, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {
	font:115% monospace;
*font-size:100%;
}
/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {
	line-height:1.38em;
}
/******************************* END Fonts *******************************/


/******************************* Layout *******************************/

body {
	text-align:center;
	background:#FFFFFF;
	margin:0;
	color:#FFFFFF;
}
#page {
	background:#E0F9FC url(images/common/Bg_Page.gif) repeat top;
	padding-bottom:9px;
}
#header {
	margin:0 auto;
	width:950px;
	height:24px;
	text-align:left;
	background:url(images/common/Bg_Header.gif) no-repeat;
}
#header h1 a {
	display:block;
	width:300px;
	height:24px;
	text-indent:-9999px;
	float:left;
}
#header_banner {
	width:100%;
	margin:0 auto;
	text-align:center;
	background:#000000 url(images/common/Bg_Header_banner.jpg) repeat-x;
	height:81px;
}
#breadcrumbs {
	font-size:0.8em;
	margin-top:-3px;
	margin-bottom:12px;
	padding:0 15px;
}
#main {
	margin:0 auto;
	width:950px;
	text-align:left;
}
#contentbox {
	width:660px;
	float:left;
	padding:10px 0;
}
#content {
	min-height:180px;
	_height:180px;
	background:#000000;
	padding:10px;
}
#content_bottom {
	background:url(images/common/Bg_Content_bottom.gif) no-repeat;
	width:660px;
	height:19px;
	display:block;
	font-size:1px;
}
#sidebar {
	width: 260px;
	float:right;
	padding:10px 0;
}
#footer_line {
	background:url(images/common/Bg_FooterLine.gif) top repeat-x;
	padding-top:4px;
}
#footer {
	width:950px;
	height:48px;
	margin:0 auto;
	text-align:left;
	text-indent:-9999px;
	background:#FFFFFF url(images/common/Bg_Footer.gif) no-repeat left 6px;
}
/******************************* End Layout *******************************/

/******************************* Navigation *******************************/

#navi {
	background:url(images/common/Bg_Navi.gif) no-repeat top center;
	padding:28px 0 10px 0;
}
#navi ul {
	width:950px;
	height:40px;
	margin:0 auto;
}
#navi ul li {
	height:40px;
	float:left;
}
#navi ul li a {
	display:block;
	height:40px;
	text-indent:-9999px;
}
#navi ul li#mn01 a {
	background:url(images/common/Mn_Main01.gif) no-repeat;
	width:251px;
}
#navi ul li#mn02 a {
	background:url(images/common/Mn_Main02.gif) no-repeat;
	width:289px;
}
#navi ul li#mn03 a {
	background:url(images/common/Mn_Main03.gif) no-repeat;
	width:215px;
}
#navi ul li#mn04 a {
	background:url(images/common/Mn_Main04.gif) no-repeat;
	width:195px;
}
#navi ul li#mn01 a:hover {
	background:url(images/common/Mn_Main01.gif) no-repeat bottom;
}
#navi ul li#mn02 a:hover {
	background:url(images/common/Mn_Main02.gif) no-repeat bottom;
}
#navi ul li#mn03 a:hover {
	background:url(images/common/Mn_Main03.gif) no-repeat bottom;
}
#navi ul li#mn04 a:hover {
	background:url(images/common/Mn_Main04.gif) no-repeat bottom;
}
#navi ul li#mn01 a.selected {
	background:url(images/common/Mn_Main01.gif) no-repeat bottom;
}
#navi ul li#mn02 a.selected {
	background:url(images/common/Mn_Main02.gif) no-repeat bottom;
}
#navi ul li#mn03 a.selected {
	background:url(images/common/Mn_Main03.gif) no-repeat bottom;
}
#navi ul li#mn04 a.selected {
	background:url(images/common/Mn_Main04.gif) no-repeat bottom;
}
/******************************* END Navigation *******************************/


/******************************* General *******************************/

a {
	/* ¥*/
	overflow:hidden;/* */
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
h1, h2, h3, h4 {
}
.entry p {
	margin-bottom:1em;
}
.entry strong {
	font-weight:bold;
}
#sidebar #banner {
}
#sidebar #banner a {
	display:block;
	margin-bottom:20px;
}
/******************************* END General *******************************/

/******************************* Content *******************************/
#topics_title {
	background: url(images/top/Ttl_h2_01.gif) no-repeat;
	width:640px;
	height:25px;
	text-indent:-9999px;
}
#topics_title h2 {
	width:100px;
	float:left;
}
#topics_title p a {
	display:block;
	float:right;
	width:40px;
	height:25px;
}
#topics dl {
	padding-top:15px;
}
#topics dt {
	float:left;
}
#topics dd {
	float:left;
}
#topics dd a {
	color: #FFFFFF;
	text-decoration: none;
}
#topics dd a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#contact_table {
	width:100%;
}
#contact_table th {
	width:15em;
}
#contact_table span.wpcf7-list-item {
	display:block;
}
#contact_table td {
	padding:5px;
}
#sidebar #archive_list ul li {
	margin:0;
	padding-bottom:5px;
}
#sidebar #archive_list ul li a {
	color:#FFFFFF;
}
.home #sidebar #archive_list {
	display:none;
}/* トップページで非表示 */
table.profile {
	border-left:#666666 5px solid;
	margin-bottom:20px;
}
table.profile th {
	background:#EFEFEF;
	color:#000000;
	padding:10px;
}
table.profile td {
	background:#000000;
	padding:10px;
}
.totop {
	text-align:right;
}
/******************************* END Content *******************************/

/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h2 {
}
h2.pagetitle {
	font-size: 1em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h2.INFORMATION {
	width:630px;
	height:25px;
	text-indent:-9999px;
	background:url(images/information/Ttl_h2_information.gif) no-repeat;
	padding-bottom:10px;
}
h2.PROFILE {
	width:630px;
	height:25px;
	text-indent:-9999px;
	background:url(images/profile/Ttl_h2_profile.gif) no-repeat;
	padding-bottom:10px;
}
h2.SCHEDULE {
	width:630px;
	height:25px;
	text-indent:-9999px;
	background:url(images/schedule/Ttl_h2_schedule.gif) no-repeat;
	padding-bottom:10px;
}
h2.CONTACT {
	width:630px;
	height:25px;
	text-indent:-9999px;
	background:url(images/contact/Ttl_h2_contact.gif) no-repeat;
	padding-bottom:10px;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #EFEFEF;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.post {
	margin: 0 0 20px;/*	text-align: justify; */
	}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
}
h2 {
}
h2.pagetitle {
}
#sidebar h2 {
}
h3 {
	padding: 0;
	margin:0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;/*	text-align: justify; */
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	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 td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
a img {
	border: none;
}
#navigation {
	display: block;
	text-align: center;
	padding: 10px 0;
}
.navigation {
	display:block;
	margin-bottom:20px;
	margin-top:10px;
	text-align:center;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/*----------------------------------------------------
　微調整用
----------------------------------------------------*/

/* margin */

.mt--10 {
	margin-top:-10px;
}
.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px;
}
.mb-0 {
	margin-bottom:0px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-15 {
	margin-bottom:15px;
}
.mb-20 {
	margin-bottom:20px;
}
.ml-0 {
	margin-left:0px;
}
.ml-5 {
	margin-left:5px;
}
.ml-10 {
	margin-left:10px;
}
.ml-15 {
	margin-left:15px;
}
.ml-20 {
	margin-left:20px;
}
.mr-10 {
	margin-right:10px;
}
.mr-15 {
	margin-right:15px;
}
.mr-20 {
	margin-right:20px;
}
/*padding*/

.pd-0 {
	padding:0px;
}
.pb-10 {
	padding-bottom:10px;
}
/* text-align */

.ta-left {
	text-align:left;
}
.ta-center {
	text-align:center;
}
.ta-right {
	text-align:right;
}
/* width */

.w-50 {
	width:50%;
}
.w-90 {
	width:90%;
}
.w-100 {
	width:100px;
}
.w-340 {
	width:340px;
}

/*----------------------------------------------------
　END　微調整用
----------------------------------------------------*/

/*----------------------------------------------------
　スケジュール用
----------------------------------------------------*/

.schedule #sidebar{
	display:none;
}

.schedule #contentbox{
	width:950px;
}

.schedule #contentbox #content h2{
	width:930px;
}

.schedule #contentbox #content_bottom{
	background:url(images/common/Bg_Content_bottom950.gif) no-repeat;
	display:block;
	font-size:1px;
	height:19px;
	width:950px;
}

.schedule #contentbox .sche_table {
	background:#FFFFFF;
	margin:0 auto;
}

.schedule #contentbox .sche_table th{
	color:#333;
	border-left:1px solid #555;
	border-bottom:1px solid #555;
	text-align:center;
	padding:2px;
	background:#d9e8f2;
}

.schedule #contentbox .sche_table th.double{
	border-bottom:double #555;
}

.schedule #contentbox .sche_table td{
	color:#333;
	border-left:1px solid #555;
	border-bottom:1px solid #555;
	padding:2px;
}

.schedule #contentbox h3{
	margin-bottom:15px;
}

.info #contentbox #content #archive_list{
	display:none;
}

.category-schedule small{
	display:none;
}

/*----------------------------------------------------
　END スケジュール用
----------------------------------------------------*/