﻿@charset "utf-8";

/*
ヘッダー
-------------------------------------------------------------------*/

#header h1 {
	position: absolute;
    left: 40px;
    top: 40px;
    width: 169px;
    height: 33px;
    background: url(../header/font_title_gif/font_schedule.gif) no-repeat scroll 0 0;
    text-indent: -10000px;
}

#header p {
	position: absolute;
    left: 70px;
    top: 75px;
    width: 85px;
    height: 17px;
    background: url(../header/font_title_gif/font_kongonoyotei_title.gif) no-repeat scroll 0 0;
    text-indent: -300px;
}

#image {
	position: absolute;
    left: 640px;
    top: 130px;
    width: 142px;
    height: 56px;
    background: #F4ECE1 url(../header/texstyle/texstyle_schedule.gif) no-repeat scroll 0 0;
    text-indent: -10000px;
}

/*
ミドル
-------------------------------------------------------------------*/

#icon1 {
	margin-left: 80px;
}

#icon2 {
	margin-left: 150px;
    margin-top: -48px;
}

#middle {
	margin-top: -70px;
	width: 100%;
}

#main {
	text-align: left;
    width: 600px;
    margin-top: 40px;
    margin-left: 60px;
    font-size: 14px;
}

table {
	border-spacing: 5px 1px;
    margin: 5px 5px 5px 0px;
    padding: 1px;
    border: double #4D4D4D;
    font-size: 14px;
    letter-spacing: 0;
    color: #4D4D4D;
}

table .item {
	background-color: #B3B3B3;
    color: #FFFFFF;
    width: 85px;
    height: 18px;
}

table .item2 {
	background-color: #4D4D4D;
    color: #FFFFFF;
    width: 85px;
}

table .detail {
	width: 470px;
}

table .detail2 {
	width: 470px;
    height: 8em;
}
table .detail2x {
	width: 300px;
    height: 8em;
}
table .detail2y {
	width: 360px;
    height: 8em;
}

table .detail3 {
	width: 470px;
    height: 5em;
}

.contents {
	width: 583px;
    margin-bottom: 20px;
}

#main table h2 {
	font-size: 14px;
    font-weight: 600;
    color: #F0037F;
}

#main table .detail2 h2, #main table .detail2x h2, #main table .detail2y h2 {
	font-size: 14px;
    font-weight: 400;
    color: #F0037F;
}

p.texti {
	text-indent: 1em;
}

#main table thead h2 {
	font-size: 14px;
    font-weight: 600;
    color: #F0037F;
    margin-bottom: 10px;
    margin-top: 10px;
}

td p {
    text-align: justify;
    text-justify: distribute;
}

.pamphlet {
	width: 115px;
}

.pamphlet img {
	margin-bottom: 10px;
}


