/**
 * 
 * @version 
 * @author 
 */


@import 'global.css';
@import 'textstyle.css';
/** Contents
-----------------------------------------*/
body {
	behavior:url("../../images/global/csshover.htc");
}
body.entry #contents p {
	font-size:77%;
}
#leftside p{
	margin-bottom:1em;
	font-size:77%;
}
body.apply p strong{
	color:#992E22;
	font-size:120%;
	padding-right:0.2em;
}
body.entry #leftside .kakomi2{
	margin-top:2.5em;
	background:url(../images/seminar/bg_kakomi.gif);
	border:#D4D5D6 1px solid;
	padding:1em;
}
body.entry #leftside .kakomi2 h6{
	border-left:#8D8CD4 2px solid;
	padding-left:8px;
	font-size:80%;
	color:#333;
	margin-bottom:0.5em;
}
body.entry #leftside .kakomi2 ul{
	font-size:77%;
	margin-bottom:1.8em;
	line-height:1.8;
}
body.entry #leftside .kakomi2 ul li{
	background:url(../images/top/arrow.gif) left 50% no-repeat;
	padding:1px 0 1px 18px ;
}
body.entry #leftside .kakomi2 p{
	margin-bottom:0;
}
body.entry #leftside .kakomi2 p a{
	margin-left:1em;
	color:#6e6bcf;
	padding:1px 6px 1px 0;
	background:url(../images/global/arrow_mini.gif) right 50% no-repeat;
}
body.entry #leftside .kakomi2 p.linktext a{
	margin-left:0;
	color:#6e6bcf;
}
body.entry #leftside .kakomi2 ul li a{
	margin-left:1em;
	color:#6e6bcf;
}
body.entry #leftside em{
	font-weight:bold;
	font-style:normal;
}
body.entry #leftside table td a{
	color:#6e6bcf;
}
body.entry #leftside table td a:hover{
	text-decoration:underline;
}
p#need{
	font-size:77%;
}
.subtitle{
	margin-top:2em;
}

/** Table
-----------------------------------------*/
table {
	width: 100%;
	margin:0 auto 10px auto;
	font-size: 77%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
}
table td {
	padding: 6px;
	background-color: #f6f6f6;
	border-bottom:2px solid #FFF;
	border-left:2px solid #FFF;
	vertical-align:top;
}
table td p{
	margin-top:0.4em;
}
table th{
	font-weight:normal;
	border-bottom:2px solid #FFF;
	border-left:2px solid #FFF;
	padding: 6px;
	background-color: #f5f5ff;
}
table strong{
	color:#992E22;
	padding-left:0.2em;
}
body.entry table th,
body.apply table th.required{
	background:url(../images/contact/purple.gif) ;
}
body.apply table th.required,
body.apply table th.nomal{
	text-align:right;
	padding-right:1em;
}
body.entry #content table th{
	text-align:right;
	padding-right:1em;
}
table#seminarTable tr th,
table#seminarTable tr td{
	vertical-align:middle;
}
body.entry table#seminarTable tr td.list_date{
	text-align:center;
	width:80px;
}
ul.disc{
	margin-bottom:1em;
}
ul.disc li{
	list-style:disc;
	font-size:77%;
	margin-left:1.5em;
}

/** Form
-----------------------------------------*/
body.apply input,
textarea {
	border: 1px solid #c0c0c0;
}
body.apply input:focus,
textarea:focus {
	background-color: #f5f5ff;
}
body.apply input.textLong {
	width: 24em;
	margin-right:1em;
}
body.apply input.textShort {
	width: 9em;
	margin-right:1em;
}
body.apply #ppolicy {
	width:35.3em;
	margin-bottom:10px;
	padding: 4px;
	background-color:#FFF;
	border: 1px solid #c0c0c0;
}
body.apply input#policyaccept.required {
	border: none;
}
body.apply input.required, textarea.required {
	border: 1px solid #6e6bcf;
}
body.apply input.validation-failed, textarea.validation-failed {
	border: 1px solid #992E22;
	color : #992E22;
}
body.apply input.validation-failed:focus,
body.apply textarea.validation-failed:focus {
	background-color:#fff4f3;
}
body.apply input.validation-passed,
body.apply textarea.validation-passed {
	border: 1px solid #6e6bcf;
	color : #000;
}
body.apply fieldset {
	border:none;
	padding:0;
	margin:0;
}
.validation-advice {
	color:#992E22;
	font-weight: bold;
	display:inline;
}
body.entry #leftside h5{
	background:url(../images/global/bg_h4_light.gif) repeat-y left;
	padding:0.5em 0.5em 0.5em 15px;
}
body.entry #leftside h5 a{
	background:url(../images/global/arrow_mini.gif) right 50% no-repeat;
	padding:2px 7px 2px 0;
	color:#6e6bcf;
	font-weight:normal;
}
body.entry #leftside h5 a:hover{
	text-decoration:underline;
}
body.entry #leftside h5.name{
	background:url(../images/global/bg_h4_light.gif) repeat-y left;
	padding:0.25em 0.5em 0.25em 15px;
	margin-top:1.5em;
	font-weight:normal;
}
body.apply p#lead{
	margin-top:0;
}
p.contact{
	margin-bottom:2em;
}
.infobtn input{
	border:none;
}
#leftside .infobtn input{
	border:none;
}
body.entry .infobtn{
	margin-top:1.5em;
}


dl#agenda {
	display: inline;
}
dl#agenda dt {
	float: left;
	clear:left;
	width:7em;
	padding:0.4em 0;
}
dl#agenda dd {
	margin-left:8em;
	padding:0.4em 0;
}
dl#agenda dd span {
	font-size: 10px;
	color: #3d3449;
}
dl#agenda_short{
	display: inline;
}
dl#agenda_short dt {
	float: left;
	clear:left;
	width:4em;
	padding:0.4em 0;
}
dl#agenda_short dd {
	margin-left:5em;
	padding:0.4em 0;
}
dl#agenda_short dd span {
	font-size: 10px;
	color: #3d3449;
}


#ny,
#yi,
#ms,
#wa{
	margin-top:1.5em;
}
*html #leftside ol li{
	margin-left:2em;
}
*+html #leftside ol li{
	margin-left:2em;
}
#leftside p.big{
	margin:1em 0;
	color:#474865;
}