/**** セミナー詳細(http://www.plathome.co.jp/seminar/packetix_061208.htmlなど)。***/

#content {
	margin-left		: 20px;
}




/*-------------------------------------------------
 #content内の要素全般
---------------------------------------------------*/
/**** Headings ****/
#content h1 {
	clear                     : both;
	color                     : #555;
	margin                    : 0;
	font-size                 : 89.5%;
	line-height               : 150%;
}
#content h2 {
	clear                     : both;
	background-color          : transparent;
	color                     : #333;
	/*margin                    : 3em 0 1.5em;*/
	margin:0;
	padding                   : 0;
	font-size                 : 100%;
}

#content h3 {
	clear                     : both;
	background-color          : transparent;
	color                     : #014;
	margin                    : 2em 0 1em;
	padding                   : 0;
	font-size                 : 89.5%;
}

#content h4, #content h5, #content h6  {
	color                     : #555;
	margin                    : 1em 0 0.5em 0;
	font-size                 : 75%;
	line-height               : 125%;
}

#content p   { font-size: 75%; color: #333; line-height:150%;}
#content th  { font-size: 75%; color: #333; line-height:125%;}
#content td  { font-size: 75%; color: #333; line-height:125%;}
#content dt  { font-size: 75%; color: #333; line-height:150%;}
#content dd  { font-size: 75%; color: #333; line-height:150%;}
#content pre {}

/**** OL, UL ****/
#content ol, #content ul {
	margin                     : 1em 0 1em 2em;
	padding                    : 0;
}
#content li {
	color                      : #333;
	margin                     : 0;
	padding                    : 0;
	font-size                  : 75%;
	line-height                : 150%;
}
#content li ol, #content li ul {
	margin                     : 0 0 0 2em;
}
#content ol {
	list-style-type            : decimal;
}
#content ol ol {
	list-style-type            : lower-roman;
}
#content ol ol ol {
	list-style-type            : lower-alpha;
}

/**** 入れ子要素の文字サイズ調整 ****/
#content td dt, #content td dd, #content td li, #content td p, 
#content dt li, #content dd li,
#content li li, #content li p, #content li pre, #content li th, #content li td, #content li dt, #content li dd {
	font-size                  : 100%;
}


#content .schedule h2 {
	background                : transparent url('/common/image/feature/tit_grad1.jpg') repeat-x scroll top left;
	color                     : #fff;
	margin                    : 3em 0 1.5em 0;
	padding                   : 2px 6px;
	font-size                 : 75%;
	line-height               : 150%;
}
#content .schedule h3 {
	color                     : #014;
	margin                    : 2em 0 0.5em 6px;
	font-size                 : 75%;
	line-height               : 150%;
	border-bottom             : dotted 1px #ccc;
}
#content .schedule p {
	margin                    : 0.5em 0 1em 6px;
	font-size                 : 75%;
	line-height               : 175%;
}



.mousikomi-box {
	width                     : 25em;
	margin                    : 2em 0;
	font-size                 : 75%;
	line-height               : 125%;
	padding                   : 6px;
	border                    : solid 1px #c60;
}



/*** セミナー詳細テーブル ****/
table.seminar_detail {
	width                     : 100%;
	margin                    : 0;
}
table.seminar_detail th {
	width                     : 20%;
	padding                   : 9px 3px 9px 10px;
	vertical-align            : top;
	text-align                : left;
	border-top             : solid 5px #ccc;
}


table.seminar_detail td {
	padding                   : 14px 0 9px 20px;
	vertical-align            : top;
	border-top             : solid 1px #ccc;
}

table.seminar_detail {
	border-bottom             : solid 1px #ccc;
}






