/* ---------------------------------------------
CSS Document　アロハID・パスワード再発行
--------------------------------------------- */
/* 
　コンテンツ
--------------------------------------------- */

#main2 {
	float: left;
	width: 914px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
}

#catch {
	height: 40px;
	width: 705px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	font-size: 150%;
	font-weight: bold;
	line-height: 2;
	display: block;
	text-align: left;
	background-image: url(/images/newdate/bg_title.jpg);
	background-repeat: no-repeat;
}

* html #catch {
	width: 715px;
}

.linkList {
	clear: both;
	margin-bottom: 20px;
	font-size: 87.5%;
	text-align: right;
}
* html .linkList {
	font-size: 75%;
}
*:first-child+html .linkList {
	font-size: 72.5%;
}

/*
リード文章
---------------------------------------------*/

#readBox {
	clear: both;
	width: 714px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
	line-height: 1.4;
	text-align: left;
}

* html #readBox {
	width: 715px;
}

/*
タイトル・リード・赤字
---------------------------------------------*/
#main2 .title {
	width: 715px;
	padding: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #FF9A00;
}

#main2 .txt {
	width: 715px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	line-height: 1.3;
}

#main2 .attention {
	width: 715px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 80%;
	color: #FF0000;
	text-align: left;
}
* html #main2 .attention {
	font-size: 75%;
}
*:first-child+html #main2 .attention {
	font-size: 72.5%;
}

/*
入力フォーム
---------------------------------------------*/

.tblform {
	width: 715px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 100%;
}

	.tblform th{
	width: 170px;
	padding: 10px 7px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	background: #DDDDDD;
}

.tblform td{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

#form .tblform strong {
	font-weight: normal;
}

#form .tblform input {
	height: 21px;
	visibility: visible;
	border: 1px solid #CCCCCC;
	font-size: 100%;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
}
#form .tblform select {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	visibility: visible;
	height: 19px;
	margin-right: 3px;
}
* html #form .tblform select {
	height: 23px;
}
*:first-child+html #form .tblform select {
	height: 23px;
}
#form .tblform .base {
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px 3px 0px 0px;
}
#form .tblform ul.formBase {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}
#form .tblform .formBase li {
	display: block;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}
#form .tblform span {
	font-size: 80%;
	color: #FF0000;
}
* html #form .tblform span {
	font-size: 75%;
}
*:first-child+html #form .tblform span {
	font-size: 72.5%;
}
#form .tblform .formBase .year {
	margin-top: 5px;
}
#form .tblform ul.formBase2 {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}
#form .tblform .formBase2 li {
	display: block;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}
#form .tblform ul.formBase2 input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*
次へボタン
---------------------------------------------*/

#main2 #centerBox {
	width: 914px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#centerBox span {
	display: block;
	margin-bottom: 5px;
}

#centerBox input {
	margin-right: 3px;
	margin-left: 3px;
}

#main2 #centerBoxLeft {
	width: 705px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	text-align: left;
}
#centerBoxLeft span {
	display: block;
	margin-bottom: 5px;
}

#centerBoxLeft input {
	margin-right: 3px;
	margin-left: 3px;
}
