@charset "Shift_JIS";

/*===================================================================
	cmpTitle
===================================================================*/
#contents #cmpTitle {
	background: url(../img/bg_title_circle01.gif) no-repeat 0 0;
	margin-bottom: 20px;
	padding: 0 0 10px 22px;
	border-bottom: 1px solid #C4C4C4;
	font-size: 18px;
	font-weight: bold;
}

/*===================================================================
	companyInfo
===================================================================*/
#companyInfo {
	margin-bottom: -7px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #CE6542;
	background: #FFFFEC;
}

#companyInfo img {
	vertical-align: bottom;
}

#companyInfo .description {
	width: 760px;
	padding-bottom: 5px;
	margin: 0 auto 0 auto;
}

#companyInfo .description .title {
	float: left;
	width: 600px;
	padding-top: 20px;
}

#companyInfo .description .title .name {
	float: left;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

#companyInfo .description .title .category {
	float: left;
	white-space:normal;
}

#companyInfo .description .title .category li {
	float: left;
	margin-right: 2px;
	display: inline;
}

#companyInfo .description .date {
	float: right;
	width: 160px;
	text-align: right;
}

#companyInfo .description .date .deadline .limit {
	display: inline;
	margin-right: 5px;
}

#companyInfo .description .date .deadline .day {
	display: inline;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#companyInfo .description .date .deadline .day .number {
	font-size: 14px;
	color: #CC0003;
}

#companyInfo .description .date .close {
	font-size: 10px;
}

#companyInfo .description .date .close .day {
	color: #CC0003;
}

#companyInfo .condition {
	padding: 1px 0 5px 0;
	background: url(../img/bg_dotline_red01.gif) #FFFFF5 repeat-x 0 0;
	font-size: 10px;
}

#companyInfo .condition dl {
	width: 760px;
	margin: 0 auto 0 auto;
}

#companyInfo .condition dl dt {
	float: left;
	width: 55px;
	padding-top: 4px;
	line-height: 15px;
	min-height:15px;
	height: auto !important;
	height: 15px;
}

#companyInfo .condition dl dd {
	padding-top: 4px;
	margin-left: 55px;
	line-height: 15px;
	min-height:15px;
	height: auto !important;
	height: 15px;
}

/*===================================================================
	event
===================================================================*/
#contents #content .event {
	background: url(../img/bg_event.gif) #FFFFF7 no-repeat 0 50%;
	margin: 9px 0 29px 0;
	padding: 5px 0 10px 0;
	border: 1px solid #C20003;
	width: 758px;
	display: table;
}

#contents #content .event .title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	width: 117px;
}

#contents #content .event .body {
	display: table-cell;
	vertical-align: middle;
	width: 636px;
	padding-top: 5px;
	padding-bottom: 9px;
}

#contents #content .event ul li {
	background: url(../img/arrow_red01.png) no-repeat 0 50%;
	margin-top: 5px;
	padding-left: 10px;
	line-height: 120%;
	font-size: 12px;
}


/*===================================================================
	permalinkArea
===================================================================*/
#contents #content .permalinkArea {
	width: 762px;

}

#contents #content .permalinkArea .title {
	float: left;
	width: 235px;
	margin-top: 8px;
}

#contents #content .permalinkArea ul {
	margin: 0 -25px 0 0;
}

#contents #content .permalinkArea ul li {
	display: inline;
	float: left;
	margin-left: 25px;
	width: 238px;
}

#contents #content .permalinkArea.bottom {
	margin-top: 18px;
}
/*===================================================================
	tabArea
===================================================================*/
#contents #content .tabArea
{
	width: 754px;
}

#contents #content .tabArea ul li {
	float: left;
	margin-right: 4px;
	display: inline;
}

#contents #content .tabArea.first {
	background: url(../img/bg_tab.gif) #E7E7E7 repeat-x 0 100%;
	margin: 4px 0 -5px 0;
	padding: 14px 0 0 6px;
	height:42px;
}

#contents #content .NotabArea.first {
	margin: 29px 0 0 0;
}

#contents #content .tabArea.second {
	background: url(../img/bg_tab.gif) #E7E7E7 repeat-x 0 0;
	margin: 37px 0 0 0;
	padding: 0 0 18px 6px;
}

/*===================================================================
	attention
===================================================================*/
#contents #content .attention {
	background: #E7E7E7;
	margin-top: 30px;
	padding: 10px;
	font-weight: normal;
}

/*===================================================================
	login
===================================================================*/
#contents #content .login {
	width: 776px;
	margin-top: -3px;
	margin-right: -16px;
}

#contents #content .login .unit {
	float: left;
	border: 1px solid #D4D4D4;
	margin-top: 10px;
	margin-right: 16px;
	width: 370px;
}

#contents #content .login .unit .head {
	border-bottom: 1px solid #D4D4D4;
}

#contents #content .login .unit .body {
	padding: 15px 20px 7px 20px;
}

#contents #content .login .unit .body .line {
	margin-bottom: 10px;
}

#contents #content .login .unit .body .title {
	float: left;
	padding-top: 5px;
}

#contents #content .login .unit .body .input {
	margin-left: 70px;
}

#contents #content .login .unit .body .input input {
	width: 238px;
}

#contents #content .login .unit .body .password {
	background: url(../img/arrow_red01.png) no-repeat 0 50%;
	margin-left: 70px;
	padding-left: 10px;
}

#contents #content .login .unit .body .message {
	background: url(../img/bg_regist.gif) repeat 0 0;
	padding: 1px;
}

#contents #content .login .unit .body .message p {
	background: #FEFDF1;
	padding: 15px 20px;
}

#contents #content .login .unit .body .button {
	margin-top: 10px;
	text-align: center;
}

/*===================================================================
	back
===================================================================*/
.back a {
	padding-left: 15px;
	background: url(../img/icon_back.gif) no-repeat 0 50%;
}
