@charset "euc-jp";

@import "reset.css";
@import "global.css";
@import "base.css";

/* ------------------------------
 ツバメスタジオ共通
 ------------------------------ */
#tsubame {
	background: #FFF;	
}
#tsubame p {
	line-height: 140%;
}
#tsubame li {
	line-height: 140%;
}
#tsubame a{
    color:#1E3243;
}
#tsubame a:hover{
    color:#F60;
}
#tsubame #contents_header {
	width: 660px;
	margin: 0 20px 20px;
	padding: 35px 0 0;
	border-bottom: 1px solid #1E3243;
}
#tsubame #contents_header .logo {
	padding-bottom: 10px;
}
#tsubame #contents_header .navigation {
	padding-top: 10px;
	width: 420px;
}
#tsubame #contents_header .navigation a {
	display: block;
	float: left;
	overflow: hidden;
	width: 60px;
	height: 70px;
}
#tsubame #contents_header .navigation a.n_schedule   { background: url(/images/tsubame/navigation2_schedule.gif) no-repeat left top; }
#tsubame #contents_header .navigation a.n_studioinfo { background: url(/images/tsubame/navigation2_studioinfo.gif) no-repeat left top; }
#tsubame #contents_header .navigation a.n_rental     { background: url(/images/tsubame/navigation2_rental.gif) no-repeat left top; }
#tsubame #contents_header .navigation a.n_instructor { background: url(/images/tsubame/navigation2_instructor.gif) no-repeat left top; }
#tsubame #contents_header .navigation a.n_dining     { background: url(/images/tsubame/navigation2_dining.gif) no-repeat left top; }
#tsubame #contents_header .navigation a.n_access     { background: url(/images/tsubame/navigation2_access.gif) no-repeat left top; }
#tsubame #contents_header .navigation a.n_inquiry    { background: url(/images/tsubame/navigation2_inquiry.gif) no-repeat left top; }
#tsubame #contents_header .navigation a.on {
	background-position: 0px -70px;
}
#tsubame #contents_header .navigation a.on img {
	background: none;
	visibility: hidden;
}
#tsubame #contents_header .navigation a:hover {
	background-position: 0px -70px;
}
#tsubame #contents_header .navigation a:hover img {
	background: none;
	visibility: hidden;
}
.darkred {
	color: #C00;	
}
.blue {
	color: #1E3243;
}
.green {
	color: #A3BF58;
}

/* ------------------------------
 WS
 ------------------------------ */
#tsubame.ws .yellow {
	color: #E6CC4D;
}
#tsubame.ws #main .text {
	width: 520px;
	padding: 20px 0 10px;
}
#tsubame.ws #main .text img {
	margin-left: 20px;
}
#tsubame.ws #main .caption {
	width: 330px;
}
#tsubame.ws #main .caption p {
	padding: 12px 20px 20px;
}
#tsubame.ws #main .profile {
	width: 190px;
	padding-top: 15px;
}
#tsubame.ws #main .profile p.teacher {
	padding: 25px 10px 0 0;
	background: url(/images/tsubame/ws/main_teacher.gif) no-repeat left top;
	line-height: 21px;
}
#tsubame.ws #main .profile p.teacher .bold {
	color: #1E3243;
}
#tsubame.ws #main .profile .comment {
	width: 190px;
	height: 60px;
	background: url(/images/tsubame/ws/main_comment.gif) no-repeat left top;
}
#tsubame.ws #main .present .comment {
	height: auto;
	background: url(/images/tsubame/ws/main_present_comment.gif) no-repeat left top;
}
#tsubame.ws #main .profile .comment p {
	color: #1E3243;
	padding: 20px 20px 0 10px;
}
#tsubame.ws #main .present .comment p {
	padding: 20px 20px 10px 10px;
}
#tsubame.ws #main .present .comment p a {
	font-weight: bold;
}
#tsubame.ws #main .profile img {
	margin: 0;
}
#tsubame.ws #main .image {
	width: 180px;
	padding: 20px 0;
}
#tsubame.ws #main .image img {
	margin-right: 20px;
	padding: 4px;
	border: 1px solid #CCC;
}
#tsubame.ws #main .image_text img {
	padding: 0;
	border: none;
}
#tsubame.ws #main .image_text p {
	padding: 0 20px 0 5px;
	color: #1E3243;
}

#tsubame.ws .schedule {
	padding-bottom: 20px;
}
#tsubame.ws .schedule div.date{
	padding: 5px 30px 1px;
	background: url(/images/tsubame/ws/schedule_date.gif) no-repeat left top;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
#tsubame.ws .schedule1 div.date{
	padding: 5px 58px 1px;
	background: url(/images/tsubame/ws/schedule_date1.gif) no-repeat left top;
}
#tsubame.ws .schedule2 div.date{
	padding: 5px 58px 1px;
	background: url(/images/tsubame/ws/schedule_date2.gif) no-repeat left top;
}
#tsubame.ws .schedule3 div.date{
	padding: 5px 58px 1px;
	background: url(/images/tsubame/ws/schedule_date3.gif) no-repeat left top;
}
#tsubame.ws .schedule4 div.date{
	padding: 5px 58px 1px;
	background: url(/images/tsubame/ws/schedule_date4.gif) no-repeat left top;
}
#tsubame.ws .schedule div.date .date{
	font-size: 18px;
}
#tsubame.ws .schedule .title{
	background: url(/images/tsubame/ws/bg.gif);
}
#tsubame.ws .schedule .title .text{
	width: 500px;
}
#tsubame.ws .schedule .title .text p{
	padding: 5px 20px;
	color: #1E3243;
	font-weight: bold;
	font-size: 16px;
}
#tsubame.ws .schedule .image {
	width: 250px;
	padding: 20px 0;
}
#tsubame.ws .schedule .image img {
	margin-left: 20px;
	padding: 4px;
	border: 1px solid #CCC;
}
#tsubame.ws .schedule .text {
	width: 450px;
}
#tsubame.ws .schedule .caption {
	padding: 25px 0 11px;
	margin: 0 20px 10px 0;
	background: url(/images/tsubame/ws/dot.gif) repeat-x left bottom;
}
#tsubame.ws .schedule .present {
	padding-bottom: 11px;
	margin: 0 20px 10px 0;
	background: url(/images/tsubame/ws/dot.gif) repeat-x left bottom;
}
#tsubame.ws .schedule .present p {
	padding: 3px 10px 3px 90px;
	background: url(/images/tsubame/ws/schedule_present.gif) no-repeat left top;
	color: #1E3243;
	font-weight: bold;
}
#tsubame.ws .schedule .timetable {
	padding-bottom: 11px;
	margin: 0 20px 10px 0;
	background: url(/images/tsubame/ws/dot.gif) repeat-x left bottom;
}
#tsubame.ws .schedule .timetable p {
	padding: 3px 10px 3px 90px;
	background: url(/images/tsubame/ws/schedule_timetable.gif) no-repeat left top;
	color: #1E3243;
}
#tsubame.ws .schedule .other {
	padding-bottom: 10px;
}
#tsubame.ws .schedule div.teacher {
	width: 215px;
}
#tsubame.ws .schedule div.teacher p {
	padding: 3px 10px 3px 90px;
	background: url(/images/tsubame/ws/schedule_teacher.gif) no-repeat left top;
}
#tsubame.ws .schedule div.teacher a:hover * {
	color: #F60;
}
#tsubame.ws .schedule div.teacher span {
	color: #1E3243;
	font-weight: bold;
}
#tsubame.ws .schedule .fee {
	width: 215px;
}
#tsubame.ws .schedule .fee p {
	padding: 3px 10px 3px 90px;
	background: url(/images/tsubame/ws/schedule_fee.gif) no-repeat left top;
}
#tsubame.ws .schedule .fee span {
	font-weight: bold;
}
#tsubame.ws .schedule .capacity {
	width: 215px;
}
#tsubame.ws .schedule .capacity p {
	padding: 3px 0 3px 90px;
	background: url(/images/tsubame/ws/schedule_capacity.gif) no-repeat left top;
}
#tsubame.ws .schedule .capacity span {
	font-weight: bold;
}
#tsubame.ws .schedule .button {
	padding-right: 17px;
	text-align: right;
}

#tsubame.ws #access {
	padding-bottom: 30px;
}
#tsubame.ws #access .tsubame {
	width: 360px;
	padding: 20px 0;
}
#tsubame.ws #access .tsubame img {
	margin-left: 20px;
}
#tsubame.ws #access .tsubame p {
	margin-left: 20px;
}
#tsubame.ws #access .tsubame .bold {
	color: #1E3243;
	font-size: 16px;
}
#tsubame.ws #access .studio {
	width: 340px;
	padding: 20px 0;
}
#tsubame.ws #access .studio img {
	margin: 0 20px 5px 0;
}
#tsubame.ws #access .studio p {
	margin-right: 20px;
}
#tsubame.ws #access .map {
	width: 360px;
}
#tsubame.ws #access .map img {
	margin-left: 20px;
}
#tsubame.ws #access .address {
	width: 320px;
	padding-top: 5px;
}
#tsubame.ws #access .address p {
	padding-bottom: 20px;
}

#tsubame.ws #profile .title p {
	padding: 10px 20px;
	background: url(/images/tsubame/ws/bg.gif);
	color: #1E3243;
	font-weight: bold;
	font-size: 14px;
}
#tsubame.ws #profile .title p .small {
	color: #666;
}
#tsubame.ws #profile .image {
	width: 170px;
	padding: 20px 0;
}
#tsubame.ws #profile .image img {
	margin-left: 20px;
	padding: 4px;
	border: 1px solid #CCC;
}
#tsubame.ws #profile div.text {
	width: 530px;
	padding: 25px 0 20px;
}
#tsubame.ws #profile p.profile {
	padding-bottom: 11px;
	margin: 0 20px 10px 0;
	background: url(/images/tsubame/ws/dot.gif) repeat-x left bottom;
}
#tsubame.ws #profile .studio {
	padding: 0 0 10px;
	margin: 0 20px 0 0;
}
#tsubame.ws #profile .studio p {
	padding: 3px 0 3px 90px;
	background: url(/images/tsubame/ws/profile_studio.gif) no-repeat left top;
	font-weight: bold;
}
#tsubame.ws #profile .studio_image {
	width: 110px;
}
#tsubame.ws #profile .studio_text {
	width: 290px;
	padding-top: 3px;
}
#tsubame.ws #profile .other {
	padding: 0 0 10px;
	margin: 0 20px 0 0;
}
#tsubame.ws #profile .other p {
	padding: 24px 0 3px;
	background: url(/images/tsubame/ws/profile_other.gif) no-repeat left top;
	font-weight: bold;
}
#tsubame.ws #profile .more {
	padding: 0 0 10px;
	margin: 0 20px 0 0;
}
#tsubame.ws #profile .more p {
	padding: 3px 0 3px 90px;
	background: url(/images/tsubame/ws/profile_more.gif) no-repeat left top;
	font-weight: bold;
}

#tsubame.ws #profile2 {
	padding-bottom: 30px;
}
#tsubame.ws #profile2 .title {
	background: url(/images/tsubame/ws/bg.gif);
	margin-bottom: 10px;
}
#tsubame.ws #profile2 .float-container {
	padding-left: 20px;
}
#tsubame.ws #profile2 .float-container div {
	float: left;
	width: 340px;
}
#tsubame.ws #profile2 .title p {
	padding: 10px 20px 10px 0;
	color: #1E3243;
	font-weight: bold;
	font-size: 14px;
}
#tsubame.ws #profile2 .title p.float-right {
	padding: 10px 25px 10px 0;
	font-weight: normal;
	font-size: 12px;
}
#tsubame.ws #profile2 .text img {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #CCC;
}
#tsubame.ws #profile2 .text p {
	padding: 0 20px 0 0;
	line-height: 20px;
}
#tsubame.ws #profile2 .text p .small {
	line-height: 16px;
}

#tsubame.ws #present {
	padding: 0 0 30px;
}
#tsubame.ws #present .title {
	margin-bottom: 10px;
}
#tsubame.ws #present .present {
	padding: 0 20px;
	background: url(/images/tsubame/ws/dot02.gif) repeat-y 460px 0px;
}
#tsubame.ws #present .present1 .float-left {
	width: 220px;
}
#tsubame.ws #present .present1 p{
	padding: 5px 20px 10px 10px;

}
#tsubame.ws #present .present3{
	width: 210px;
}
#tsubame.ws #present .present3 p{
	padding: 0px 10px 10px;
}
#tsubame.ws #present .studio {
	margin: 0 20px;
	background: url(/images/tsubame/ws/dot.gif) repeat-x left top;
}
#tsubame.ws #present .studio .logo {
	width: 100px;
	padding: 15px 0 0;
}
#tsubame.ws #present .studio .text {
	width: 560px;
	padding: 20px 0 0;
}
#tsubame.ws #present .studio .text span {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

/* ------------------------------
 WS05 201009111500
 ------------------------------ */
#tsubame.ws05 #main p {
	padding: 10px 20px 10px;
	color: #827668;
}
#tsubame.ws05 #main .button {
	padding-bottom: 20px;
	text-align: center;
}
#tsubame.ws05 #main .button_all p {
	color: #1E3243;
	float: left;
	padding-bottom: 20px;
}
#tsubame.ws05 #main .button_all p span {
	font-size: 24px;
}
#tsubame.ws05 #main .button_all img {
	float: left;
	padding-bottom: 20px;
}
#tsubame.ws05 .schedule .title .text{
	width: 700px;
}
#tsubame.ws05 .schedule .text {
	width: 700px;
}
#tsubame.ws05 .schedule div.text p {
	margin: 0 20px 10px;
	padding: 10px 0;
	background: url(/images/tsubame/ws/dot.gif) repeat-x left bottom;
}
#tsubame.ws05 .schedule .other {
	padding-left: 20px;
}
#tsubame.ws05 .schedule .other div {
	float: left;
}
#tsubame.ws05 .schedule .caption {
	padding: 25px 20px 10px;
	margin: 0 20px 10px 0;
	background: none;
}

/* ------------------------------
 WS06 2010100161400
------------------------------ */
#tsubame.ws06 #main .text {
	width: 495px;
}
#tsubame.ws06 #main .caption {
	width: 305px;
}
#tsubame.ws06 #main .profile .comment {
	height: 75px;
	background: url(/images/tsubame/ws/main_comment.gif) no-repeat left top;
}
#tsubame.ws06 #main .image {
	width: 205px;
}
#tsubame.ws06 #profile .studio_image {
	width: 220px;
}
#tsubame.ws06 .schedule .studio_text .caption {
	padding: 25px 20px 10px;
	margin: 0 20px 10px 0;
	background: none;
}

