@charset "utf-8";
/* CSS Document */

#contentsWrapper	{	
	width:880px;
	overflow:hidden;
	position:relative;
	border-left:1px #cecece solid;
	border-right:1px #cecece solid;
	background:#FFFFFF;
	padding:11px 14px 0px 14px;
}


#breadcrumbsList{
	overflow:hidden;
	position:relative;
	margin:0 0 15px 0;
}
#breadcrumbsList ul li 	{
	float:left;
	color:#e60012;
	font-size:11px;
}
#breadcrumbsList ul li a	{
	background:url(../image/iconArrow3.gif) no-repeat right center;
	font-size:11px;
	text-decoration:underline;
	color:#666666;
	margin:0 5px 0 0;
	padding:0 10px 0 0;
}


#contestsLeft	{
	float:left;
	width:214px;
	margin:0 23px 0 0;
}

#localNavi	{
	width:214px;
	margin:0 0 20px 0;
}

#localNaviList {
	border:4px solid #8c8c8c;
	border-top:none;
	padding:0 9px 5px 9px;
	width:188px;
}
#localNaviList ul li {
	padding:10px 0;
}
#localNaviList ul li a{
	color:#a4a4a4;
	font-size:12px;
	background:url(../image/iconArrow2.gif) no-repeat left center;
	padding:0 0 0 20px;
	margin:0 0 0 12px;
}

#localNaviList ul li a:hover	{
	color:#333333;
	text-decoration:none;
}

#contestsRight	{
	float:right;
	width:643px;
}
#contestsRight h2	{
	margin:0 0 15px 0;
}

#introduction 	{
	overflow:hidden;
	position:relative;
}

#introduction h3	{
	margin:0 0 23px 0;
}
#introduction p	{
	color:#666666;
	font-size:12px;
	line-height:150%;
	margin:0 0 10px 0;
}

#introduction	dl dt	{
	font-size:14px;
	color:#e60012;
	margin:0 0 10px 0;
}
#introduction	dl dd	{
	font-size:12px;
	color:#666565;
	margin:0 0 18px 0;
	width:375px;
}

#introduction table{
	margin:0 0 20px 0;
}

#introduction table th{
	font-weight:normal;
	font-size:12px;
	/*width:160px;*/
	background:#f0f3f4;
	padding:10px;
	vertical-align:top;
	text-align:right;
}
#introduction table td{
	font-size:12px;
	/*width:443px;*/
	padding:10px;
}


#pressReleaseList table{
	margin:0 0 20px 0;
}

#pressReleaseList table th{
	font-weight:normal;
	font-size:12px;
	width:86px;
	padding:10px;
	vertical-align:top;
	color:#e60012;
	text-align:left;
}
#pressReleaseList table td{
	font-size:12px;
	/*width:517px;*/
	width:auto;
	padding:10px;
	background:url(../image/iconarrow.gif) no-repeat 0 13px;
}


#relationList	{
}
#relationList h3	{
	margin:0 0 17px 0;
}
#relationList h4	{
	margin:0 0 13px 0;
}
#relationList ul{
	overflow:hidden;
	position:relative;
}

#relationList	ul li	{	
	background:url(../image/bgSecondMenu.jpg) no-repeat;
	width:193px;
	height:67px;
	padding:10px;
	float:left;
}
#relationList	ul li.bgSecondMenu2	{
	background:url(../image/bgSecondMenu2.jpg) no-repeat;
	height:36px;
}
#relationList	ul li	a	{
	color:#666666;
	font-size:10px;
}

#relationList	ul li p	{
	margin:3px 0 0 0;
	line-height:102%;
}





#userName,
#address,
#birthday,
#phone,
#email{
	width:443px;
}

#historySkill,
#motivation{
	width:443px;
	height:100px;
}


#entryForm .text-input {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF;
	border:1px solid #B5B8C8;
	color:#555555;
	font-size:14px;
	padding:4px;
}
#entryForm input, #entryForm select, #entryForm textarea {
	display:block;
}
#entryForm table td {
	padding:5px;
}
#entryFormBirthDayBox {
	overflow:hidden;
	position:relative;
}
#entryFormBirthDayBoxYear {
	float:left;
}
#entryFormBirthDayBoxMonth {
	float:left;
}
#entryFormBirthDayBoxDay {
	float:left;
	width:200px;
}

#entryFormConfirm,
#entryFormSubmit	{
	margin:0 0 20px 300px;
}



.boxWrapper{
	overflow:hidden;
	position:relative;
}

.bApplyForm	{
	margin:0 0 20px 0;
}

