@charset "utf-8";


/********** calender.html **********/
#img_fukuyama {
	height: 172px;
	width: 170px;
	float: left;
	padding-right: 6em;
}
#personal li {
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.img_left {
	float: left;
}
.img_right {
	float: right;
	/* [disabled]clear: both;
*/
}
.file_right {
	width: 600px;
	float: right;
	background-color: #222222;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}
.file_left {
	background-color: #222222;
	width: 600px;
	float: left;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}
.file_right p, .file_left p {
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-top: 1em;
	margin-right: 1.5em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
table {
	width: 910px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*.year, .race, .team, .outline*/th {
	color: #999966;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/table.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 3em;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.2em;
	font-size: 100%;
	border: 0.1em solid #333333;
}
td {
	border: 0.1em solid #333333;
	height: 2.6em;
	line-height: 2.6em;
	padding-left: 1em;
}
table .line2 {
	background-color: #222222;
}

/********** gallery.html **********/
.age {
	background-image: url(../img/table.png);
	background-repeat: no-repeat;
	background-position: 3em top;
	color: #999966;
	font-size: 115%;
	font-weight: bolder;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/********** application.html **********/
/*レッスン参加要項*/
dt {
	font-weight: bold;
	color: #999966;
	margin-top: 0.5em;
}
dd {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
dl {
	width: 90%;
	margin-left: 5%;
	margin-right: auto;
}

/********** lesson.html **********/
/*レッスンご希望の方はこちら*/
.button {
	width: 200px;
	/*height: 80px;*/
	height: 155px;
	
	/*text-align: center; 2016.02.04*/
	
	text-decoration: none;
	outline: none;
	background-image: url(../img/lessonkotira.png);
	background-repeat: no-repeat;
	/*line-height: 270px;*/
	/*line-height: 470px;*/
	
	padding-top:95px;
	/*padding-top:170px;*/
	
	/*font-size: 85%;*/
	font-size: 120%;
	display: inline-block;

	text-align: left; /* 2016.02.04 */
	/*padding-left:0.5em; 2016.02.04 */
	
}

/*レッスン予定日表示****************/

.year{
	color:#FFF;
	display:inline;
}

.month{
	color:#FFF;
	display:inline;
}

.day{
	color:#FFF;
	display:inline;
}

.week{
	color:#FFF;
	display:inline;
}

/***********************************/

.button2 {
	display: block;
	width: 500px;
	height: 50px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/lessonkotira2.png);
	background-repeat: no-repeat;
	line-height: 50px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
.button:hover ,.button2:hover{
	background-color: #537B8A;
}
