@charset "utf-8";
/* CSS Document */


/* Header Properties
--------------------------------------*/
div#sign-in{
	width:735px;
	font-size:68%;
	padding:3px 10px 2px;
	text-align:right;
	border-bottom:1px dotted #ccc ;
}

#pass_link{
	width:135px;
	font-size:68%;
	padding:3px 10px 2px;
	text-align:left;
	float:left;
}
	


/* Header Properties
--------------------------------------*/

div.left_logo{
	float:right;
	width:215px;
	height:40px;
	padding:5px 15px 0 0;
}

div#header p.powerd{
	width:75px;
	height:40px;
	background-image:url(../img/common/powerdby.gif);
	float:left;
}

div#header p.logo{
	width:140px;
	height:40px;
	float:left;
}



/* Wrapper Properties
--------------------------------------*/

div#wrap{
	width:715px;
	font-size:75%;
	line-height:2;
	padding:20px;
}

div#wrap_def{
	width:715px;
	/*font-size:75%;*/
	line-height:2;
	padding:20px;
}

.seminar_title{
	width:715px;
	font-size:140%;
	font-weight:bold;
	color:#333;
	padding-bottom:0.2em;
	text-indent:0.4em;
}

.seminar_sub_title{
	font-size:130%;
	color:#333;
	padding:0.2em;
	margin-top:20px;
	text-indent:0.5em;
}

.seminar_detail{
	width:695px;
	margin:30px auto;
	padding:10px;
	font-size:130%;
}

.seminar_table{
	width:713px;
	margin:10px auto;

}

.seminar_table th,
.seminar_table td{
	border-collapse:collapse;
	padding:0.5em 1em;
}

.seminar_table th{
	width:160px;
}

/* Application Properties
--------------------------------------*/

p.number{
	float:left;
	width:5em;
}

p.application{
	float:left;
	width:180px;
	height:45px;
}

p.application a{
	display:block;
	width:180px;
	height:45px;
	text-indent:-5000px;
	background-repeat:no-repeat;
	outline:none;
}

p.application a:link,
p.application a:visited{
	background-position:0 0;
}

p.application a:hover{
	background-position:0 -45px;
}

p.application a:active{
	background-position:0 0;
}


/* Footer Properties
--------------------------------------*/

div#footer{
	width:713px;
	margin:0 auto;
	padding:0.5em 0;
	font-size:68%;
	text-align:center;
}

	
	
	
/* ButtonDesine
--------------------------------------*/

.Seminar_M_Button
{
	width:150px;
	height:30px;
	font-weight:medium;	
	
}

.Seminar_L_Button
{
	width:150px;
	height:40px;
	font-weight:bold;
	font-size:medium;	
	
}

/* ime-mode
--------------------------------------*/
.imeon_left 
{
	text-align				: left;
	-ms-ime-mode				: active;
 	ime-mode				: active;
}

.imeoff_left
{
	text-align				: left;
	-ms-ime-mode				: disabled;
	ime-mode				: disabled;
}

.imeon_right 
{
	text-align				: right;
	-ms-ime-mode				: active;
	ime-mode				: active;
	
}

.imeoff_right
{
	text-align				: right;
	-ms-ime-mode				: disabled;
	ime-mode				: disabled;
	padding-right			: 1px;
	
}

.hr{
	width:713px;
	margin:0 auto;
	padding:0.5em 0;
	font-size:68%;
	text-align:center;
}


/* 申込一覧テーブル
--------------------------------------*/

.MstTh01{
	border:1px solid #C0C0C0;
	background-color:#F5F5F5;
	padding-left:5px;
	padding:0px 2px 0px 2px;
	white-space: nowrap;
	text-align:center;
}

.MstTh02{
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	background-color:#F5F5F5;
	padding:0px 2px 0px 2px;
	white-space: nowrap;
	text-align:center;
}
.MstTd01
{
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding:0px 2px 0px 2px;
}

.MstTd02
{
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding:0px 2px 0px 2px;
}


.midashi_a
{
	color					:#A03030;
	background-color		:#F0F0E0;
	font-weight				:bold;
	text-align				:right;
	vertical-align			:top;
	height					:auto;
    padding					:0px;
    width                   :100px;
	border:1px solid #FCFCFC;
	border-width:0 2px 0 0;
}

.normal_link
{
	color:Blue  !important;
	text-decoration:underline !important;	
}


