@charset "Shift_JIS";

/* 画像全般の設定 */

img {
	border: none;
}

/* 回り込み画像の設定 */

img.round_left {
	float: left;
	text-align: left;
}

img.round_right {
	float: right;
	text-align: left;
}

#main img.round_left {
	margin: 10px 10px 10px 0;
}

#main img.round_right {
	margin: 10px 0 10px 10px;
}

/*ナビゲーションの設定*/


/* 本文のテキストレイアウト設定 */

.text_big {
	font-size: 150%;
	font-weight: bold;
}

.text_small {
	font-size: 75%;
}

.objspace {
	margin: 10px 10px;
}

p {
	padding: 5px 0 10px 0;
}

.textbold {
	font-weight: bold;
}

.day {
	padding: 0 0 0 25px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.indent {
	text-align: left;
	text-indent: 1em;
}

.clear {
	clear: both;
}

.red {
	color:#FF0000;
}

.big {
	font-size: 175%;
}

.linemarker {
	background-color:#FED354;
}

.boxtextleft {
	padding: 0 8px;
	text-align: left;
}

.boxcolor {
	clear: both;
	margin: 0 50px 10px 50px;
	padding: 10px;
	background-color:#FBE8C5;
}

/* リストの設定 */


#maintext ul,
#sub ul {
	padding: 5px 0 10px 0;
}

#maintext ol {
	margin: 0 0 15px 0;
}

#maintext li {
	margin: 0 0 4px 30px;
}

#sub li {
	background: url('../img/ic_list.jpg') no-repeat 10px 0.2em;
	padding: 0 0 4px 30px;
	list-style: none;
}

/* 画面レイアウトの設定 */

#container {
	width: 766px;
	margin: 0 0 0 10px;
	text-align: left;
	background: #ffffff;
}

#header {
	width: 766px;
}

#pan {
	text-align: left;
	margin: 5px 0 5px 0;
}

#main {
	float: left;
	padding: 0 12px 0 12px;
	font-size: 75%;
}

#maintext {
	float: left;
	width: 530px;
	text-align: left;
}

#sub {
	float: left;
	width: 200px;
	margin: 0 0 0 12px;
	text-align: left;
	line-height: 1.5;
}

#footer {
	clear: both;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 0 0;
	font-size: 65%;
	text-align: left;
	line-height: 1.3;
	background: #959AC7;
}

/*回り込みセンタリングの設定*/

.ex{

}

.ex p.text_ex{
	width: 350px;
	margin: 0 0 0 10px;
}

.ex p.text_qa{
	width: 470px;
	margin: 0 0 0 10px;
}

div.ex p {
	display: table-cell;
	vertical-align: middle;
}

* html .ex p {
	display: inline;
	zoom: 1;
}

*:first-child+html .ex p {   
	display: inline;
	zoom: 1;
}

/*テーブルの設定*/

table.list {
	width: 100%;
	margin: 5px 0;
	border-top: 1px solid #006699;
	border-left: 1px solid #006699;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	line-height: 1.6;
}

table.list th {
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	background-color: #99ccff;
	text-align: center;
	font-weight: bold;
}

.list_day {
	width: 200px;
}

table.list td {
	padding: 8px 5px 8px 10px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}

table.miyai,
table.history {
	width: 520px;
	margin: 5px 5px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	border-top: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	empty-cells: show;
	line-height: 1.6;
}

table.miyai th {
	width: 140px;
    padding: 10px 0 10px 0;
    border-left: 10px solid #006699;
    border-bottom: 1px dotted #ffffff;
    background-color: #99ccff;
    text-align: center;
    font-weight: bold;
    vertical-align:top;
}

table.history th {
    padding: 10px 0 10px 0;
    border-top: 10px solid #006699;
    border-bottom: 1px dotted #ffffff;
    background-color: #99ccff;
    text-align: center;
    font-weight: bold;
    vertical-align:top;
}

table.miyai td,
table.history td {
	padding: 8px 5px 8px 10px;
	border-left: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
}

/*
table.list {
	width: 100%;
	margin: 5px 0;
	border-top: 1px solid #006699;
	border-left: 1px solid #006699;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	line-height: 1.6;
}

table.list th {
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	background-color: #99ccff;
	text-align: center;
	font-weight: bold;
}

table.list td {
	padding: 8px 5px 8px 5px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}
*/

/*ラインの設定*/

hr {
	height: 1px;
	margin: 3px 10px 3px 10px;
	border-width:1px 0px 0px 0px;
	border-color: #cccccc;
	border-style: solid;
	overflow: hidden;
}

#sub hr {
	margin: 0 0 10px 0;
}

/*　名古屋唐草屋(包み方体験教室)　*/
table.n_karakusaya {
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
}
table.n_karakusaya th {
	border-bottom: 1px solid #003366;
	border-right: 1px solid #003366;
	text-align: center;
	background-color: #CCFFFF;
}
table.n_karakusaya td {
	border-bottom: 1px solid #003366;
	border-right: 1px solid #003366;

}
