@charset "utf-8";

/*-----------------------------------------------------
TitleImageArea
-------------------------------------------------------*/
#ContentArea div#TitleImageArea{
	background:url("../images/sem_mainimage.jpg") no-repeat 1px -1px;
	/*background:url("../images/sem_mainimage.jpg") no-repeat center -1px;*/
}
#ContentArea div.form{
	margin:20px auto;
}
#MainArea table th{
	width:180px;
}

/*-----------------------------------------------------
Detail
-------------------------------------------------------*/
#MainArea div.detail{
	padding:20px 0 0 0;
}

#MainArea div.detail table th{
	width:80px;
}

#MainArea div.detail p{
	padding:0 0 20px 0;
	font-size:100%;
}

#MainArea div.detail p.ttl{
	padding:0 0 20px 0;
    font-weight:bold;
	font-size:117%;
	color:#0B1D4C;
}
#MainArea div.detail p.attn{
    font-weight:bold;
	color:#0B1D4C;
}

#MainArea div.detail p.text{
	margin-left:2.5em;
	padding:0 0 10px 0;
}

#MainArea div.detail h3{
	font-weight:bold;
	font-size:100%;
	color:#0B1D4C;
	padding:0 0 10px 22px;
	background:url(../../common/images/ico_small.jpg) no-repeat 0 3px;
}

#MainArea div.detail ul{
	width:450px;
	margin-left:2.5em;
	padding:0 0 10px 0;
}

#MainArea div.detail ul li{
	list-style-position:outside;
	list-style-type:	disc;
}

#MainArea div.detail img{
	border:0;
	vertical-align:baseline;
}

/*-----------------------------------------------------
Entry
-------------------------------------------------------*/
#MainArea table th p{
	width:80px;
	font-size:84%;
}

#MainArea table td.name{
	padding:15px 0;
}
#MainArea table td.name span{
	width:35px;
	display:block;
	float:left;
	padding:5px 0 0 15px;
}
#MainArea table td.name input{
	width:130px;
	display:inline;
	float:left;
	margin:0 10px 10px 0;
}

#MainArea table td.birthday span.text{
	float:left;
	padding:10px 0 0 5px;
}

#MainArea table td.birthday input.year{
	width:50px;
	float:left;
	margin:0 0 10px 0;
}
#MainArea table td.birthday input.month,
#MainArea table td.birthday input.day{
	width:30px;
	float:left;
	margin:0 0 10px 10px;
}
#MainArea table td.birthday p{
	clear:left;
}

#MainArea div.description{
	width:620px;
	margin:20px auto;
	border:#B2B9CE solid 1px;
	font-size: 80%;
	color:gray;
	background:url(../../../common/images/dot.gif) repeat;
}

#MainArea div.description ul li{
	margin:0 0 0 10px;
}

#MainArea div.column p.text{
	width:520px;
	padding:100px 0 13px 20px;
	background:url(../../common/images/ico_bluearrow.gif) no-repeat 0 3px;
}
